Shades of Midnight Express #22293C
Tints of Midnight Express #22293C
RGB
CMYK
RGB Variations
Color information
#22293C (or 0x22293C) is known color: Midnight Express. HEX triplet: 22, 29 and 3C. RGB value is (34,41,60). Sum of RGB (Red+Green+Blue) = 34+41+60=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 60 - color contains mainly: blue. Hex color #22293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22293C is #DDD6C3. Grayscale: #282828. Windows color (decimal): -14538436 or 3942690. OLE color: 3942690.
HSL color Cylindrical-coordinate representation of color #22293C: hue angle of 223.85º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #22293C is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 41 | 60 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.76 |
| HSL | 223.85º | 0.28% | 0.18% | - |
| HSV(B) | 223.85º | 0.43% | 0.24% | - |
| XYZ | 2.27 | 2.25 | 4.59 | - |
| YUV | 41.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 41 | 60 | 0.43 | 0.32 | 0 | 0.76 | 223.85 | 0.28 | 0.18 |
| Hex | 22 | 29 | 3C | 2B | 20 | 0 | 4C | E0 | 1C | 12 |
| Octal | 42 | 51 | 74 | 53 | 40 | 0 | 114 | 340 | 34 | 22 |
| Binary | 100010 | 101001 | 111100 | 101011 | 100000 | 0 | 1001100 | 11100000 | 11100 | 10010 |
Color Harmonies of #22293C
Complementary color
Monochromatic Colors of #22293C
Black with #22293C
Text Example
Text Example
White with #22293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22293C; }
p { color: rgb(34,41,60); }
H1.HeaderClassName
{
color: #22293C;
}
.AnyTagClassName
{
color: #22293C;
}
</style>
background-color css
<style>
a { background-color: #22293C; }
a { background-color: rgb(34,41,60); }
div.DivClassName
{
background-color: #22293C;
}
.BgClassName
{
background-color: #22293C;
}
</style>
border-color css
<style>
span { border-color: #22293C; }
span { border-color: rgb(34,41,60); }
td.TdClassName
{
border-color: #22293C;
}
.TagClassName
{
border-color: #22293C;
}
</style>