Shades of Black Pearl #06111A
Tints of Black Pearl #06111A
RGB
CMYK
RGB Variations
Color information
#06111A (or 0x06111A) is known color: Black Pearl. HEX triplet: 06, 11 and 1A. RGB value is (6,17,26). Sum of RGB (Red+Green+Blue) = 6+17+26=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #06111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06111A is #F9EEE5. Grayscale: #0E0E0E. Windows color (decimal): -16379622 or 1708294. OLE color: 1708294.
HSL color Cylindrical-coordinate representation of color #06111A: hue angle of 207º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #06111A is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 17 | 26 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.90 |
| HSL | 207º | 0.63% | 0.06% | - |
| HSV(B) | 207º | 0.77% | 0.1% | - |
| XYZ | 0.46 | 0.51 | 1.05 | - |
| YUV | 14.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 26 | 0.77 | 0.35 | 0 | 0.90 | 207 | 0.63 | 0.06 |
| Hex | 6 | 11 | 1A | 4D | 23 | 0 | 5A | CF | 3E | 6 |
| Octal | 6 | 21 | 32 | 115 | 43 | 0 | 132 | 317 | 76 | 6 |
| Binary | 110 | 10001 | 11010 | 1001101 | 100011 | 0 | 1011010 | 11001111 | 111110 | 110 |
Color Harmonies of #06111A
Complementary color
Monochromatic Colors of #06111A
Black with #06111A
Text Example
Text Example
White with #06111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06111A; }
p { color: rgb(6,17,26); }
H1.HeaderClassName
{
color: #06111A;
}
.AnyTagClassName
{
color: #06111A;
}
</style>
background-color css
<style>
a { background-color: #06111A; }
a { background-color: rgb(6,17,26); }
div.DivClassName
{
background-color: #06111A;
}
.BgClassName
{
background-color: #06111A;
}
</style>
border-color css
<style>
span { border-color: #06111A; }
span { border-color: rgb(6,17,26); }
td.TdClassName
{
border-color: #06111A;
}
.TagClassName
{
border-color: #06111A;
}
</style>