Shades of Black Pearl #00080F
Tints of Black Pearl #00080F
RGB
CMYK
RGB Variations
Color information
#00080F (or 0x00080F) is known color: Black Pearl. HEX triplet: 00, 08 and 0F. RGB value is (0,8,15). Sum of RGB (Red+Green+Blue) = 0+8+15=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 8 (3.52% from 255 or 34.78% from 23); Blue value is 15 (6.25% from 255 or 65.22% from 23); Max value from RGB is 15 - color contains mainly: blue. Hex color #00080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00080F is #FFF7F0. Grayscale: #060606. Windows color (decimal): -16775153 or 985088. OLE color: 985088.
HSL color Cylindrical-coordinate representation of color #00080F: hue angle of 208º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00080F is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 8 | 15 | - |
| CMYK | 1 | 0.47 | 0 | 0.94 |
| HSL | 208º | 1% | 0.03% | - |
| HSV(B) | 208º | 1% | 0.06% | - |
| XYZ | 0.17 | 0.21 | 0.48 | - |
| YUV | 6.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 15 | 1 | 0.47 | 0 | 0.94 | 208 | 1 | 0.03 |
| Hex | 0 | 8 | F | 64 | 2F | 0 | 5E | D0 | 64 | 3 |
| Octal | 0 | 10 | 17 | 144 | 57 | 0 | 136 | 320 | 144 | 3 |
| Binary | 0 | 1000 | 1111 | 1100100 | 101111 | 0 | 1011110 | 11010000 | 1100100 | 11 |
Color Harmonies of #00080F
Complementary color
Monochromatic Colors of #00080F
Black with #00080F
Text Example
Text Example
White with #00080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00080F; }
p { color: rgb(0,8,15); }
H1.HeaderClassName
{
color: #00080F;
}
.AnyTagClassName
{
color: #00080F;
}
</style>
background-color css
<style>
a { background-color: #00080F; }
a { background-color: rgb(0,8,15); }
div.DivClassName
{
background-color: #00080F;
}
.BgClassName
{
background-color: #00080F;
}
</style>
border-color css
<style>
span { border-color: #00080F; }
span { border-color: rgb(0,8,15); }
td.TdClassName
{
border-color: #00080F;
}
.TagClassName
{
border-color: #00080F;
}
</style>