Shades of Black Pearl #00060A
Tints of Black Pearl #00060A
RGB
CMYK
RGB Variations
Color information
#00060A (or 0x00060A) is known color: Black Pearl. HEX triplet: 00, 06 and 0A. RGB value is (0,6,10). Sum of RGB (Red+Green+Blue) = 0+6+10=16 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 16); Green value is 6 (2.73% from 255 or 37.5% from 16); Blue value is 10 (4.30% from 255 or 62.5% from 16); Max value from RGB is 10 - color contains mainly: blue. Hex color #00060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00060A is #FFF9F5. Grayscale: #040404. Windows color (decimal): -16775670 or 656896. OLE color: 656896.
HSL color Cylindrical-coordinate representation of color #00060A: hue angle of 204º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00060A is Cyan = 1, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 6 | 10 | - |
| CMYK | 1 | 0.4 | 0 | 0.96 |
| HSL | 204º | 1% | 0.02% | - |
| HSV(B) | 204º | 1% | 0.04% | - |
| XYZ | 0.12 | 0.15 | 0.31 | - |
| YUV | 4.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 10 | 1 | 0.4 | 0 | 0.96 | 204 | 1 | 0.02 |
| Hex | 0 | 6 | A | 64 | 28 | 0 | 60 | CC | 64 | 2 |
| Octal | 0 | 6 | 12 | 144 | 50 | 0 | 140 | 314 | 144 | 2 |
| Binary | 0 | 110 | 1010 | 1100100 | 101000 | 0 | 1100000 | 11001100 | 1100100 | 10 |
Color Harmonies of #00060A
Complementary color
Monochromatic Colors of #00060A
Black with #00060A
Text Example
Text Example
White with #00060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00060A; }
p { color: rgb(0,6,10); }
H1.HeaderClassName
{
color: #00060A;
}
.AnyTagClassName
{
color: #00060A;
}
</style>
background-color css
<style>
a { background-color: #00060A; }
a { background-color: rgb(0,6,10); }
div.DivClassName
{
background-color: #00060A;
}
.BgClassName
{
background-color: #00060A;
}
</style>
border-color css
<style>
span { border-color: #00060A; }
span { border-color: rgb(0,6,10); }
td.TdClassName
{
border-color: #00060A;
}
.TagClassName
{
border-color: #00060A;
}
</style>