Shades of Black Pearl #080F10
Tints of Black Pearl #080F10
RGB
CMYK
RGB Variations
Color information
#080F10 (or 0x080F10) is known color: Black Pearl. HEX triplet: 08, 0F and 10. RGB value is (8,15,16). Sum of RGB (Red+Green+Blue) = 8+15+16=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 16 - color contains mainly: blue. Hex color #080F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F10 is #F7F0EF. Grayscale: #0D0D0D. Windows color (decimal): -16249072 or 1052424. OLE color: 1052424.
HSL color Cylindrical-coordinate representation of color #080F10: hue angle of 187.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 #080F10 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
RGB | 8 | 15 | 16 | - |
CMYK | 0.50 | 0.06 | 0 | 0.94 |
HSL | 187.5º | 0.33% | 0.05% | - |
HSV(B) | 187.5º | 0.5% | 0.06% | - |
XYZ | 0.36 | 0.43 | 0.55 | - |
YUV | 13.02 | 129.68 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 15 | 16 | 0.50 | 0.06 | 0 | 0.94 | 187.5 | 0.33 | 0.05 |
Hex | 8 | F | 10 | 32 | 6 | 0 | 5E | BC | 21 | 5 |
Octal | 10 | 17 | 20 | 62 | 6 | 0 | 136 | 274 | 41 | 5 |
Binary | 1000 | 1111 | 10000 | 110010 | 110 | 0 | 1011110 | 10111100 | 100001 | 101 |
Color Harmonies of #080F10
Complementary color
Monochromatic Colors of #080F10
Black with #080F10
Text Example
Text Example
White with #080F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F10; }
p { color: rgb(8,15,16); }
H1.HeaderClassName
{
color: #080F10;
}
.AnyTagClassName
{
color: #080F10;
}
</style>
background-color css
<style>
a { background-color: #080F10; }
a { background-color: rgb(8,15,16); }
div.DivClassName
{
background-color: #080F10;
}
.BgClassName
{
background-color: #080F10;
}
</style>
border-color css
<style>
span { border-color: #080F10; }
span { border-color: rgb(8,15,16); }
td.TdClassName
{
border-color: #080F10;
}
.TagClassName
{
border-color: #080F10;
}
</style>