Shades of Black Pearl #112C36
Tints of Black Pearl #112C36
RGB
CMYK
RGB Variations
Color information
#112C36 (or 0x112C36) is known color: Black Pearl. HEX triplet: 11, 2C and 36. RGB value is (17,44,54). Sum of RGB (Red+Green+Blue) = 17+44+54=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 54 - color contains mainly: blue. Hex color #112C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C36 is #EED3C9. Grayscale: #242424. Windows color (decimal): -15651786 or 3550225. OLE color: 3550225.
HSL color Cylindrical-coordinate representation of color #112C36: hue angle of 196.22º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #112C36 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 44 | 54 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.79 |
| HSL | 196.22º | 0.52% | 0.14% | - |
| HSV(B) | 196.22º | 0.69% | 0.21% | - |
| XYZ | 1.8 | 2.19 | 3.82 | - |
| YUV | 37.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 54 | 0.69 | 0.19 | 0 | 0.79 | 196.22 | 0.52 | 0.14 |
| Hex | 11 | 2C | 36 | 45 | 13 | 0 | 4F | C4 | 34 | E |
| Octal | 21 | 54 | 66 | 105 | 23 | 0 | 117 | 304 | 64 | 16 |
| Binary | 10001 | 101100 | 110110 | 1000101 | 10011 | 0 | 1001111 | 11000100 | 110100 | 1110 |
Color Harmonies of #112C36
Complementary color
Monochromatic Colors of #112C36
Black with #112C36
Text Example
Text Example
White with #112C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C36; }
p { color: rgb(17,44,54); }
H1.HeaderClassName
{
color: #112C36;
}
.AnyTagClassName
{
color: #112C36;
}
</style>
background-color css
<style>
a { background-color: #112C36; }
a { background-color: rgb(17,44,54); }
div.DivClassName
{
background-color: #112C36;
}
.BgClassName
{
background-color: #112C36;
}
</style>
border-color css
<style>
span { border-color: #112C36; }
span { border-color: rgb(17,44,54); }
td.TdClassName
{
border-color: #112C36;
}
.TagClassName
{
border-color: #112C36;
}
</style>