Shades of Black Pearl #080F16
Tints of Black Pearl #080F16
RGB
CMYK
RGB Variations
Color information
#080F16 (or 0x080F16) is known color: Black Pearl. HEX triplet: 08, 0F and 16. RGB value is (8,15,22). Sum of RGB (Red+Green+Blue) = 8+15+22=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #080F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F16 is #F7F0E9. Grayscale: #0D0D0D. Windows color (decimal): -16249066 or 1445640. OLE color: 1445640.
HSL color Cylindrical-coordinate representation of color #080F16: hue angle of 210º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #080F16 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 15 | 22 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.91 |
| HSL | 210º | 0.47% | 0.06% | - |
| HSV(B) | 210º | 0.64% | 0.09% | - |
| XYZ | 0.42 | 0.45 | 0.82 | - |
| YUV | 13.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 22 | 0.64 | 0.32 | 0 | 0.91 | 210 | 0.47 | 0.06 |
| Hex | 8 | F | 16 | 40 | 20 | 0 | 5B | D2 | 2F | 6 |
| Octal | 10 | 17 | 26 | 100 | 40 | 0 | 133 | 322 | 57 | 6 |
| Binary | 1000 | 1111 | 10110 | 1000000 | 100000 | 0 | 1011011 | 11010010 | 101111 | 110 |
Color Harmonies of #080F16
Complementary color
Monochromatic Colors of #080F16
Black with #080F16
Text Example
Text Example
White with #080F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F16; }
p { color: rgb(8,15,22); }
H1.HeaderClassName
{
color: #080F16;
}
.AnyTagClassName
{
color: #080F16;
}
</style>
background-color css
<style>
a { background-color: #080F16; }
a { background-color: rgb(8,15,22); }
div.DivClassName
{
background-color: #080F16;
}
.BgClassName
{
background-color: #080F16;
}
</style>
border-color css
<style>
span { border-color: #080F16; }
span { border-color: rgb(8,15,22); }
td.TdClassName
{
border-color: #080F16;
}
.TagClassName
{
border-color: #080F16;
}
</style>