Shades of Black Pearl #11202D
Tints of Black Pearl #11202D
RGB
CMYK
RGB Variations
Color information
#11202D (or 0x11202D) is known color: Black Pearl. HEX triplet: 11, 20 and 2D. RGB value is (17,32,45). Sum of RGB (Red+Green+Blue) = 17+32+45=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #11202D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11202D is #EEDFD2. Grayscale: #1C1C1C. Windows color (decimal): -15654867 or 2957329. OLE color: 2957329.
HSL color Cylindrical-coordinate representation of color #11202D: hue angle of 207.86º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #11202D is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 32 | 45 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.82 |
| HSL | 207.86º | 0.45% | 0.12% | - |
| HSV(B) | 207.86º | 0.62% | 0.18% | - |
| XYZ | 1.22 | 1.34 | 2.68 | - |
| YUV | 29 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 45 | 0.62 | 0.29 | 0 | 0.82 | 207.86 | 0.45 | 0.12 |
| Hex | 11 | 20 | 2D | 3E | 1D | 0 | 52 | D0 | 2D | C |
| Octal | 21 | 40 | 55 | 76 | 35 | 0 | 122 | 320 | 55 | 14 |
| Binary | 10001 | 100000 | 101101 | 111110 | 11101 | 0 | 1010010 | 11010000 | 101101 | 1100 |
Color Harmonies of #11202D
Complementary color
Monochromatic Colors of #11202D
Black with #11202D
Text Example
Text Example
White with #11202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11202D; }
p { color: rgb(17,32,45); }
H1.HeaderClassName
{
color: #11202D;
}
.AnyTagClassName
{
color: #11202D;
}
</style>
background-color css
<style>
a { background-color: #11202D; }
a { background-color: rgb(17,32,45); }
div.DivClassName
{
background-color: #11202D;
}
.BgClassName
{
background-color: #11202D;
}
</style>
border-color css
<style>
span { border-color: #11202D; }
span { border-color: rgb(17,32,45); }
td.TdClassName
{
border-color: #11202D;
}
.TagClassName
{
border-color: #11202D;
}
</style>