Shades of Black Pearl #06222A
Tints of Black Pearl #06222A
RGB
CMYK
RGB Variations
Color information
#06222A (or 0x06222A) is known color: Black Pearl. HEX triplet: 06, 22 and 2A. RGB value is (6,34,42). Sum of RGB (Red+Green+Blue) = 6+34+42=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 42 (16.80% from 255 or 51.22% from 82); Max value from RGB is 42 - color contains mainly: blue. Hex color #06222A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06222A is #F9DDD5. Grayscale: #1A1A1A. Windows color (decimal): -16375254 or 2761222. OLE color: 2761222.
HSL color Cylindrical-coordinate representation of color #06222A: hue angle of 193.33º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06222A is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 34 | 42 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.84 |
| HSL | 193.33º | 0.75% | 0.09% | - |
| HSV(B) | 193.33º | 0.86% | 0.16% | - |
| XYZ | 1.07 | 1.35 | 2.39 | - |
| YUV | 26.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 42 | 0.86 | 0.19 | 0 | 0.84 | 193.33 | 0.75 | 0.09 |
| Hex | 6 | 22 | 2A | 56 | 13 | 0 | 54 | C1 | 4B | 9 |
| Octal | 6 | 42 | 52 | 126 | 23 | 0 | 124 | 301 | 113 | 11 |
| Binary | 110 | 100010 | 101010 | 1010110 | 10011 | 0 | 1010100 | 11000001 | 1001011 | 1001 |
Color Harmonies of #06222A
Complementary color
Monochromatic Colors of #06222A
Black with #06222A
Text Example
Text Example
White with #06222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06222A; }
p { color: rgb(6,34,42); }
H1.HeaderClassName
{
color: #06222A;
}
.AnyTagClassName
{
color: #06222A;
}
</style>
background-color css
<style>
a { background-color: #06222A; }
a { background-color: rgb(6,34,42); }
div.DivClassName
{
background-color: #06222A;
}
.BgClassName
{
background-color: #06222A;
}
</style>
border-color css
<style>
span { border-color: #06222A; }
span { border-color: rgb(6,34,42); }
td.TdClassName
{
border-color: #06222A;
}
.TagClassName
{
border-color: #06222A;
}
</style>