Shades of Black Pearl #111923
Tints of Black Pearl #111923
RGB
CMYK
RGB Variations
Color information
#111923 (or 0x111923) is known color: Black Pearl. HEX triplet: 11, 19 and 23. RGB value is (17,25,35). Sum of RGB (Red+Green+Blue) = 17+25+35=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 35 - color contains mainly: blue. Hex color #111923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111923 is #EEE6DC. Grayscale: #171717. Windows color (decimal): -15656669 or 2300177. OLE color: 2300177.
HSL color Cylindrical-coordinate representation of color #111923: hue angle of 213.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #111923 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 25 | 35 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.86 |
| HSL | 213.33º | 0.35% | 0.1% | - |
| HSV(B) | 213.33º | 0.51% | 0.14% | - |
| XYZ | 0.88 | 0.94 | 1.72 | - |
| YUV | 23.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 35 | 0.51 | 0.29 | 0 | 0.86 | 213.33 | 0.35 | 0.1 |
| Hex | 11 | 19 | 23 | 33 | 1D | 0 | 56 | D5 | 23 | A |
| Octal | 21 | 31 | 43 | 63 | 35 | 0 | 126 | 325 | 43 | 12 |
| Binary | 10001 | 11001 | 100011 | 110011 | 11101 | 0 | 1010110 | 11010101 | 100011 | 1010 |
Color Harmonies of #111923
Complementary color
Monochromatic Colors of #111923
Black with #111923
Text Example
Text Example
White with #111923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111923; }
p { color: rgb(17,25,35); }
H1.HeaderClassName
{
color: #111923;
}
.AnyTagClassName
{
color: #111923;
}
</style>
background-color css
<style>
a { background-color: #111923; }
a { background-color: rgb(17,25,35); }
div.DivClassName
{
background-color: #111923;
}
.BgClassName
{
background-color: #111923;
}
</style>
border-color css
<style>
span { border-color: #111923; }
span { border-color: rgb(17,25,35); }
td.TdClassName
{
border-color: #111923;
}
.TagClassName
{
border-color: #111923;
}
</style>