Shades of Midnight #22313D
Tints of Midnight #22313D
RGB
CMYK
RGB Variations
Color information
#22313D (or 0x22313D) is known color: Midnight. HEX triplet: 22, 31 and 3D. RGB value is (34,49,61). Sum of RGB (Red+Green+Blue) = 34+49+61=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #22313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22313D is #DDCEC2. Grayscale: #2D2D2D. Windows color (decimal): -14536387 or 4010274. OLE color: 4010274.
HSL color Cylindrical-coordinate representation of color #22313D: hue angle of 206.67º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #22313D is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 49 | 61 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.76 |
| HSL | 206.67º | 0.28% | 0.19% | - |
| HSV(B) | 206.67º | 0.44% | 0.24% | - |
| XYZ | 2.6 | 2.87 | 4.83 | - |
| YUV | 45.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 61 | 0.44 | 0.20 | 0 | 0.76 | 206.67 | 0.28 | 0.19 |
| Hex | 22 | 31 | 3D | 2C | 14 | 0 | 4C | CF | 1C | 13 |
| Octal | 42 | 61 | 75 | 54 | 24 | 0 | 114 | 317 | 34 | 23 |
| Binary | 100010 | 110001 | 111101 | 101100 | 10100 | 0 | 1001100 | 11001111 | 11100 | 10011 |
Color Harmonies of #22313D
Complementary color
Monochromatic Colors of #22313D
Black with #22313D
Text Example
Text Example
White with #22313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22313D; }
p { color: rgb(34,49,61); }
H1.HeaderClassName
{
color: #22313D;
}
.AnyTagClassName
{
color: #22313D;
}
</style>
background-color css
<style>
a { background-color: #22313D; }
a { background-color: rgb(34,49,61); }
div.DivClassName
{
background-color: #22313D;
}
.BgClassName
{
background-color: #22313D;
}
</style>
border-color css
<style>
span { border-color: #22313D; }
span { border-color: rgb(34,49,61); }
td.TdClassName
{
border-color: #22313D;
}
.TagClassName
{
border-color: #22313D;
}
</style>