Shades of Black Pearl #112A2E
Tints of Black Pearl #112A2E
RGB
CMYK
RGB Variations
Color information
#112A2E (or 0x112A2E) is known color: Black Pearl. HEX triplet: 11, 2A and 2E. RGB value is (17,42,46). Sum of RGB (Red+Green+Blue) = 17+42+46=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #112A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A2E is #EED5D1. Grayscale: #222222. Windows color (decimal): -15652306 or 3025425. OLE color: 3025425.
HSL color Cylindrical-coordinate representation of color #112A2E: hue angle of 188.28º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #112A2E is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 42 | 46 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.82 |
| HSL | 188.28º | 0.46% | 0.12% | - |
| HSV(B) | 188.28º | 0.63% | 0.18% | - |
| XYZ | 1.55 | 1.97 | 2.88 | - |
| YUV | 34.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 46 | 0.63 | 0.09 | 0 | 0.82 | 188.28 | 0.46 | 0.12 |
| Hex | 11 | 2A | 2E | 3F | 9 | 0 | 52 | BC | 2E | C |
| Octal | 21 | 52 | 56 | 77 | 11 | 0 | 122 | 274 | 56 | 14 |
| Binary | 10001 | 101010 | 101110 | 111111 | 1001 | 0 | 1010010 | 10111100 | 101110 | 1100 |
Color Harmonies of #112A2E
Complementary color
Monochromatic Colors of #112A2E
Black with #112A2E
Text Example
Text Example
White with #112A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A2E; }
p { color: rgb(17,42,46); }
H1.HeaderClassName
{
color: #112A2E;
}
.AnyTagClassName
{
color: #112A2E;
}
</style>
background-color css
<style>
a { background-color: #112A2E; }
a { background-color: rgb(17,42,46); }
div.DivClassName
{
background-color: #112A2E;
}
.BgClassName
{
background-color: #112A2E;
}
</style>
border-color css
<style>
span { border-color: #112A2E; }
span { border-color: rgb(17,42,46); }
td.TdClassName
{
border-color: #112A2E;
}
.TagClassName
{
border-color: #112A2E;
}
</style>