Shades of Black Pearl #11242D
Tints of Black Pearl #11242D
RGB
CMYK
RGB Variations
Color information
#11242D (or 0x11242D) is known color: Black Pearl. HEX triplet: 11, 24 and 2D. RGB value is (17,36,45). Sum of RGB (Red+Green+Blue) = 17+36+45=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #11242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11242D is #EEDBD2. Grayscale: #1F1F1F. Windows color (decimal): -15653843 or 2958353. OLE color: 2958353.
HSL color Cylindrical-coordinate representation of color #11242D: hue angle of 199.29º 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 #11242D is Cyan = 0.62, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 36 | 45 | - |
| CMYK | 0.62 | 0.2 | 0 | 0.82 |
| HSL | 199.29º | 0.45% | 0.12% | - |
| HSV(B) | 199.29º | 0.62% | 0.18% | - |
| XYZ | 1.34 | 1.57 | 2.72 | - |
| YUV | 31.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 45 | 0.62 | 0.2 | 0 | 0.82 | 199.29 | 0.45 | 0.12 |
| Hex | 11 | 24 | 2D | 3E | 14 | 0 | 52 | C7 | 2D | C |
| Octal | 21 | 44 | 55 | 76 | 24 | 0 | 122 | 307 | 55 | 14 |
| Binary | 10001 | 100100 | 101101 | 111110 | 10100 | 0 | 1010010 | 11000111 | 101101 | 1100 |
Color Harmonies of #11242D
Complementary color
Monochromatic Colors of #11242D
Black with #11242D
Text Example
Text Example
White with #11242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11242D; }
p { color: rgb(17,36,45); }
H1.HeaderClassName
{
color: #11242D;
}
.AnyTagClassName
{
color: #11242D;
}
</style>
background-color css
<style>
a { background-color: #11242D; }
a { background-color: rgb(17,36,45); }
div.DivClassName
{
background-color: #11242D;
}
.BgClassName
{
background-color: #11242D;
}
</style>
border-color css
<style>
span { border-color: #11242D; }
span { border-color: rgb(17,36,45); }
td.TdClassName
{
border-color: #11242D;
}
.TagClassName
{
border-color: #11242D;
}
</style>