#080D11

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

Shades of Black Pearl #080D11

Tints of Black Pearl #080D11

Color information

#080D11 (or 0x080D11) is unknown color: approx Black Pearl. HEX triplet: 08, 0D and 11. RGB value is (8,13,17). Sum of RGB (Red+Green+Blue) = 8+13+17=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 17 - color contains mainly: blue. Hex color #080D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D11 is #F7F2EE. Grayscale: #0B0B0B. Windows color (decimal): -16249583 or 1117448. OLE color: 1117448.

HSL color Cylindrical-coordinate representation of color #080D11: hue angle of 206.67º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #080D11 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB81317-
CMYK0.530.2400.93
HSL206.67º36%4.9%-
HSV(B)206.67º52.94%6.67%-
XYZ0.350.380.59-
YUV11.96130.84125.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 21.05%
GREEN value IS 13 (5.47% from 255) = 34.21%
BLUE value IS 17 (7.03% from 255) = 44.74%
R=21.05%
G=34.21%
B=44.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal813170.530.2400.93206.67364.9
Hex8D11351805Dcf245
Octal10152165300135317445
Binary1000110110001110101110000101110111001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080D11; }

 p { color: rgb(8,13,17); }

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

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

 a { background-color: rgb(8,13,17); }

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

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

 span { border-color: rgb(8,13,17); }

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