Shades of Black Pearl #222425
Tints of Black Pearl #222425
RGB
CMYK
RGB Variations
Color information
#222425 (or 0x222425) is known color: Black Pearl. HEX triplet: 22, 24 and 25. RGB value is (34,36,37). Sum of RGB (Red+Green+Blue) = 34+36+37=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 37 - color contains mainly: blue. Hex color #222425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222425 is #DDDBDA. Grayscale: #232323. Windows color (decimal): -14539739 or 2434082. OLE color: 2434082.
HSL color Cylindrical-coordinate representation of color #222425: hue angle of 200º degrees, saturation: 0.04, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #222425 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
RGB | 34 | 36 | 37 | - |
CMYK | 0.08 | 0.03 | 0 | 0.85 |
HSL | 200º | 0.04% | 0.14% | - |
HSV(B) | 200º | 0.08% | 0.15% | - |
XYZ | 1.62 | 1.74 | 2 | - |
YUV | 35.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 34 | 36 | 37 | 0.08 | 0.03 | 0 | 0.85 | 200 | 0.04 | 0.14 |
Hex | 22 | 24 | 25 | 8 | 3 | 0 | 55 | C8 | 4 | E |
Octal | 42 | 44 | 45 | 10 | 3 | 0 | 125 | 310 | 4 | 16 |
Binary | 100010 | 100100 | 100101 | 1000 | 11 | 0 | 1010101 | 11001000 | 100 | 1110 |
Color Harmonies of #222425
Complementary color
Monochromatic Colors of #222425
Black with #222425
Text Example
Text Example
White with #222425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222425; }
p { color: rgb(34,36,37); }
H1.HeaderClassName
{
color: #222425;
}
.AnyTagClassName
{
color: #222425;
}
</style>
background-color css
<style>
a { background-color: #222425; }
a { background-color: rgb(34,36,37); }
div.DivClassName
{
background-color: #222425;
}
.BgClassName
{
background-color: #222425;
}
</style>
border-color css
<style>
span { border-color: #222425; }
span { border-color: rgb(34,36,37); }
td.TdClassName
{
border-color: #222425;
}
.TagClassName
{
border-color: #222425;
}
</style>