Shades of Midnight Express #17223D
Tints of Midnight Express #17223D
RGB
CMYK
RGB Variations
Color information
#17223D (or 0x17223D) is known color: Midnight Express. HEX triplet: 17, 22 and 3D. RGB value is (23,34,61). Sum of RGB (Red+Green+Blue) = 23+34+61=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #17223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17223D is #E8DDC2. Grayscale: #212121. Windows color (decimal): -15261123 or 4006423. OLE color: 4006423.
HSL color Cylindrical-coordinate representation of color #17223D: hue angle of 222.63º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #17223D is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 34 | 61 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.76 |
| HSL | 222.63º | 0.45% | 0.16% | - |
| HSV(B) | 222.63º | 0.62% | 0.24% | - |
| XYZ | 1.77 | 1.66 | 4.64 | - |
| YUV | 33.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 61 | 0.62 | 0.44 | 0 | 0.76 | 222.63 | 0.45 | 0.16 |
| Hex | 17 | 22 | 3D | 3E | 2C | 0 | 4C | DF | 2D | 10 |
| Octal | 27 | 42 | 75 | 76 | 54 | 0 | 114 | 337 | 55 | 20 |
| Binary | 10111 | 100010 | 111101 | 111110 | 101100 | 0 | 1001100 | 11011111 | 101101 | 10000 |
Color Harmonies of #17223D
Complementary color
Monochromatic Colors of #17223D
Black with #17223D
Text Example
Text Example
White with #17223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17223D; }
p { color: rgb(23,34,61); }
H1.HeaderClassName
{
color: #17223D;
}
.AnyTagClassName
{
color: #17223D;
}
</style>
background-color css
<style>
a { background-color: #17223D; }
a { background-color: rgb(23,34,61); }
div.DivClassName
{
background-color: #17223D;
}
.BgClassName
{
background-color: #17223D;
}
</style>
border-color css
<style>
span { border-color: #17223D; }
span { border-color: rgb(23,34,61); }
td.TdClassName
{
border-color: #17223D;
}
.TagClassName
{
border-color: #17223D;
}
</style>