Shades of Black Pearl #112026
Tints of Black Pearl #112026
RGB
CMYK
RGB Variations
Color information
#112026 (or 0x112026) is known color: Black Pearl. HEX triplet: 11, 20 and 26. RGB value is (17,32,38). Sum of RGB (Red+Green+Blue) = 17+32+38=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 38 - color contains mainly: blue. Hex color #112026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112026 is #EEDFD9. Grayscale: #1C1C1C. Windows color (decimal): -15654874 or 2498577. OLE color: 2498577.
HSL color Cylindrical-coordinate representation of color #112026: hue angle of 197.14º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #112026 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 32 | 38 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.85 |
| HSL | 197.14º | 0.38% | 0.11% | - |
| HSV(B) | 197.14º | 0.55% | 0.15% | - |
| XYZ | 1.1 | 1.29 | 2.03 | - |
| YUV | 28.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 38 | 0.55 | 0.16 | 0 | 0.85 | 197.14 | 0.38 | 0.11 |
| Hex | 11 | 20 | 26 | 37 | 10 | 0 | 55 | C5 | 26 | B |
| Octal | 21 | 40 | 46 | 67 | 20 | 0 | 125 | 305 | 46 | 13 |
| Binary | 10001 | 100000 | 100110 | 110111 | 10000 | 0 | 1010101 | 11000101 | 100110 | 1011 |
Color Harmonies of #112026
Complementary color
Monochromatic Colors of #112026
Black with #112026
Text Example
Text Example
White with #112026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112026; }
p { color: rgb(17,32,38); }
H1.HeaderClassName
{
color: #112026;
}
.AnyTagClassName
{
color: #112026;
}
</style>
background-color css
<style>
a { background-color: #112026; }
a { background-color: rgb(17,32,38); }
div.DivClassName
{
background-color: #112026;
}
.BgClassName
{
background-color: #112026;
}
</style>
border-color css
<style>
span { border-color: #112026; }
span { border-color: rgb(17,32,38); }
td.TdClassName
{
border-color: #112026;
}
.TagClassName
{
border-color: #112026;
}
</style>