Shades of Black Pearl #112B32
Tints of Black Pearl #112B32
RGB
CMYK
RGB Variations
Color information
#112B32 (or 0x112B32) is known color: Black Pearl. HEX triplet: 11, 2B and 32. RGB value is (17,43,50). Sum of RGB (Red+Green+Blue) = 17+43+50=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 50 - color contains mainly: blue. Hex color #112B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B32 is #EED4CD. Grayscale: #232323. Windows color (decimal): -15652046 or 3287825. OLE color: 3287825.
HSL color Cylindrical-coordinate representation of color #112B32: hue angle of 192.73º 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 #112B32 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 43 | 50 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.80 |
| HSL | 192.73º | 0.49% | 0.13% | - |
| HSV(B) | 192.73º | 0.66% | 0.2% | - |
| XYZ | 1.67 | 2.08 | 3.33 | - |
| YUV | 36.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 50 | 0.66 | 0.14 | 0 | 0.80 | 192.73 | 0.49 | 0.13 |
| Hex | 11 | 2B | 32 | 42 | E | 0 | 50 | C1 | 31 | D |
| Octal | 21 | 53 | 62 | 102 | 16 | 0 | 120 | 301 | 61 | 15 |
| Binary | 10001 | 101011 | 110010 | 1000010 | 1110 | 0 | 1010000 | 11000001 | 110001 | 1101 |
Color Harmonies of #112B32
Complementary color
Monochromatic Colors of #112B32
Black with #112B32
Text Example
Text Example
White with #112B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B32; }
p { color: rgb(17,43,50); }
H1.HeaderClassName
{
color: #112B32;
}
.AnyTagClassName
{
color: #112B32;
}
</style>
background-color css
<style>
a { background-color: #112B32; }
a { background-color: rgb(17,43,50); }
div.DivClassName
{
background-color: #112B32;
}
.BgClassName
{
background-color: #112B32;
}
</style>
border-color css
<style>
span { border-color: #112B32; }
span { border-color: rgb(17,43,50); }
td.TdClassName
{
border-color: #112B32;
}
.TagClassName
{
border-color: #112B32;
}
</style>