Shades of Black Pearl #112B35
Tints of Black Pearl #112B35
RGB
CMYK
RGB Variations
Color information
#112B35 (or 0x112B35) is known color: Black Pearl. HEX triplet: 11, 2B and 35. RGB value is (17,43,53). Sum of RGB (Red+Green+Blue) = 17+43+53=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #112B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B35 is #EED4CA. Grayscale: #242424. Windows color (decimal): -15652043 or 3484433. OLE color: 3484433.
HSL color Cylindrical-coordinate representation of color #112B35: hue angle of 196.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #112B35 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 43 | 53 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.79 |
| HSL | 196.67º | 0.51% | 0.14% | - |
| HSV(B) | 196.67º | 0.68% | 0.21% | - |
| XYZ | 1.74 | 2.1 | 3.68 | - |
| YUV | 36.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 53 | 0.68 | 0.19 | 0 | 0.79 | 196.67 | 0.51 | 0.14 |
| Hex | 11 | 2B | 35 | 44 | 13 | 0 | 4F | C5 | 33 | E |
| Octal | 21 | 53 | 65 | 104 | 23 | 0 | 117 | 305 | 63 | 16 |
| Binary | 10001 | 101011 | 110101 | 1000100 | 10011 | 0 | 1001111 | 11000101 | 110011 | 1110 |
Color Harmonies of #112B35
Complementary color
Monochromatic Colors of #112B35
Black with #112B35
Text Example
Text Example
White with #112B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B35; }
p { color: rgb(17,43,53); }
H1.HeaderClassName
{
color: #112B35;
}
.AnyTagClassName
{
color: #112B35;
}
</style>
background-color css
<style>
a { background-color: #112B35; }
a { background-color: rgb(17,43,53); }
div.DivClassName
{
background-color: #112B35;
}
.BgClassName
{
background-color: #112B35;
}
</style>
border-color css
<style>
span { border-color: #112B35; }
span { border-color: rgb(17,43,53); }
td.TdClassName
{
border-color: #112B35;
}
.TagClassName
{
border-color: #112B35;
}
</style>