Shades of Black Pearl #112224
Tints of Black Pearl #112224
RGB
CMYK
RGB Variations
Color information
#112224 (or 0x112224) is known color: Black Pearl. HEX triplet: 11, 22 and 24. RGB value is (17,34,36). Sum of RGB (Red+Green+Blue) = 17+34+36=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 36 (14.45% from 255 or 41.38% from 87); Max value from RGB is 36 - color contains mainly: blue. Hex color #112224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112224 is #EEDDDB. Grayscale: #1D1D1D. Windows color (decimal): -15654364 or 2368017. OLE color: 2368017.
HSL color Cylindrical-coordinate representation of color #112224: hue angle of 186.32º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #112224 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 34 | 36 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.86 |
| HSL | 186.32º | 0.36% | 0.1% | - |
| HSV(B) | 186.32º | 0.53% | 0.14% | - |
| XYZ | 1.12 | 1.39 | 1.88 | - |
| YUV | 29.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 36 | 0.53 | 0.06 | 0 | 0.86 | 186.32 | 0.36 | 0.1 |
| Hex | 11 | 22 | 24 | 35 | 6 | 0 | 56 | BA | 24 | A |
| Octal | 21 | 42 | 44 | 65 | 6 | 0 | 126 | 272 | 44 | 12 |
| Binary | 10001 | 100010 | 100100 | 110101 | 110 | 0 | 1010110 | 10111010 | 100100 | 1010 |
Color Harmonies of #112224
Complementary color
Monochromatic Colors of #112224
Black with #112224
Text Example
Text Example
White with #112224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112224; }
p { color: rgb(17,34,36); }
H1.HeaderClassName
{
color: #112224;
}
.AnyTagClassName
{
color: #112224;
}
</style>
background-color css
<style>
a { background-color: #112224; }
a { background-color: rgb(17,34,36); }
div.DivClassName
{
background-color: #112224;
}
.BgClassName
{
background-color: #112224;
}
</style>
border-color css
<style>
span { border-color: #112224; }
span { border-color: rgb(17,34,36); }
td.TdClassName
{
border-color: #112224;
}
.TagClassName
{
border-color: #112224;
}
</style>