#080D10

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

Shades of Black Pearl #080D10

Tints of Black Pearl #080D10

Color information

#080D10 (or 0x080D10) is unknown color: approx Black Pearl. HEX triplet: 08, 0D and 10. RGB value is (8,13,16). Sum of RGB (Red+Green+Blue) = 8+13+16=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 16 - color contains mainly: blue. Hex color #080D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D10 is #F7F2EF. Grayscale: #0B0B0B. Windows color (decimal): -16249584 or 1051912. OLE color: 1051912.

HSL color Cylindrical-coordinate representation of color #080D10: hue angle of 202.5º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #080D10 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB81316-
CMYK0.500.1900.94
HSL202.5º33.33%4.71%-
HSV(B)202.5º50%6.27%-
XYZ0.340.380.55-
YUV11.85130.34125.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 21.62%
GREEN value IS 13 (5.47% from 255) = 35.14%
BLUE value IS 16 (6.64% from 255) = 43.24%
R=21.62%
G=35.14%
B=43.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal813160.500.1900.94202.533.334.71
Hex8D10321305Eca215
Octal10152062230136312415
Binary1000110110000110010100110101111011001010100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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