Shades of Black Pearl #01060B
Tints of Black Pearl #01060B
RGB
CMYK
RGB Variations
Color information
#01060B (or 0x01060B) is known color: Black Pearl. HEX triplet: 01, 06 and 0B. RGB value is (1,6,11). Sum of RGB (Red+Green+Blue) = 1+6+11=18 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.56% from 18); Green value is 6 (2.73% from 255 or 33.33% from 18); Blue value is 11 (4.69% from 255 or 61.11% from 18); Max value from RGB is 11 - color contains mainly: blue. Hex color #01060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01060B is #FEF9F4. Grayscale: #050505. Windows color (decimal): -16710133 or 722433. OLE color: 722433.
HSL color Cylindrical-coordinate representation of color #01060B: hue angle of 210º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #01060B is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 1 | 6 | 11 | - |
CMYK | 0.91 | 0.45 | 0 | 0.96 |
HSL | 210º | 0.83% | 0.02% | - |
HSV(B) | 210º | 0.91% | 0.04% | - |
XYZ | 0.14 | 0.16 | 0.34 | - |
YUV | 5.08 | 131.34 | 125.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 6 | 11 | 0.91 | 0.45 | 0 | 0.96 | 210 | 0.83 | 0.02 |
Hex | 1 | 6 | B | 5B | 2D | 0 | 60 | D2 | 53 | 2 |
Octal | 1 | 6 | 13 | 133 | 55 | 0 | 140 | 322 | 123 | 2 |
Binary | 1 | 110 | 1011 | 1011011 | 101101 | 0 | 1100000 | 11010010 | 1010011 | 10 |
Color Harmonies of #01060B
Complementary color
Monochromatic Colors of #01060B
Black with #01060B
Text Example
Text Example
White with #01060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01060B; }
p { color: rgb(1,6,11); }
H1.HeaderClassName
{
color: #01060B;
}
.AnyTagClassName
{
color: #01060B;
}
</style>
background-color css
<style>
a { background-color: #01060B; }
a { background-color: rgb(1,6,11); }
div.DivClassName
{
background-color: #01060B;
}
.BgClassName
{
background-color: #01060B;
}
</style>
border-color css
<style>
span { border-color: #01060B; }
span { border-color: rgb(1,6,11); }
td.TdClassName
{
border-color: #01060B;
}
.TagClassName
{
border-color: #01060B;
}
</style>