Shades of Black Pearl #111F23
Tints of Black Pearl #111F23
RGB
CMYK
RGB Variations
Color information
#111F23 (or 0x111F23) is known color: Black Pearl. HEX triplet: 11, 1F and 23. RGB value is (17,31,35). Sum of RGB (Red+Green+Blue) = 17+31+35=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 35 (14.06% from 255 or 42.17% from 83); Max value from RGB is 35 - color contains mainly: blue. Hex color #111F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F23 is #EEE0DC. Grayscale: #1B1B1B. Windows color (decimal): -15655133 or 2301713. OLE color: 2301713.
HSL color Cylindrical-coordinate representation of color #111F23: hue angle of 193.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 #111F23 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 31 | 35 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.86 |
| HSL | 193.33º | 0.35% | 0.1% | - |
| HSV(B) | 193.33º | 0.51% | 0.14% | - |
| XYZ | 1.02 | 1.22 | 1.77 | - |
| YUV | 27.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 35 | 0.51 | 0.11 | 0 | 0.86 | 193.33 | 0.35 | 0.1 |
| Hex | 11 | 1F | 23 | 33 | B | 0 | 56 | C1 | 23 | A |
| Octal | 21 | 37 | 43 | 63 | 13 | 0 | 126 | 301 | 43 | 12 |
| Binary | 10001 | 11111 | 100011 | 110011 | 1011 | 0 | 1010110 | 11000001 | 100011 | 1010 |
Color Harmonies of #111F23
Complementary color
Monochromatic Colors of #111F23
Black with #111F23
Text Example
Text Example
White with #111F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F23; }
p { color: rgb(17,31,35); }
H1.HeaderClassName
{
color: #111F23;
}
.AnyTagClassName
{
color: #111F23;
}
</style>
background-color css
<style>
a { background-color: #111F23; }
a { background-color: rgb(17,31,35); }
div.DivClassName
{
background-color: #111F23;
}
.BgClassName
{
background-color: #111F23;
}
</style>
border-color css
<style>
span { border-color: #111F23; }
span { border-color: rgb(17,31,35); }
td.TdClassName
{
border-color: #111F23;
}
.TagClassName
{
border-color: #111F23;
}
</style>