#080C11

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

Shades of Black Pearl #080C11

Tints of Black Pearl #080C11

Color information

#080C11 (or 0x080C11) is unknown color: approx Black Pearl. HEX triplet: 08, 0C and 11. RGB value is (8,12,17). Sum of RGB (Red+Green+Blue) = 8+12+17=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 17 - color contains mainly: blue. Hex color #080C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C11 is #F7F3EE. Grayscale: #0B0B0B. Windows color (decimal): -16249839 or 1117192. OLE color: 1117192.

HSL color Cylindrical-coordinate representation of color #080C11: hue angle of 213.33º 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 #080C11 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB81217-
CMYK0.530.2900.93
HSL213.33º36%4.9%-
HSV(B)213.33º52.94%6.67%-
XYZ0.330.360.58-
YUV11.37131.17125.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 21.62%
GREEN value IS 12 (5.08% from 255) = 32.43%
BLUE value IS 17 (7.03% from 255) = 45.95%
R=21.62%
G=32.43%
B=45.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal812170.530.2900.93213.33364.9
Hex8C11351D05Dd5245
Octal10142165350135325445
Binary1000110010001110101111010101110111010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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