Shades of Midnight #223141
Tints of Midnight #223141
RGB
CMYK
RGB Variations
Color information
#223141 (or 0x223141) is known color: Midnight. HEX triplet: 22, 31 and 41. RGB value is (34,49,65). Sum of RGB (Red+Green+Blue) = 34+49+65=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #223141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223141 is #DDCEBE. Grayscale: #2E2E2E. Windows color (decimal): -14536383 or 4272418. OLE color: 4272418.
HSL color Cylindrical-coordinate representation of color #223141: hue angle of 210.97º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #223141 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 49 | 65 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.75 |
| HSL | 210.97º | 0.31% | 0.19% | - |
| HSV(B) | 210.97º | 0.48% | 0.25% | - |
| XYZ | 2.71 | 2.92 | 5.42 | - |
| YUV | 46.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 65 | 0.48 | 0.25 | 0 | 0.75 | 210.97 | 0.31 | 0.19 |
| Hex | 22 | 31 | 41 | 30 | 19 | 0 | 4B | D3 | 1F | 13 |
| Octal | 42 | 61 | 101 | 60 | 31 | 0 | 113 | 323 | 37 | 23 |
| Binary | 100010 | 110001 | 1000001 | 110000 | 11001 | 0 | 1001011 | 11010011 | 11111 | 10011 |
Color Harmonies of #223141
Complementary color
Monochromatic Colors of #223141
Black with #223141
Text Example
Text Example
White with #223141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223141; }
p { color: rgb(34,49,65); }
H1.HeaderClassName
{
color: #223141;
}
.AnyTagClassName
{
color: #223141;
}
</style>
background-color css
<style>
a { background-color: #223141; }
a { background-color: rgb(34,49,65); }
div.DivClassName
{
background-color: #223141;
}
.BgClassName
{
background-color: #223141;
}
</style>
border-color css
<style>
span { border-color: #223141; }
span { border-color: rgb(34,49,65); }
td.TdClassName
{
border-color: #223141;
}
.TagClassName
{
border-color: #223141;
}
</style>