Shades of Black Pearl #061122
Tints of Black Pearl #061122
RGB
CMYK
RGB Variations
Color information
#061122 (or 0x061122) is known color: Black Pearl. HEX triplet: 06, 11 and 22. RGB value is (6,17,34). Sum of RGB (Red+Green+Blue) = 6+17+34=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 34 (13.67% from 255 or 59.65% from 57); Max value from RGB is 34 - color contains mainly: blue. Hex color #061122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061122 is #F9EEDD. Grayscale: #0F0F0F. Windows color (decimal): -16379614 or 2232582. OLE color: 2232582.
HSL color Cylindrical-coordinate representation of color #061122: hue angle of 216.43º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #061122 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 17 | 34 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.87 |
| HSL | 216.43º | 0.7% | 0.08% | - |
| HSV(B) | 216.43º | 0.82% | 0.13% | - |
| XYZ | 0.56 | 0.56 | 1.59 | - |
| YUV | 15.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 34 | 0.82 | 0.50 | 0 | 0.87 | 216.43 | 0.7 | 0.08 |
| Hex | 6 | 11 | 22 | 52 | 32 | 0 | 57 | D8 | 46 | 8 |
| Octal | 6 | 21 | 42 | 122 | 62 | 0 | 127 | 330 | 106 | 10 |
| Binary | 110 | 10001 | 100010 | 1010010 | 110010 | 0 | 1010111 | 11011000 | 1000110 | 1000 |
Color Harmonies of #061122
Complementary color
Monochromatic Colors of #061122
Black with #061122
Text Example
Text Example
White with #061122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061122; }
p { color: rgb(6,17,34); }
H1.HeaderClassName
{
color: #061122;
}
.AnyTagClassName
{
color: #061122;
}
</style>
background-color css
<style>
a { background-color: #061122; }
a { background-color: rgb(6,17,34); }
div.DivClassName
{
background-color: #061122;
}
.BgClassName
{
background-color: #061122;
}
</style>
border-color css
<style>
span { border-color: #061122; }
span { border-color: rgb(6,17,34); }
td.TdClassName
{
border-color: #061122;
}
.TagClassName
{
border-color: #061122;
}
</style>