#080F18

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

Shades of Black Pearl #080F18

Tints of Black Pearl #080F18

Color information

#080F18 (or 0x080F18) is unknown color: approx Black Pearl. HEX triplet: 08, 0F and 18. RGB value is (8,15,24). Sum of RGB (Red+Green+Blue) = 8+15+24=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #080F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F18 is #F7F0E7. Grayscale: #0D0D0D. Windows color (decimal): -16249064 or 1576712. OLE color: 1576712.

HSL color Cylindrical-coordinate representation of color #080F18: hue angle of 213.75º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #080F18 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB81524-
CMYK0.670.3700.91
HSL213.75º50%6.27%-
HSV(B)213.75º66.67%9.41%-
XYZ0.440.460.93-
YUV13.93133.68123.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.02%
GREEN value IS 15 (6.25% from 255) = 31.91%
BLUE value IS 24 (9.77% from 255) = 51.06%
R=17.02%
G=31.91%
B=51.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal815240.670.3700.91213.75506.27
Hex8F18432505Bd6326
Octal101730103450133326626
Binary100011111100010000111001010101101111010110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,15,24); }

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

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

 a { background-color: rgb(8,15,24); }

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

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

 span { border-color: rgb(8,15,24); }

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