Shades of Black Pearl #111D2A
Tints of Black Pearl #111D2A
RGB
CMYK
RGB Variations
Color information
#111D2A (or 0x111D2A) is known color: Black Pearl. HEX triplet: 11, 1D and 2A. RGB value is (17,29,42). Sum of RGB (Red+Green+Blue) = 17+29+42=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 42 (16.80% from 255 or 47.73% from 88); Max value from RGB is 42 - color contains mainly: blue. Hex color #111D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D2A is #EEE2D5. Grayscale: #1A1A1A. Windows color (decimal): -15655638 or 2759953. OLE color: 2759953.
HSL color Cylindrical-coordinate representation of color #111D2A: hue angle of 211.2º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #111D2A is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 29 | 42 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.84 |
| HSL | 211.2º | 0.42% | 0.12% | - |
| HSV(B) | 211.2º | 0.6% | 0.16% | - |
| XYZ | 1.09 | 1.17 | 2.36 | - |
| YUV | 26.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 42 | 0.60 | 0.31 | 0 | 0.84 | 211.2 | 0.42 | 0.12 |
| Hex | 11 | 1D | 2A | 3C | 1F | 0 | 54 | D3 | 2A | C |
| Octal | 21 | 35 | 52 | 74 | 37 | 0 | 124 | 323 | 52 | 14 |
| Binary | 10001 | 11101 | 101010 | 111100 | 11111 | 0 | 1010100 | 11010011 | 101010 | 1100 |
Color Harmonies of #111D2A
Complementary color
Monochromatic Colors of #111D2A
Black with #111D2A
Text Example
Text Example
White with #111D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D2A; }
p { color: rgb(17,29,42); }
H1.HeaderClassName
{
color: #111D2A;
}
.AnyTagClassName
{
color: #111D2A;
}
</style>
background-color css
<style>
a { background-color: #111D2A; }
a { background-color: rgb(17,29,42); }
div.DivClassName
{
background-color: #111D2A;
}
.BgClassName
{
background-color: #111D2A;
}
</style>
border-color css
<style>
span { border-color: #111D2A; }
span { border-color: rgb(17,29,42); }
td.TdClassName
{
border-color: #111D2A;
}
.TagClassName
{
border-color: #111D2A;
}
</style>