Shades of Black Pearl #112930
Tints of Black Pearl #112930
RGB
CMYK
RGB Variations
Color information
#112930 (or 0x112930) is known color: Black Pearl. HEX triplet: 11, 29 and 30. RGB value is (17,41,48). Sum of RGB (Red+Green+Blue) = 17+41+48=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #112930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112930 is #EED6CF. Grayscale: #222222. Windows color (decimal): -15652560 or 3156241. OLE color: 3156241.
HSL color Cylindrical-coordinate representation of color #112930: hue angle of 193.55º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #112930 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 41 | 48 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.81 |
| HSL | 193.55º | 0.48% | 0.13% | - |
| HSV(B) | 193.55º | 0.65% | 0.19% | - |
| XYZ | 1.56 | 1.92 | 3.08 | - |
| YUV | 34.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 48 | 0.65 | 0.15 | 0 | 0.81 | 193.55 | 0.48 | 0.13 |
| Hex | 11 | 29 | 30 | 41 | F | 0 | 51 | C2 | 30 | D |
| Octal | 21 | 51 | 60 | 101 | 17 | 0 | 121 | 302 | 60 | 15 |
| Binary | 10001 | 101001 | 110000 | 1000001 | 1111 | 0 | 1010001 | 11000010 | 110000 | 1101 |
Color Harmonies of #112930
Complementary color
Monochromatic Colors of #112930
Black with #112930
Text Example
Text Example
White with #112930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112930; }
p { color: rgb(17,41,48); }
H1.HeaderClassName
{
color: #112930;
}
.AnyTagClassName
{
color: #112930;
}
</style>
background-color css
<style>
a { background-color: #112930; }
a { background-color: rgb(17,41,48); }
div.DivClassName
{
background-color: #112930;
}
.BgClassName
{
background-color: #112930;
}
</style>
border-color css
<style>
span { border-color: #112930; }
span { border-color: rgb(17,41,48); }
td.TdClassName
{
border-color: #112930;
}
.TagClassName
{
border-color: #112930;
}
</style>