Shades of Midnight Express #22273F
Tints of Midnight Express #22273F
RGB
CMYK
RGB Variations
Color information
#22273F (or 0x22273F) is known color: Midnight Express. HEX triplet: 22, 27 and 3F. RGB value is (34,39,63). Sum of RGB (Red+Green+Blue) = 34+39+63=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #22273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22273F is #DDD8C0. Grayscale: #282828. Windows color (decimal): -14538945 or 4138786. OLE color: 4138786.
HSL color Cylindrical-coordinate representation of color #22273F: hue angle of 229.66º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #22273F is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 39 | 63 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.75 |
| HSL | 229.66º | 0.3% | 0.19% | - |
| HSV(B) | 229.66º | 0.46% | 0.25% | - |
| XYZ | 2.28 | 2.15 | 5 | - |
| YUV | 40.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 63 | 0.46 | 0.38 | 0 | 0.75 | 229.66 | 0.3 | 0.19 |
| Hex | 22 | 27 | 3F | 2E | 26 | 0 | 4B | E6 | 1E | 13 |
| Octal | 42 | 47 | 77 | 56 | 46 | 0 | 113 | 346 | 36 | 23 |
| Binary | 100010 | 100111 | 111111 | 101110 | 100110 | 0 | 1001011 | 11100110 | 11110 | 10011 |
Color Harmonies of #22273F
Complementary color
Monochromatic Colors of #22273F
Black with #22273F
Text Example
Text Example
White with #22273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22273F; }
p { color: rgb(34,39,63); }
H1.HeaderClassName
{
color: #22273F;
}
.AnyTagClassName
{
color: #22273F;
}
</style>
background-color css
<style>
a { background-color: #22273F; }
a { background-color: rgb(34,39,63); }
div.DivClassName
{
background-color: #22273F;
}
.BgClassName
{
background-color: #22273F;
}
</style>
border-color css
<style>
span { border-color: #22273F; }
span { border-color: rgb(34,39,63); }
td.TdClassName
{
border-color: #22273F;
}
.TagClassName
{
border-color: #22273F;
}
</style>