Shades of Midnight Express #21253F
Tints of Midnight Express #21253F
RGB
CMYK
RGB Variations
Color information
#21253F (or 0x21253F) is known color: Midnight Express. HEX triplet: 21, 25 and 3F. RGB value is (33,37,63). Sum of RGB (Red+Green+Blue) = 33+37+63=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #21253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21253F is #DEDAC0. Grayscale: #262626. Windows color (decimal): -14604993 or 4138273. OLE color: 4138273.
HSL color Cylindrical-coordinate representation of color #21253F: hue angle of 232º 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 #21253F is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 37 | 63 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.75 |
| HSL | 232º | 0.31% | 0.19% | - |
| HSV(B) | 232º | 0.48% | 0.25% | - |
| XYZ | 2.19 | 2.01 | 4.97 | - |
| YUV | 38.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 63 | 0.48 | 0.41 | 0 | 0.75 | 232 | 0.31 | 0.19 |
| Hex | 21 | 25 | 3F | 30 | 29 | 0 | 4B | E8 | 1F | 13 |
| Octal | 41 | 45 | 77 | 60 | 51 | 0 | 113 | 350 | 37 | 23 |
| Binary | 100001 | 100101 | 111111 | 110000 | 101001 | 0 | 1001011 | 11101000 | 11111 | 10011 |
Color Harmonies of #21253F
Complementary color
Monochromatic Colors of #21253F
Black with #21253F
Text Example
Text Example
White with #21253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21253F; }
p { color: rgb(33,37,63); }
H1.HeaderClassName
{
color: #21253F;
}
.AnyTagClassName
{
color: #21253F;
}
</style>
background-color css
<style>
a { background-color: #21253F; }
a { background-color: rgb(33,37,63); }
div.DivClassName
{
background-color: #21253F;
}
.BgClassName
{
background-color: #21253F;
}
</style>
border-color css
<style>
span { border-color: #21253F; }
span { border-color: rgb(33,37,63); }
td.TdClassName
{
border-color: #21253F;
}
.TagClassName
{
border-color: #21253F;
}
</style>