Shades of Black Pearl #11222A
Tints of Black Pearl #11222A
RGB
CMYK
RGB Variations
Color information
#11222A (or 0x11222A) is known color: Black Pearl. HEX triplet: 11, 22 and 2A. RGB value is (17,34,42). Sum of RGB (Red+Green+Blue) = 17+34+42=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 42 - color contains mainly: blue. Hex color #11222A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11222A is #EEDDD5. Grayscale: #1D1D1D. Windows color (decimal): -15654358 or 2761233. OLE color: 2761233.
HSL color Cylindrical-coordinate representation of color #11222A: hue angle of 199.2º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11222A is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 34 | 42 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.84 |
| HSL | 199.2º | 0.42% | 0.12% | - |
| HSV(B) | 199.2º | 0.6% | 0.16% | - |
| XYZ | 1.22 | 1.43 | 2.4 | - |
| YUV | 29.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 42 | 0.60 | 0.19 | 0 | 0.84 | 199.2 | 0.42 | 0.12 |
| Hex | 11 | 22 | 2A | 3C | 13 | 0 | 54 | C7 | 2A | C |
| Octal | 21 | 42 | 52 | 74 | 23 | 0 | 124 | 307 | 52 | 14 |
| Binary | 10001 | 100010 | 101010 | 111100 | 10011 | 0 | 1010100 | 11000111 | 101010 | 1100 |
Color Harmonies of #11222A
Complementary color
Monochromatic Colors of #11222A
Black with #11222A
Text Example
Text Example
White with #11222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11222A; }
p { color: rgb(17,34,42); }
H1.HeaderClassName
{
color: #11222A;
}
.AnyTagClassName
{
color: #11222A;
}
</style>
background-color css
<style>
a { background-color: #11222A; }
a { background-color: rgb(17,34,42); }
div.DivClassName
{
background-color: #11222A;
}
.BgClassName
{
background-color: #11222A;
}
</style>
border-color css
<style>
span { border-color: #11222A; }
span { border-color: rgb(17,34,42); }
td.TdClassName
{
border-color: #11222A;
}
.TagClassName
{
border-color: #11222A;
}
</style>