Shades of Black Pearl #112B34
Tints of Black Pearl #112B34
RGB
CMYK
RGB Variations
Color information
#112B34 (or 0x112B34) is known color: Black Pearl. HEX triplet: 11, 2B and 34. RGB value is (17,43,52). Sum of RGB (Red+Green+Blue) = 17+43+52=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #112B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B34 is #EED4CB. Grayscale: #242424. Windows color (decimal): -15652044 or 3418897. OLE color: 3418897.
HSL color Cylindrical-coordinate representation of color #112B34: hue angle of 195.43º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112B34 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 43 | 52 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.80 |
| HSL | 195.43º | 0.51% | 0.14% | - |
| HSV(B) | 195.43º | 0.67% | 0.2% | - |
| XYZ | 1.71 | 2.09 | 3.56 | - |
| YUV | 36.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 52 | 0.67 | 0.17 | 0 | 0.80 | 195.43 | 0.51 | 0.14 |
| Hex | 11 | 2B | 34 | 43 | 11 | 0 | 50 | C3 | 33 | E |
| Octal | 21 | 53 | 64 | 103 | 21 | 0 | 120 | 303 | 63 | 16 |
| Binary | 10001 | 101011 | 110100 | 1000011 | 10001 | 0 | 1010000 | 11000011 | 110011 | 1110 |
Color Harmonies of #112B34
Complementary color
Monochromatic Colors of #112B34
Black with #112B34
Text Example
Text Example
White with #112B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B34; }
p { color: rgb(17,43,52); }
H1.HeaderClassName
{
color: #112B34;
}
.AnyTagClassName
{
color: #112B34;
}
</style>
background-color css
<style>
a { background-color: #112B34; }
a { background-color: rgb(17,43,52); }
div.DivClassName
{
background-color: #112B34;
}
.BgClassName
{
background-color: #112B34;
}
</style>
border-color css
<style>
span { border-color: #112B34; }
span { border-color: rgb(17,43,52); }
td.TdClassName
{
border-color: #112B34;
}
.TagClassName
{
border-color: #112B34;
}
</style>