Shades of Black Pearl #06222B
Tints of Black Pearl #06222B
RGB
CMYK
RGB Variations
Color information
#06222B (or 0x06222B) is known color: Black Pearl. HEX triplet: 06, 22 and 2B. RGB value is (6,34,43). Sum of RGB (Red+Green+Blue) = 6+34+43=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #06222B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06222B is #F9DDD4. Grayscale: #1A1A1A. Windows color (decimal): -16375253 or 2826758. OLE color: 2826758.
HSL color Cylindrical-coordinate representation of color #06222B: hue angle of 194.59º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06222B is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 34 | 43 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.83 |
| HSL | 194.59º | 0.76% | 0.1% | - |
| HSV(B) | 194.59º | 0.86% | 0.17% | - |
| XYZ | 1.08 | 1.36 | 2.49 | - |
| YUV | 26.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 43 | 0.86 | 0.21 | 0 | 0.83 | 194.59 | 0.76 | 0.1 |
| Hex | 6 | 22 | 2B | 56 | 15 | 0 | 53 | C3 | 4C | A |
| Octal | 6 | 42 | 53 | 126 | 25 | 0 | 123 | 303 | 114 | 12 |
| Binary | 110 | 100010 | 101011 | 1010110 | 10101 | 0 | 1010011 | 11000011 | 1001100 | 1010 |
Color Harmonies of #06222B
Complementary color
Monochromatic Colors of #06222B
Black with #06222B
Text Example
Text Example
White with #06222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06222B; }
p { color: rgb(6,34,43); }
H1.HeaderClassName
{
color: #06222B;
}
.AnyTagClassName
{
color: #06222B;
}
</style>
background-color css
<style>
a { background-color: #06222B; }
a { background-color: rgb(6,34,43); }
div.DivClassName
{
background-color: #06222B;
}
.BgClassName
{
background-color: #06222B;
}
</style>
border-color css
<style>
span { border-color: #06222B; }
span { border-color: rgb(6,34,43); }
td.TdClassName
{
border-color: #06222B;
}
.TagClassName
{
border-color: #06222B;
}
</style>