Shades of Black Pearl #112033
Tints of Black Pearl #112033
RGB
CMYK
RGB Variations
Color information
#112033 (or 0x112033) is known color: Black Pearl. HEX triplet: 11, 20 and 33. RGB value is (17,32,51). Sum of RGB (Red+Green+Blue) = 17+32+51=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #112033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112033 is #EEDFCC. Grayscale: #1D1D1D. Windows color (decimal): -15654861 or 3350545. OLE color: 3350545.
HSL color Cylindrical-coordinate representation of color #112033: hue angle of 213.53º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112033 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 32 | 51 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.8 |
| HSL | 213.53º | 0.5% | 0.13% | - |
| HSV(B) | 213.53º | 0.67% | 0.2% | - |
| XYZ | 1.35 | 1.39 | 3.33 | - |
| YUV | 29.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 51 | 0.67 | 0.37 | 0 | 0.8 | 213.53 | 0.5 | 0.13 |
| Hex | 11 | 20 | 33 | 43 | 25 | 0 | 50 | D6 | 32 | D |
| Octal | 21 | 40 | 63 | 103 | 45 | 0 | 120 | 326 | 62 | 15 |
| Binary | 10001 | 100000 | 110011 | 1000011 | 100101 | 0 | 1010000 | 11010110 | 110010 | 1101 |
Color Harmonies of #112033
Complementary color
Monochromatic Colors of #112033
Black with #112033
Text Example
Text Example
White with #112033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112033; }
p { color: rgb(17,32,51); }
H1.HeaderClassName
{
color: #112033;
}
.AnyTagClassName
{
color: #112033;
}
</style>
background-color css
<style>
a { background-color: #112033; }
a { background-color: rgb(17,32,51); }
div.DivClassName
{
background-color: #112033;
}
.BgClassName
{
background-color: #112033;
}
</style>
border-color css
<style>
span { border-color: #112033; }
span { border-color: rgb(17,32,51); }
td.TdClassName
{
border-color: #112033;
}
.TagClassName
{
border-color: #112033;
}
</style>