Shades of Black Pearl #03060B
Tints of Black Pearl #03060B
RGB
CMYK
RGB Variations
Color information
#03060B (or 0x03060B) is known color: Black Pearl. HEX triplet: 03, 06 and 0B. RGB value is (3,6,11). Sum of RGB (Red+Green+Blue) = 3+6+11=20 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15% from 20); Green value is 6 (2.73% from 255 or 30% from 20); Blue value is 11 (4.69% from 255 or 55% from 20); Max value from RGB is 11 - color contains mainly: blue. Hex color #03060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03060B is #FCF9F4. Grayscale: #050505. Windows color (decimal): -16579061 or 722435. OLE color: 722435.
HSL color Cylindrical-coordinate representation of color #03060B: hue angle of 217.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #03060B is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 6 | 11 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.96 |
| HSL | 217.5º | 0.57% | 0.03% | - |
| HSV(B) | 217.5º | 0.73% | 0.04% | - |
| XYZ | 0.16 | 0.17 | 0.34 | - |
| YUV | 5.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 11 | 0.73 | 0.45 | 0 | 0.96 | 217.5 | 0.57 | 0.03 |
| Hex | 3 | 6 | B | 49 | 2D | 0 | 60 | DA | 39 | 3 |
| Octal | 3 | 6 | 13 | 111 | 55 | 0 | 140 | 332 | 71 | 3 |
| Binary | 11 | 110 | 1011 | 1001001 | 101101 | 0 | 1100000 | 11011010 | 111001 | 11 |
Color Harmonies of #03060B
Complementary color
Monochromatic Colors of #03060B
Black with #03060B
Text Example
Text Example
White with #03060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03060B; }
p { color: rgb(3,6,11); }
H1.HeaderClassName
{
color: #03060B;
}
.AnyTagClassName
{
color: #03060B;
}
</style>
background-color css
<style>
a { background-color: #03060B; }
a { background-color: rgb(3,6,11); }
div.DivClassName
{
background-color: #03060B;
}
.BgClassName
{
background-color: #03060B;
}
</style>
border-color css
<style>
span { border-color: #03060B; }
span { border-color: rgb(3,6,11); }
td.TdClassName
{
border-color: #03060B;
}
.TagClassName
{
border-color: #03060B;
}
</style>