Shades of Black Pearl #112024
Tints of Black Pearl #112024
RGB
CMYK
RGB Variations
Color information
#112024 (or 0x112024) is known color: Black Pearl. HEX triplet: 11, 20 and 24. RGB value is (17,32,36). Sum of RGB (Red+Green+Blue) = 17+32+36=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 36 - color contains mainly: blue. Hex color #112024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112024 is #EEDFDB. Grayscale: #1B1B1B. Windows color (decimal): -15654876 or 2367505. OLE color: 2367505.
HSL color Cylindrical-coordinate representation of color #112024: hue angle of 192.63º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #112024 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 32 | 36 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.86 |
| HSL | 192.63º | 0.36% | 0.1% | - |
| HSV(B) | 192.63º | 0.53% | 0.14% | - |
| XYZ | 1.07 | 1.28 | 1.86 | - |
| YUV | 27.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 36 | 0.53 | 0.11 | 0 | 0.86 | 192.63 | 0.36 | 0.1 |
| Hex | 11 | 20 | 24 | 35 | B | 0 | 56 | C1 | 24 | A |
| Octal | 21 | 40 | 44 | 65 | 13 | 0 | 126 | 301 | 44 | 12 |
| Binary | 10001 | 100000 | 100100 | 110101 | 1011 | 0 | 1010110 | 11000001 | 100100 | 1010 |
Color Harmonies of #112024
Complementary color
Monochromatic Colors of #112024
Black with #112024
Text Example
Text Example
White with #112024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112024; }
p { color: rgb(17,32,36); }
H1.HeaderClassName
{
color: #112024;
}
.AnyTagClassName
{
color: #112024;
}
</style>
background-color css
<style>
a { background-color: #112024; }
a { background-color: rgb(17,32,36); }
div.DivClassName
{
background-color: #112024;
}
.BgClassName
{
background-color: #112024;
}
</style>
border-color css
<style>
span { border-color: #112024; }
span { border-color: rgb(17,32,36); }
td.TdClassName
{
border-color: #112024;
}
.TagClassName
{
border-color: #112024;
}
</style>