Shades of Black Pearl #11161A
Tints of Black Pearl #11161A
RGB
CMYK
RGB Variations
Color information
#11161A (or 0x11161A) is known color: Black Pearl. HEX triplet: 11, 16 and 1A. RGB value is (17,22,26). Sum of RGB (Red+Green+Blue) = 17+22+26=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 26 - color contains mainly: blue. Hex color #11161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11161A is #EEE9E5. Grayscale: #141414. Windows color (decimal): -15657446 or 1709585. OLE color: 1709585.
HSL color Cylindrical-coordinate representation of color #11161A: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #11161A is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 22 | 26 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.90 |
| HSL | 206.67º | 0.21% | 0.08% | - |
| HSV(B) | 206.67º | 0.35% | 0.1% | - |
| XYZ | 0.7 | 0.77 | 1.09 | - |
| YUV | 20.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 26 | 0.35 | 0.15 | 0 | 0.90 | 206.67 | 0.21 | 0.08 |
| Hex | 11 | 16 | 1A | 23 | F | 0 | 5A | CF | 15 | 8 |
| Octal | 21 | 26 | 32 | 43 | 17 | 0 | 132 | 317 | 25 | 10 |
| Binary | 10001 | 10110 | 11010 | 100011 | 1111 | 0 | 1011010 | 11001111 | 10101 | 1000 |
Color Harmonies of #11161A
Complementary color
Monochromatic Colors of #11161A
Black with #11161A
Text Example
Text Example
White with #11161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11161A; }
p { color: rgb(17,22,26); }
H1.HeaderClassName
{
color: #11161A;
}
.AnyTagClassName
{
color: #11161A;
}
</style>
background-color css
<style>
a { background-color: #11161A; }
a { background-color: rgb(17,22,26); }
div.DivClassName
{
background-color: #11161A;
}
.BgClassName
{
background-color: #11161A;
}
</style>
border-color css
<style>
span { border-color: #11161A; }
span { border-color: rgb(17,22,26); }
td.TdClassName
{
border-color: #11161A;
}
.TagClassName
{
border-color: #11161A;
}
</style>