Shades of Black Pearl #11222C
Tints of Black Pearl #11222C
RGB
CMYK
RGB Variations
Color information
#11222C (or 0x11222C) is known color: Black Pearl. HEX triplet: 11, 22 and 2C. RGB value is (17,34,44). Sum of RGB (Red+Green+Blue) = 17+34+44=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #11222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11222C is #EEDDD3. Grayscale: #1D1D1D. Windows color (decimal): -15654356 or 2892305. OLE color: 2892305.
HSL color Cylindrical-coordinate representation of color #11222C: hue angle of 202.22º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #11222C is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 34 | 44 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.83 |
| HSL | 202.22º | 0.44% | 0.12% | - |
| HSV(B) | 202.22º | 0.61% | 0.17% | - |
| XYZ | 1.26 | 1.45 | 2.6 | - |
| YUV | 30.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 44 | 0.61 | 0.23 | 0 | 0.83 | 202.22 | 0.44 | 0.12 |
| Hex | 11 | 22 | 2C | 3D | 17 | 0 | 53 | CA | 2C | C |
| Octal | 21 | 42 | 54 | 75 | 27 | 0 | 123 | 312 | 54 | 14 |
| Binary | 10001 | 100010 | 101100 | 111101 | 10111 | 0 | 1010011 | 11001010 | 101100 | 1100 |
Color Harmonies of #11222C
Complementary color
Monochromatic Colors of #11222C
Black with #11222C
Text Example
Text Example
White with #11222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11222C; }
p { color: rgb(17,34,44); }
H1.HeaderClassName
{
color: #11222C;
}
.AnyTagClassName
{
color: #11222C;
}
</style>
background-color css
<style>
a { background-color: #11222C; }
a { background-color: rgb(17,34,44); }
div.DivClassName
{
background-color: #11222C;
}
.BgClassName
{
background-color: #11222C;
}
</style>
border-color css
<style>
span { border-color: #11222C; }
span { border-color: rgb(17,34,44); }
td.TdClassName
{
border-color: #11222C;
}
.TagClassName
{
border-color: #11222C;
}
</style>