#082126

Color #082126 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #082126

Tints of Black Pearl #082126

Color information

#082126 (or 0x082126) is unknown color: approx Black Pearl. HEX triplet: 08, 21 and 26. RGB value is (8,33,38). Sum of RGB (Red+Green+Blue) = 8+33+38=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #082126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082126 is #F7DED9. Grayscale: #1A1A1A. Windows color (decimal): -16244442 or 2498824. OLE color: 2498824.

HSL color Cylindrical-coordinate representation of color #082126: hue angle of 190º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082126 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB83338-
CMYK0.790.1300.85
HSL190º65.22%9.02%-
HSV(B)190º78.95%14.9%-
XYZ0.991.282.03-
YUV26.1134.72115.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 10.13%
GREEN value IS 33 (13.28% from 255) = 41.77%
BLUE value IS 38 (15.23% from 255) = 48.10%
R=10.13%
G=41.77%
B=48.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal833380.790.1300.8519065.229.02
Hex821264FD055be419
Octal10414611715012527610111
Binary100010000110011010011111101010101011011111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082126; }

 p { color: rgb(8,33,38); }

 H1.HeaderClassName
 {
   color: #082126;
 }
 .AnyTagClassName
 {
   color: #082126;
 }
</style>
background-color css

<style>
 a { background-color: #082126; }

 a { background-color: rgb(8,33,38); }

 div.DivClassName
 {
   background-color: #082126;
 }
 .BgClassName
 {
   background-color: #082126;
 }
</style>
border-color css

<style>
 span { border-color: #082126; }

 span { border-color: rgb(8,33,38); }

 td.TdClassName
 {
   border-color: #082126;
 }
 .TagClassName
 {
   border-color: #082126;
 }
</style>