Shades of Black Pearl #06111C
Tints of Black Pearl #06111C
RGB
CMYK
RGB Variations
Color information
#06111C (or 0x06111C) is known color: Black Pearl. HEX triplet: 06, 11 and 1C. RGB value is (6,17,28). Sum of RGB (Red+Green+Blue) = 6+17+28=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #06111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06111C is #F9EEE3. Grayscale: #0E0E0E. Windows color (decimal): -16379620 or 1839366. OLE color: 1839366.
HSL color Cylindrical-coordinate representation of color #06111C: hue angle of 210º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #06111C is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 17 | 28 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.89 |
| HSL | 210º | 0.65% | 0.07% | - |
| HSV(B) | 210º | 0.79% | 0.11% | - |
| XYZ | 0.49 | 0.52 | 1.17 | - |
| YUV | 14.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 28 | 0.79 | 0.39 | 0 | 0.89 | 210 | 0.65 | 0.07 |
| Hex | 6 | 11 | 1C | 4F | 27 | 0 | 59 | D2 | 41 | 7 |
| Octal | 6 | 21 | 34 | 117 | 47 | 0 | 131 | 322 | 101 | 7 |
| Binary | 110 | 10001 | 11100 | 1001111 | 100111 | 0 | 1011001 | 11010010 | 1000001 | 111 |
Color Harmonies of #06111C
Complementary color
Monochromatic Colors of #06111C
Black with #06111C
Text Example
Text Example
White with #06111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06111C; }
p { color: rgb(6,17,28); }
H1.HeaderClassName
{
color: #06111C;
}
.AnyTagClassName
{
color: #06111C;
}
</style>
background-color css
<style>
a { background-color: #06111C; }
a { background-color: rgb(6,17,28); }
div.DivClassName
{
background-color: #06111C;
}
.BgClassName
{
background-color: #06111C;
}
</style>
border-color css
<style>
span { border-color: #06111C; }
span { border-color: rgb(6,17,28); }
td.TdClassName
{
border-color: #06111C;
}
.TagClassName
{
border-color: #06111C;
}
</style>