Shades of Black Pearl #080F18
Tints of Black Pearl #080F18
RGB
CMYK
RGB Variations
Color information
#080F18 (or 0x080F18) is known color: 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
| RGB | 8 | 15 | 24 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.91 |
| HSL | 213.75º | 0.5% | 0.06% | - |
| HSV(B) | 213.75º | 0.67% | 0.09% | - |
| XYZ | 0.44 | 0.46 | 0.93 | - |
| YUV | 13.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 24 | 0.67 | 0.37 | 0 | 0.91 | 213.75 | 0.5 | 0.06 |
| Hex | 8 | F | 18 | 43 | 25 | 0 | 5B | D6 | 32 | 6 |
| Octal | 10 | 17 | 30 | 103 | 45 | 0 | 133 | 326 | 62 | 6 |
| Binary | 1000 | 1111 | 11000 | 1000011 | 100101 | 0 | 1011011 | 11010110 | 110010 | 110 |
Color Harmonies of #080F18
Complementary color
Monochromatic Colors of #080F18
Black with #080F18
Text Example
Text Example
White with #080F18
Text Example
Text Example
HTML Codes & Css Web 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>