Shades of Black Pearl #112A32
Tints of Black Pearl #112A32
RGB
CMYK
RGB Variations
Color information
#112A32 (or 0x112A32) is known color: Black Pearl. HEX triplet: 11, 2A and 32. RGB value is (17,42,50). Sum of RGB (Red+Green+Blue) = 17+42+50=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #112A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A32 is #EED5CD. Grayscale: #232323. Windows color (decimal): -15652302 or 3287569. OLE color: 3287569.
HSL color Cylindrical-coordinate representation of color #112A32: hue angle of 194.55º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #112A32 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 42 | 50 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.80 |
| HSL | 194.55º | 0.49% | 0.13% | - |
| HSV(B) | 194.55º | 0.66% | 0.2% | - |
| XYZ | 1.63 | 2.01 | 3.32 | - |
| YUV | 35.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 50 | 0.66 | 0.16 | 0 | 0.80 | 194.55 | 0.49 | 0.13 |
| Hex | 11 | 2A | 32 | 42 | 10 | 0 | 50 | C3 | 31 | D |
| Octal | 21 | 52 | 62 | 102 | 20 | 0 | 120 | 303 | 61 | 15 |
| Binary | 10001 | 101010 | 110010 | 1000010 | 10000 | 0 | 1010000 | 11000011 | 110001 | 1101 |
Color Harmonies of #112A32
Complementary color
Monochromatic Colors of #112A32
Black with #112A32
Text Example
Text Example
White with #112A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A32; }
p { color: rgb(17,42,50); }
H1.HeaderClassName
{
color: #112A32;
}
.AnyTagClassName
{
color: #112A32;
}
</style>
background-color css
<style>
a { background-color: #112A32; }
a { background-color: rgb(17,42,50); }
div.DivClassName
{
background-color: #112A32;
}
.BgClassName
{
background-color: #112A32;
}
</style>
border-color css
<style>
span { border-color: #112A32; }
span { border-color: rgb(17,42,50); }
td.TdClassName
{
border-color: #112A32;
}
.TagClassName
{
border-color: #112A32;
}
</style>