Shades of Black Pearl #00060D
Tints of Black Pearl #00060D
RGB
CMYK
RGB Variations
Color information
#00060D (or 0x00060D) is known color: Black Pearl. HEX triplet: 00, 06 and 0D. RGB value is (0,6,13). Sum of RGB (Red+Green+Blue) = 0+6+13=19 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 19); Green value is 6 (2.73% from 255 or 31.58% from 19); Blue value is 13 (5.47% from 255 or 68.42% from 19); Max value from RGB is 13 - color contains mainly: blue. Hex color #00060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00060D is #FFF9F2. Grayscale: #040404. Windows color (decimal): -16775667 or 853504. OLE color: 853504.
HSL color Cylindrical-coordinate representation of color #00060D: hue angle of 212.31º 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 #00060D is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 6 | 13 | - |
| CMYK | 1 | 0.54 | 0 | 0.95 |
| HSL | 212.31º | 1% | 0.03% | - |
| HSV(B) | 212.31º | 1% | 0.05% | - |
| XYZ | 0.14 | 0.16 | 0.4 | - |
| YUV | 5 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 13 | 1 | 0.54 | 0 | 0.95 | 212.31 | 1 | 0.03 |
| Hex | 0 | 6 | D | 64 | 36 | 0 | 5F | D4 | 64 | 3 |
| Octal | 0 | 6 | 15 | 144 | 66 | 0 | 137 | 324 | 144 | 3 |
| Binary | 0 | 110 | 1101 | 1100100 | 110110 | 0 | 1011111 | 11010100 | 1100100 | 11 |
Color Harmonies of #00060D
Complementary color
Monochromatic Colors of #00060D
Black with #00060D
Text Example
Text Example
White with #00060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00060D; }
p { color: rgb(0,6,13); }
H1.HeaderClassName
{
color: #00060D;
}
.AnyTagClassName
{
color: #00060D;
}
</style>
background-color css
<style>
a { background-color: #00060D; }
a { background-color: rgb(0,6,13); }
div.DivClassName
{
background-color: #00060D;
}
.BgClassName
{
background-color: #00060D;
}
</style>
border-color css
<style>
span { border-color: #00060D; }
span { border-color: rgb(0,6,13); }
td.TdClassName
{
border-color: #00060D;
}
.TagClassName
{
border-color: #00060D;
}
</style>