Shades of Black Pearl #080F14
Tints of Black Pearl #080F14
RGB
CMYK
RGB Variations
Color information
#080F14 (or 0x080F14) is known color: Black Pearl. HEX triplet: 08, 0F and 14. RGB value is (8,15,20). Sum of RGB (Red+Green+Blue) = 8+15+20=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #080F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F14 is #F7F0EB. Grayscale: #0D0D0D. Windows color (decimal): -16249068 or 1314568. OLE color: 1314568.
HSL color Cylindrical-coordinate representation of color #080F14: hue angle of 205º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #080F14 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 15 | 20 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.92 |
| HSL | 205º | 0.43% | 0.05% | - |
| HSV(B) | 205º | 0.6% | 0.08% | - |
| XYZ | 0.4 | 0.44 | 0.73 | - |
| YUV | 13.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 20 | 0.60 | 0.25 | 0 | 0.92 | 205 | 0.43 | 0.05 |
| Hex | 8 | F | 14 | 3C | 19 | 0 | 5C | CD | 2B | 5 |
| Octal | 10 | 17 | 24 | 74 | 31 | 0 | 134 | 315 | 53 | 5 |
| Binary | 1000 | 1111 | 10100 | 111100 | 11001 | 0 | 1011100 | 11001101 | 101011 | 101 |
Color Harmonies of #080F14
Complementary color
Monochromatic Colors of #080F14
Black with #080F14
Text Example
Text Example
White with #080F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F14; }
p { color: rgb(8,15,20); }
H1.HeaderClassName
{
color: #080F14;
}
.AnyTagClassName
{
color: #080F14;
}
</style>
background-color css
<style>
a { background-color: #080F14; }
a { background-color: rgb(8,15,20); }
div.DivClassName
{
background-color: #080F14;
}
.BgClassName
{
background-color: #080F14;
}
</style>
border-color css
<style>
span { border-color: #080F14; }
span { border-color: rgb(8,15,20); }
td.TdClassName
{
border-color: #080F14;
}
.TagClassName
{
border-color: #080F14;
}
</style>