Shades of Black Pearl #00222C
Tints of Black Pearl #00222C
RGB
CMYK
RGB Variations
Color information
#00222C (or 0x00222C) is known color: Black Pearl. HEX triplet: 00, 22 and 2C. RGB value is (0,34,44). Sum of RGB (Red+Green+Blue) = 0+34+44=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #00222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00222C is #FFDDD3. Grayscale: #181818. Windows color (decimal): -16768468 or 2892288. OLE color: 2892288.
HSL color Cylindrical-coordinate representation of color #00222C: hue angle of 193.64º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00222C is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 34 | 44 | - |
| CMYK | 1 | 0.23 | 0 | 0.83 |
| HSL | 193.64º | 1% | 0.09% | - |
| HSV(B) | 193.64º | 1% | 0.17% | - |
| XYZ | 1.03 | 1.33 | 2.58 | - |
| YUV | 24.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 44 | 1 | 0.23 | 0 | 0.83 | 193.64 | 1 | 0.09 |
| Hex | 0 | 22 | 2C | 64 | 17 | 0 | 53 | C2 | 64 | 9 |
| Octal | 0 | 42 | 54 | 144 | 27 | 0 | 123 | 302 | 144 | 11 |
| Binary | 0 | 100010 | 101100 | 1100100 | 10111 | 0 | 1010011 | 11000010 | 1100100 | 1001 |
Color Harmonies of #00222C
Complementary color
Monochromatic Colors of #00222C
Black with #00222C
Text Example
Text Example
White with #00222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00222C; }
p { color: rgb(0,34,44); }
H1.HeaderClassName
{
color: #00222C;
}
.AnyTagClassName
{
color: #00222C;
}
</style>
background-color css
<style>
a { background-color: #00222C; }
a { background-color: rgb(0,34,44); }
div.DivClassName
{
background-color: #00222C;
}
.BgClassName
{
background-color: #00222C;
}
</style>
border-color css
<style>
span { border-color: #00222C; }
span { border-color: rgb(0,34,44); }
td.TdClassName
{
border-color: #00222C;
}
.TagClassName
{
border-color: #00222C;
}
</style>