Shades of Black Pearl #061C22
Tints of Black Pearl #061C22
RGB
CMYK
RGB Variations
Color information
#061C22 (or 0x061C22) is known color: Black Pearl. HEX triplet: 06, 1C and 22. RGB value is (6,28,34). Sum of RGB (Red+Green+Blue) = 6+28+34=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 34 (13.67% from 255 or 50% from 68); Max value from RGB is 34 - color contains mainly: blue. Hex color #061C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C22 is #F9E3DD. Grayscale: #161616. Windows color (decimal): -16376798 or 2235398. OLE color: 2235398.
HSL color Cylindrical-coordinate representation of color #061C22: hue angle of 192.86º 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 #061C22 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 28 | 34 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.87 |
| HSL | 192.86º | 0.7% | 0.08% | - |
| HSV(B) | 192.86º | 0.82% | 0.13% | - |
| XYZ | 0.78 | 0.98 | 1.66 | - |
| YUV | 22.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 34 | 0.82 | 0.18 | 0 | 0.87 | 192.86 | 0.7 | 0.08 |
| Hex | 6 | 1C | 22 | 52 | 12 | 0 | 57 | C1 | 46 | 8 |
| Octal | 6 | 34 | 42 | 122 | 22 | 0 | 127 | 301 | 106 | 10 |
| Binary | 110 | 11100 | 100010 | 1010010 | 10010 | 0 | 1010111 | 11000001 | 1000110 | 1000 |
Color Harmonies of #061C22
Complementary color
Monochromatic Colors of #061C22
Black with #061C22
Text Example
Text Example
White with #061C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C22; }
p { color: rgb(6,28,34); }
H1.HeaderClassName
{
color: #061C22;
}
.AnyTagClassName
{
color: #061C22;
}
</style>
background-color css
<style>
a { background-color: #061C22; }
a { background-color: rgb(6,28,34); }
div.DivClassName
{
background-color: #061C22;
}
.BgClassName
{
background-color: #061C22;
}
</style>
border-color css
<style>
span { border-color: #061C22; }
span { border-color: rgb(6,28,34); }
td.TdClassName
{
border-color: #061C22;
}
.TagClassName
{
border-color: #061C22;
}
</style>