Shades of Black Pearl #11202A
Tints of Black Pearl #11202A
RGB
CMYK
RGB Variations
Color information
#11202A (or 0x11202A) is known color: Black Pearl. HEX triplet: 11, 20 and 2A. RGB value is (17,32,42). Sum of RGB (Red+Green+Blue) = 17+32+42=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #11202A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11202A is #EEDFD5. Grayscale: #1C1C1C. Windows color (decimal): -15654870 or 2760721. OLE color: 2760721.
HSL color Cylindrical-coordinate representation of color #11202A: hue angle of 204º 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 #11202A is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 32 | 42 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.84 |
| HSL | 204º | 0.42% | 0.12% | - |
| HSV(B) | 204º | 0.6% | 0.16% | - |
| XYZ | 1.17 | 1.32 | 2.38 | - |
| YUV | 28.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 42 | 0.60 | 0.24 | 0 | 0.84 | 204 | 0.42 | 0.12 |
| Hex | 11 | 20 | 2A | 3C | 18 | 0 | 54 | CC | 2A | C |
| Octal | 21 | 40 | 52 | 74 | 30 | 0 | 124 | 314 | 52 | 14 |
| Binary | 10001 | 100000 | 101010 | 111100 | 11000 | 0 | 1010100 | 11001100 | 101010 | 1100 |
Color Harmonies of #11202A
Complementary color
Monochromatic Colors of #11202A
Black with #11202A
Text Example
Text Example
White with #11202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11202A; }
p { color: rgb(17,32,42); }
H1.HeaderClassName
{
color: #11202A;
}
.AnyTagClassName
{
color: #11202A;
}
</style>
background-color css
<style>
a { background-color: #11202A; }
a { background-color: rgb(17,32,42); }
div.DivClassName
{
background-color: #11202A;
}
.BgClassName
{
background-color: #11202A;
}
</style>
border-color css
<style>
span { border-color: #11202A; }
span { border-color: rgb(17,32,42); }
td.TdClassName
{
border-color: #11202A;
}
.TagClassName
{
border-color: #11202A;
}
</style>