Shades of Black Pearl #122224
Tints of Black Pearl #122224
RGB
CMYK
RGB Variations
Color information
#122224 (or 0x122224) is known color: Black Pearl. HEX triplet: 12, 22 and 24. RGB value is (18,34,36). Sum of RGB (Red+Green+Blue) = 18+34+36=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 36 - color contains mainly: blue. Hex color #122224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122224 is #EDDDDB. Grayscale: #1D1D1D. Windows color (decimal): -15588828 or 2368018. OLE color: 2368018.
HSL color Cylindrical-coordinate representation of color #122224: hue angle of 186.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #122224 is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 34 | 36 | - |
| CMYK | 0.5 | 0.06 | 0 | 0.86 |
| HSL | 186.67º | 0.33% | 0.11% | - |
| HSV(B) | 186.67º | 0.5% | 0.14% | - |
| XYZ | 1.14 | 1.4 | 1.88 | - |
| YUV | 29.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 36 | 0.5 | 0.06 | 0 | 0.86 | 186.67 | 0.33 | 0.11 |
| Hex | 12 | 22 | 24 | 32 | 6 | 0 | 56 | BB | 21 | B |
| Octal | 22 | 42 | 44 | 62 | 6 | 0 | 126 | 273 | 41 | 13 |
| Binary | 10010 | 100010 | 100100 | 110010 | 110 | 0 | 1010110 | 10111011 | 100001 | 1011 |
Color Harmonies of #122224
Complementary color
Monochromatic Colors of #122224
Black with #122224
Text Example
Text Example
White with #122224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122224; }
p { color: rgb(18,34,36); }
H1.HeaderClassName
{
color: #122224;
}
.AnyTagClassName
{
color: #122224;
}
</style>
background-color css
<style>
a { background-color: #122224; }
a { background-color: rgb(18,34,36); }
div.DivClassName
{
background-color: #122224;
}
.BgClassName
{
background-color: #122224;
}
</style>
border-color css
<style>
span { border-color: #122224; }
span { border-color: rgb(18,34,36); }
td.TdClassName
{
border-color: #122224;
}
.TagClassName
{
border-color: #122224;
}
</style>