Shades of Black Pearl #112A36
Tints of Black Pearl #112A36
RGB
CMYK
RGB Variations
Color information
#112A36 (or 0x112A36) is known color: Black Pearl. HEX triplet: 11, 2A and 36. RGB value is (17,42,54). Sum of RGB (Red+Green+Blue) = 17+42+54=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: blue. Hex color #112A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A36 is #EED5C9. Grayscale: #232323. Windows color (decimal): -15652298 or 3549713. OLE color: 3549713.
HSL color Cylindrical-coordinate representation of color #112A36: hue angle of 199.46º 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 #112A36 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 42 | 54 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.79 |
| HSL | 199.46º | 0.52% | 0.14% | - |
| HSV(B) | 199.46º | 0.69% | 0.21% | - |
| XYZ | 1.72 | 2.04 | 3.79 | - |
| YUV | 35.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 54 | 0.69 | 0.22 | 0 | 0.79 | 199.46 | 0.52 | 0.14 |
| Hex | 11 | 2A | 36 | 45 | 16 | 0 | 4F | C7 | 34 | E |
| Octal | 21 | 52 | 66 | 105 | 26 | 0 | 117 | 307 | 64 | 16 |
| Binary | 10001 | 101010 | 110110 | 1000101 | 10110 | 0 | 1001111 | 11000111 | 110100 | 1110 |
Color Harmonies of #112A36
Complementary color
Monochromatic Colors of #112A36
Black with #112A36
Text Example
Text Example
White with #112A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A36; }
p { color: rgb(17,42,54); }
H1.HeaderClassName
{
color: #112A36;
}
.AnyTagClassName
{
color: #112A36;
}
</style>
background-color css
<style>
a { background-color: #112A36; }
a { background-color: rgb(17,42,54); }
div.DivClassName
{
background-color: #112A36;
}
.BgClassName
{
background-color: #112A36;
}
</style>
border-color css
<style>
span { border-color: #112A36; }
span { border-color: rgb(17,42,54); }
td.TdClassName
{
border-color: #112A36;
}
.TagClassName
{
border-color: #112A36;
}
</style>