Shades of Black Pearl #00060B
Tints of Black Pearl #00060B
RGB
CMYK
RGB Variations
Color information
#00060B (or 0x00060B) is known color: Black Pearl. HEX triplet: 00, 06 and 0B. RGB value is (0,6,11). Sum of RGB (Red+Green+Blue) = 0+6+11=17 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 17); Green value is 6 (2.73% from 255 or 35.29% from 17); Blue value is 11 (4.69% from 255 or 64.71% from 17); Max value from RGB is 11 - color contains mainly: blue. Hex color #00060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00060B is #FFF9F4. Grayscale: #040404. Windows color (decimal): -16775669 or 722432. OLE color: 722432.
HSL color Cylindrical-coordinate representation of color #00060B: hue angle of 207.27º 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 #00060B is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 6 | 11 | - |
| CMYK | 1 | 0.45 | 0 | 0.96 |
| HSL | 207.27º | 1% | 0.02% | - |
| HSV(B) | 207.27º | 1% | 0.04% | - |
| XYZ | 0.13 | 0.15 | 0.34 | - |
| YUV | 4.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 11 | 1 | 0.45 | 0 | 0.96 | 207.27 | 1 | 0.02 |
| Hex | 0 | 6 | B | 64 | 2D | 0 | 60 | CF | 64 | 2 |
| Octal | 0 | 6 | 13 | 144 | 55 | 0 | 140 | 317 | 144 | 2 |
| Binary | 0 | 110 | 1011 | 1100100 | 101101 | 0 | 1100000 | 11001111 | 1100100 | 10 |
Color Harmonies of #00060B
Complementary color
Monochromatic Colors of #00060B
Black with #00060B
Text Example
Text Example
White with #00060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00060B; }
p { color: rgb(0,6,11); }
H1.HeaderClassName
{
color: #00060B;
}
.AnyTagClassName
{
color: #00060B;
}
</style>
background-color css
<style>
a { background-color: #00060B; }
a { background-color: rgb(0,6,11); }
div.DivClassName
{
background-color: #00060B;
}
.BgClassName
{
background-color: #00060B;
}
</style>
border-color css
<style>
span { border-color: #00060B; }
span { border-color: rgb(0,6,11); }
td.TdClassName
{
border-color: #00060B;
}
.TagClassName
{
border-color: #00060B;
}
</style>