Shades of Black Pearl #112C37
Tints of Black Pearl #112C37
RGB
CMYK
RGB Variations
Color information
#112C37 (or 0x112C37) is known color: Black Pearl. HEX triplet: 11, 2C and 37. RGB value is (17,44,55). Sum of RGB (Red+Green+Blue) = 17+44+55=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 55 (21.88% from 255 or 47.41% from 116); Max value from RGB is 55 - color contains mainly: blue. Hex color #112C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C37 is #EED3C8. Grayscale: #252525. Windows color (decimal): -15651785 or 3615761. OLE color: 3615761.
HSL color Cylindrical-coordinate representation of color #112C37: hue angle of 197.37º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #112C37 is Cyan = 0.69, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 44 | 55 | - |
| CMYK | 0.69 | 0.2 | 0 | 0.78 |
| HSL | 197.37º | 0.53% | 0.14% | - |
| HSV(B) | 197.37º | 0.69% | 0.22% | - |
| XYZ | 1.82 | 2.2 | 3.94 | - |
| YUV | 37.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 55 | 0.69 | 0.2 | 0 | 0.78 | 197.37 | 0.53 | 0.14 |
| Hex | 11 | 2C | 37 | 45 | 14 | 0 | 4E | C5 | 35 | E |
| Octal | 21 | 54 | 67 | 105 | 24 | 0 | 116 | 305 | 65 | 16 |
| Binary | 10001 | 101100 | 110111 | 1000101 | 10100 | 0 | 1001110 | 11000101 | 110101 | 1110 |
Color Harmonies of #112C37
Complementary color
Monochromatic Colors of #112C37
Black with #112C37
Text Example
Text Example
White with #112C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C37; }
p { color: rgb(17,44,55); }
H1.HeaderClassName
{
color: #112C37;
}
.AnyTagClassName
{
color: #112C37;
}
</style>
background-color css
<style>
a { background-color: #112C37; }
a { background-color: rgb(17,44,55); }
div.DivClassName
{
background-color: #112C37;
}
.BgClassName
{
background-color: #112C37;
}
</style>
border-color css
<style>
span { border-color: #112C37; }
span { border-color: rgb(17,44,55); }
td.TdClassName
{
border-color: #112C37;
}
.TagClassName
{
border-color: #112C37;
}
</style>