Shades of Black Pearl #222C30
Tints of Black Pearl #222C30
RGB
CMYK
RGB Variations
Color information
#222C30 (or 0x222C30) is known color: Black Pearl. HEX triplet: 22, 2C and 30. RGB value is (34,44,48). Sum of RGB (Red+Green+Blue) = 34+44+48=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 48 - color contains mainly: blue. Hex color #222C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222C30 is #DDD3CF. Grayscale: #292929. Windows color (decimal): -14537680 or 3157026. OLE color: 3157026.
HSL color Cylindrical-coordinate representation of color #222C30: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #222C30 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 44 | 48 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.81 |
| HSL | 197.14º | 0.17% | 0.16% | - |
| HSV(B) | 197.14º | 0.29% | 0.19% | - |
| XYZ | 2.09 | 2.35 | 3.14 | - |
| YUV | 41.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 48 | 0.29 | 0.08 | 0 | 0.81 | 197.14 | 0.17 | 0.16 |
| Hex | 22 | 2C | 30 | 1D | 8 | 0 | 51 | C5 | 11 | 10 |
| Octal | 42 | 54 | 60 | 35 | 10 | 0 | 121 | 305 | 21 | 20 |
| Binary | 100010 | 101100 | 110000 | 11101 | 1000 | 0 | 1010001 | 11000101 | 10001 | 10000 |
Color Harmonies of #222C30
Complementary color
Monochromatic Colors of #222C30
Black with #222C30
Text Example
Text Example
White with #222C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C30; }
p { color: rgb(34,44,48); }
H1.HeaderClassName
{
color: #222C30;
}
.AnyTagClassName
{
color: #222C30;
}
</style>
background-color css
<style>
a { background-color: #222C30; }
a { background-color: rgb(34,44,48); }
div.DivClassName
{
background-color: #222C30;
}
.BgClassName
{
background-color: #222C30;
}
</style>
border-color css
<style>
span { border-color: #222C30; }
span { border-color: rgb(34,44,48); }
td.TdClassName
{
border-color: #222C30;
}
.TagClassName
{
border-color: #222C30;
}
</style>