Shades of Black Pearl #080F15
Tints of Black Pearl #080F15
RGB
CMYK
RGB Variations
Color information
#080F15 (or 0x080F15) is known color: Black Pearl. HEX triplet: 08, 0F and 15. RGB value is (8,15,21). Sum of RGB (Red+Green+Blue) = 8+15+21=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #080F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F15 is #F7F0EA. Grayscale: #0D0D0D. Windows color (decimal): -16249067 or 1380104. OLE color: 1380104.
HSL color Cylindrical-coordinate representation of color #080F15: hue angle of 207.69º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #080F15 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 15 | 21 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.92 |
| HSL | 207.69º | 0.45% | 0.06% | - |
| HSV(B) | 207.69º | 0.62% | 0.08% | - |
| XYZ | 0.41 | 0.45 | 0.77 | - |
| YUV | 13.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 21 | 0.62 | 0.29 | 0 | 0.92 | 207.69 | 0.45 | 0.06 |
| Hex | 8 | F | 15 | 3E | 1D | 0 | 5C | D0 | 2D | 6 |
| Octal | 10 | 17 | 25 | 76 | 35 | 0 | 134 | 320 | 55 | 6 |
| Binary | 1000 | 1111 | 10101 | 111110 | 11101 | 0 | 1011100 | 11010000 | 101101 | 110 |
Color Harmonies of #080F15
Complementary color
Monochromatic Colors of #080F15
Black with #080F15
Text Example
Text Example
White with #080F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F15; }
p { color: rgb(8,15,21); }
H1.HeaderClassName
{
color: #080F15;
}
.AnyTagClassName
{
color: #080F15;
}
</style>
background-color css
<style>
a { background-color: #080F15; }
a { background-color: rgb(8,15,21); }
div.DivClassName
{
background-color: #080F15;
}
.BgClassName
{
background-color: #080F15;
}
</style>
border-color css
<style>
span { border-color: #080F15; }
span { border-color: rgb(8,15,21); }
td.TdClassName
{
border-color: #080F15;
}
.TagClassName
{
border-color: #080F15;
}
</style>