Shades of Black Pearl #112934
Tints of Black Pearl #112934
RGB
CMYK
RGB Variations
Color information
#112934 (or 0x112934) is known color: Black Pearl. HEX triplet: 11, 29 and 34. RGB value is (17,41,52). Sum of RGB (Red+Green+Blue) = 17+41+52=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #112934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112934 is #EED6CB. Grayscale: #232323. Windows color (decimal): -15652556 or 3418385. OLE color: 3418385.
HSL color Cylindrical-coordinate representation of color #112934: hue angle of 198.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112934 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 41 | 52 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.80 |
| HSL | 198.86º | 0.51% | 0.14% | - |
| HSV(B) | 198.86º | 0.67% | 0.2% | - |
| XYZ | 1.64 | 1.95 | 3.54 | - |
| YUV | 35.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 52 | 0.67 | 0.21 | 0 | 0.80 | 198.86 | 0.51 | 0.14 |
| Hex | 11 | 29 | 34 | 43 | 15 | 0 | 50 | C7 | 33 | E |
| Octal | 21 | 51 | 64 | 103 | 25 | 0 | 120 | 307 | 63 | 16 |
| Binary | 10001 | 101001 | 110100 | 1000011 | 10101 | 0 | 1010000 | 11000111 | 110011 | 1110 |
Color Harmonies of #112934
Complementary color
Monochromatic Colors of #112934
Black with #112934
Text Example
Text Example
White with #112934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112934; }
p { color: rgb(17,41,52); }
H1.HeaderClassName
{
color: #112934;
}
.AnyTagClassName
{
color: #112934;
}
</style>
background-color css
<style>
a { background-color: #112934; }
a { background-color: rgb(17,41,52); }
div.DivClassName
{
background-color: #112934;
}
.BgClassName
{
background-color: #112934;
}
</style>
border-color css
<style>
span { border-color: #112934; }
span { border-color: rgb(17,41,52); }
td.TdClassName
{
border-color: #112934;
}
.TagClassName
{
border-color: #112934;
}
</style>