Shades of Black Pearl #112128
Tints of Black Pearl #112128
RGB
CMYK
RGB Variations
Color information
#112128 (or 0x112128) is known color: Black Pearl. HEX triplet: 11, 21 and 28. RGB value is (17,33,40). Sum of RGB (Red+Green+Blue) = 17+33+40=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #112128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112128 is #EEDED7. Grayscale: #1C1C1C. Windows color (decimal): -15654616 or 2629905. OLE color: 2629905.
HSL color Cylindrical-coordinate representation of color #112128: hue angle of 198.26º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112128 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 33 | 40 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.84 |
| HSL | 198.26º | 0.4% | 0.11% | - |
| HSV(B) | 198.26º | 0.58% | 0.16% | - |
| XYZ | 1.16 | 1.36 | 2.21 | - |
| YUV | 29.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 40 | 0.57 | 0.17 | 0 | 0.84 | 198.26 | 0.4 | 0.11 |
| Hex | 11 | 21 | 28 | 39 | 11 | 0 | 54 | C6 | 28 | B |
| Octal | 21 | 41 | 50 | 71 | 21 | 0 | 124 | 306 | 50 | 13 |
| Binary | 10001 | 100001 | 101000 | 111001 | 10001 | 0 | 1010100 | 11000110 | 101000 | 1011 |
Color Harmonies of #112128
Complementary color
Monochromatic Colors of #112128
Black with #112128
Text Example
Text Example
White with #112128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112128; }
p { color: rgb(17,33,40); }
H1.HeaderClassName
{
color: #112128;
}
.AnyTagClassName
{
color: #112128;
}
</style>
background-color css
<style>
a { background-color: #112128; }
a { background-color: rgb(17,33,40); }
div.DivClassName
{
background-color: #112128;
}
.BgClassName
{
background-color: #112128;
}
</style>
border-color css
<style>
span { border-color: #112128; }
span { border-color: rgb(17,33,40); }
td.TdClassName
{
border-color: #112128;
}
.TagClassName
{
border-color: #112128;
}
</style>