Shades of Black Pearl #080C0F
Tints of Black Pearl #080C0F
RGB
CMYK
RGB Variations
Color information
#080C0F (or 0x080C0F) is known color: Black Pearl. HEX triplet: 08, 0C and 0F. RGB value is (8,12,15). Sum of RGB (Red+Green+Blue) = 8+12+15=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 15 - color contains mainly: blue. Hex color #080C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C0F is #F7F3F0. Grayscale: #0B0B0B. Windows color (decimal): -16249841 or 986120. OLE color: 986120.
HSL color Cylindrical-coordinate representation of color #080C0F: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #080C0F is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
RGB | 8 | 12 | 15 | - |
CMYK | 0.47 | 0.20 | 0 | 0.94 |
HSL | 205.71º | 0.3% | 0.05% | - |
HSV(B) | 205.71º | 0.47% | 0.06% | - |
XYZ | 0.32 | 0.35 | 0.5 | - |
YUV | 11.15 | 130.17 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 12 | 15 | 0.47 | 0.20 | 0 | 0.94 | 205.71 | 0.3 | 0.05 |
Hex | 8 | C | F | 2F | 14 | 0 | 5E | CE | 1E | 5 |
Octal | 10 | 14 | 17 | 57 | 24 | 0 | 136 | 316 | 36 | 5 |
Binary | 1000 | 1100 | 1111 | 101111 | 10100 | 0 | 1011110 | 11001110 | 11110 | 101 |
Color Harmonies of #080C0F
Complementary color
Monochromatic Colors of #080C0F
Black with #080C0F
Text Example
Text Example
White with #080C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C0F; }
p { color: rgb(8,12,15); }
H1.HeaderClassName
{
color: #080C0F;
}
.AnyTagClassName
{
color: #080C0F;
}
</style>
background-color css
<style>
a { background-color: #080C0F; }
a { background-color: rgb(8,12,15); }
div.DivClassName
{
background-color: #080C0F;
}
.BgClassName
{
background-color: #080C0F;
}
</style>
border-color css
<style>
span { border-color: #080C0F; }
span { border-color: rgb(8,12,15); }
td.TdClassName
{
border-color: #080C0F;
}
.TagClassName
{
border-color: #080C0F;
}
</style>