Shades of Midnight Express #21253C
Tints of Midnight Express #21253C
RGB
CMYK
RGB Variations
Color information
#21253C (or 0x21253C) is known color: Midnight Express. HEX triplet: 21, 25 and 3C. RGB value is (33,37,60). Sum of RGB (Red+Green+Blue) = 33+37+60=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #21253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21253C is #DEDAC3. Grayscale: #262626. Windows color (decimal): -14604996 or 3941665. OLE color: 3941665.
HSL color Cylindrical-coordinate representation of color #21253C: hue angle of 231.11º 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 #21253C is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 37 | 60 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.76 |
| HSL | 231.11º | 0.29% | 0.18% | - |
| HSV(B) | 231.11º | 0.45% | 0.24% | - |
| XYZ | 2.1 | 1.97 | 4.54 | - |
| YUV | 38.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 60 | 0.45 | 0.38 | 0 | 0.76 | 231.11 | 0.29 | 0.18 |
| Hex | 21 | 25 | 3C | 2D | 26 | 0 | 4C | E7 | 1D | 12 |
| Octal | 41 | 45 | 74 | 55 | 46 | 0 | 114 | 347 | 35 | 22 |
| Binary | 100001 | 100101 | 111100 | 101101 | 100110 | 0 | 1001100 | 11100111 | 11101 | 10010 |
Color Harmonies of #21253C
Complementary color
Monochromatic Colors of #21253C
Black with #21253C
Text Example
Text Example
White with #21253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21253C; }
p { color: rgb(33,37,60); }
H1.HeaderClassName
{
color: #21253C;
}
.AnyTagClassName
{
color: #21253C;
}
</style>
background-color css
<style>
a { background-color: #21253C; }
a { background-color: rgb(33,37,60); }
div.DivClassName
{
background-color: #21253C;
}
.BgClassName
{
background-color: #21253C;
}
</style>
border-color css
<style>
span { border-color: #21253C; }
span { border-color: rgb(33,37,60); }
td.TdClassName
{
border-color: #21253C;
}
.TagClassName
{
border-color: #21253C;
}
</style>