Shades of Midnight Express #21233C
Tints of Midnight Express #21233C
RGB
CMYK
RGB Variations
Color information
#21233C (or 0x21233C) is known color: Midnight Express. HEX triplet: 21, 23 and 3C. RGB value is (33,35,60). Sum of RGB (Red+Green+Blue) = 33+35+60=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 60 - color contains mainly: blue. Hex color #21233C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21233C is #DEDCC3. Grayscale: #252525. Windows color (decimal): -14605508 or 3941153. OLE color: 3941153.
HSL color Cylindrical-coordinate representation of color #21233C: hue angle of 235.56º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #21233C is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 35 | 60 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.76 |
| HSL | 235.56º | 0.29% | 0.18% | - |
| HSV(B) | 235.56º | 0.45% | 0.24% | - |
| XYZ | 2.04 | 1.85 | 4.52 | - |
| YUV | 37.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 60 | 0.45 | 0.42 | 0 | 0.76 | 235.56 | 0.29 | 0.18 |
| Hex | 21 | 23 | 3C | 2D | 2A | 0 | 4C | EC | 1D | 12 |
| Octal | 41 | 43 | 74 | 55 | 52 | 0 | 114 | 354 | 35 | 22 |
| Binary | 100001 | 100011 | 111100 | 101101 | 101010 | 0 | 1001100 | 11101100 | 11101 | 10010 |
Color Harmonies of #21233C
Complementary color
Monochromatic Colors of #21233C
Black with #21233C
Text Example
Text Example
White with #21233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21233C; }
p { color: rgb(33,35,60); }
H1.HeaderClassName
{
color: #21233C;
}
.AnyTagClassName
{
color: #21233C;
}
</style>
background-color css
<style>
a { background-color: #21233C; }
a { background-color: rgb(33,35,60); }
div.DivClassName
{
background-color: #21233C;
}
.BgClassName
{
background-color: #21233C;
}
</style>
border-color css
<style>
span { border-color: #21233C; }
span { border-color: rgb(33,35,60); }
td.TdClassName
{
border-color: #21233C;
}
.TagClassName
{
border-color: #21233C;
}
</style>