Shades of Black Pearl #00080D
Tints of Black Pearl #00080D
RGB
CMYK
RGB Variations
Color information
#00080D (or 0x00080D) is known color: Black Pearl. HEX triplet: 00, 08 and 0D. RGB value is (0,8,13). Sum of RGB (Red+Green+Blue) = 0+8+13=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 8 (3.52% from 255 or 38.10% from 21); Blue value is 13 (5.47% from 255 or 61.90% from 21); Max value from RGB is 13 - color contains mainly: blue. Hex color #00080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00080D is #FFF7F2. Grayscale: #060606. Windows color (decimal): -16775155 or 854016. OLE color: 854016.
HSL color Cylindrical-coordinate representation of color #00080D: hue angle of 203.08º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00080D is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 8 | 13 | - |
| CMYK | 1 | 0.38 | 0 | 0.95 |
| HSL | 203.08º | 1% | 0.03% | - |
| HSV(B) | 203.08º | 1% | 0.05% | - |
| XYZ | 0.16 | 0.2 | 0.41 | - |
| YUV | 6.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 13 | 1 | 0.38 | 0 | 0.95 | 203.08 | 1 | 0.03 |
| Hex | 0 | 8 | D | 64 | 26 | 0 | 5F | CB | 64 | 3 |
| Octal | 0 | 10 | 15 | 144 | 46 | 0 | 137 | 313 | 144 | 3 |
| Binary | 0 | 1000 | 1101 | 1100100 | 100110 | 0 | 1011111 | 11001011 | 1100100 | 11 |
Color Harmonies of #00080D
Complementary color
Monochromatic Colors of #00080D
Black with #00080D
Text Example
Text Example
White with #00080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00080D; }
p { color: rgb(0,8,13); }
H1.HeaderClassName
{
color: #00080D;
}
.AnyTagClassName
{
color: #00080D;
}
</style>
background-color css
<style>
a { background-color: #00080D; }
a { background-color: rgb(0,8,13); }
div.DivClassName
{
background-color: #00080D;
}
.BgClassName
{
background-color: #00080D;
}
</style>
border-color css
<style>
span { border-color: #00080D; }
span { border-color: rgb(0,8,13); }
td.TdClassName
{
border-color: #00080D;
}
.TagClassName
{
border-color: #00080D;
}
</style>