Shades of Midnight Express #212441
Tints of Midnight Express #212441
RGB
CMYK
RGB Variations
Color information
#212441 (or 0x212441) is known color: Midnight Express. HEX triplet: 21, 24 and 41. RGB value is (33,36,65). Sum of RGB (Red+Green+Blue) = 33+36+65=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #212441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212441 is #DEDBBE. Grayscale: #262626. Windows color (decimal): -14605247 or 4269089. OLE color: 4269089.
HSL color Cylindrical-coordinate representation of color #212441: hue angle of 234.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #212441 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 36 | 65 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.75 |
| HSL | 234.38º | 0.33% | 0.19% | - |
| HSV(B) | 234.38º | 0.49% | 0.25% | - |
| XYZ | 2.21 | 1.97 | 5.26 | - |
| YUV | 38.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 65 | 0.49 | 0.45 | 0 | 0.75 | 234.38 | 0.33 | 0.19 |
| Hex | 21 | 24 | 41 | 31 | 2D | 0 | 4B | EA | 21 | 13 |
| Octal | 41 | 44 | 101 | 61 | 55 | 0 | 113 | 352 | 41 | 23 |
| Binary | 100001 | 100100 | 1000001 | 110001 | 101101 | 0 | 1001011 | 11101010 | 100001 | 10011 |
Color Harmonies of #212441
Complementary color
Monochromatic Colors of #212441
Black with #212441
Text Example
Text Example
White with #212441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212441; }
p { color: rgb(33,36,65); }
H1.HeaderClassName
{
color: #212441;
}
.AnyTagClassName
{
color: #212441;
}
</style>
background-color css
<style>
a { background-color: #212441; }
a { background-color: rgb(33,36,65); }
div.DivClassName
{
background-color: #212441;
}
.BgClassName
{
background-color: #212441;
}
</style>
border-color css
<style>
span { border-color: #212441; }
span { border-color: rgb(33,36,65); }
td.TdClassName
{
border-color: #212441;
}
.TagClassName
{
border-color: #212441;
}
</style>