Shades of Black Pearl #06111E
Tints of Black Pearl #06111E
RGB
CMYK
RGB Variations
Color information
#06111E (or 0x06111E) is known color: Black Pearl. HEX triplet: 06, 11 and 1E. RGB value is (6,17,30). Sum of RGB (Red+Green+Blue) = 6+17+30=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #06111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06111E is #F9EEE1. Grayscale: #0F0F0F. Windows color (decimal): -16379618 or 1970438. OLE color: 1970438.
HSL color Cylindrical-coordinate representation of color #06111E: hue angle of 212.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #06111E is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 17 | 30 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.88 |
| HSL | 212.5º | 0.67% | 0.07% | - |
| HSV(B) | 212.5º | 0.8% | 0.12% | - |
| XYZ | 0.51 | 0.53 | 1.3 | - |
| YUV | 15.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 30 | 0.80 | 0.43 | 0 | 0.88 | 212.5 | 0.67 | 0.07 |
| Hex | 6 | 11 | 1E | 50 | 2B | 0 | 58 | D4 | 43 | 7 |
| Octal | 6 | 21 | 36 | 120 | 53 | 0 | 130 | 324 | 103 | 7 |
| Binary | 110 | 10001 | 11110 | 1010000 | 101011 | 0 | 1011000 | 11010100 | 1000011 | 111 |
Color Harmonies of #06111E
Complementary color
Monochromatic Colors of #06111E
Black with #06111E
Text Example
Text Example
White with #06111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06111E; }
p { color: rgb(6,17,30); }
H1.HeaderClassName
{
color: #06111E;
}
.AnyTagClassName
{
color: #06111E;
}
</style>
background-color css
<style>
a { background-color: #06111E; }
a { background-color: rgb(6,17,30); }
div.DivClassName
{
background-color: #06111E;
}
.BgClassName
{
background-color: #06111E;
}
</style>
border-color css
<style>
span { border-color: #06111E; }
span { border-color: rgb(6,17,30); }
td.TdClassName
{
border-color: #06111E;
}
.TagClassName
{
border-color: #06111E;
}
</style>