Shades of Black Pearl #06111B
Tints of Black Pearl #06111B
RGB
CMYK
RGB Variations
Color information
#06111B (or 0x06111B) is known color: Black Pearl. HEX triplet: 06, 11 and 1B. RGB value is (6,17,27). Sum of RGB (Red+Green+Blue) = 6+17+27=50 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #06111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06111B is #F9EEE4. Grayscale: #0E0E0E. Windows color (decimal): -16379621 or 1773830. OLE color: 1773830.
HSL color Cylindrical-coordinate representation of color #06111B: hue angle of 208.57º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #06111B is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 6 | 17 | 27 | - |
CMYK | 0.78 | 0.37 | 0 | 0.89 |
HSL | 208.57º | 0.64% | 0.06% | - |
HSV(B) | 208.57º | 0.78% | 0.11% | - |
XYZ | 0.47 | 0.52 | 1.11 | - |
YUV | 14.85 | 134.86 | 121.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 17 | 27 | 0.78 | 0.37 | 0 | 0.89 | 208.57 | 0.64 | 0.06 |
Hex | 6 | 11 | 1B | 4E | 25 | 0 | 59 | D1 | 40 | 6 |
Octal | 6 | 21 | 33 | 116 | 45 | 0 | 131 | 321 | 100 | 6 |
Binary | 110 | 10001 | 11011 | 1001110 | 100101 | 0 | 1011001 | 11010001 | 1000000 | 110 |
Color Harmonies of #06111B
Complementary color
Monochromatic Colors of #06111B
Black with #06111B
Text Example
Text Example
White with #06111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06111B; }
p { color: rgb(6,17,27); }
H1.HeaderClassName
{
color: #06111B;
}
.AnyTagClassName
{
color: #06111B;
}
</style>
background-color css
<style>
a { background-color: #06111B; }
a { background-color: rgb(6,17,27); }
div.DivClassName
{
background-color: #06111B;
}
.BgClassName
{
background-color: #06111B;
}
</style>
border-color css
<style>
span { border-color: #06111B; }
span { border-color: rgb(6,17,27); }
td.TdClassName
{
border-color: #06111B;
}
.TagClassName
{
border-color: #06111B;
}
</style>