Shades of Midnight Express #21253D
Tints of Midnight Express #21253D
RGB
CMYK
RGB Variations
Color information
#21253D (or 0x21253D) is known color: Midnight Express. HEX triplet: 21, 25 and 3D. RGB value is (33,37,61). Sum of RGB (Red+Green+Blue) = 33+37+61=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #21253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21253D is #DEDAC2. Grayscale: #262626. Windows color (decimal): -14604995 or 4007201. OLE color: 4007201.
HSL color Cylindrical-coordinate representation of color #21253D: hue angle of 231.43º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21253D is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 37 | 61 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.76 |
| HSL | 231.43º | 0.3% | 0.18% | - |
| HSV(B) | 231.43º | 0.46% | 0.24% | - |
| XYZ | 2.13 | 1.98 | 4.69 | - |
| YUV | 38.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 61 | 0.46 | 0.39 | 0 | 0.76 | 231.43 | 0.3 | 0.18 |
| Hex | 21 | 25 | 3D | 2E | 27 | 0 | 4C | E7 | 1E | 12 |
| Octal | 41 | 45 | 75 | 56 | 47 | 0 | 114 | 347 | 36 | 22 |
| Binary | 100001 | 100101 | 111101 | 101110 | 100111 | 0 | 1001100 | 11100111 | 11110 | 10010 |
Color Harmonies of #21253D
Complementary color
Monochromatic Colors of #21253D
Black with #21253D
Text Example
Text Example
White with #21253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21253D; }
p { color: rgb(33,37,61); }
H1.HeaderClassName
{
color: #21253D;
}
.AnyTagClassName
{
color: #21253D;
}
</style>
background-color css
<style>
a { background-color: #21253D; }
a { background-color: rgb(33,37,61); }
div.DivClassName
{
background-color: #21253D;
}
.BgClassName
{
background-color: #21253D;
}
</style>
border-color css
<style>
span { border-color: #21253D; }
span { border-color: rgb(33,37,61); }
td.TdClassName
{
border-color: #21253D;
}
.TagClassName
{
border-color: #21253D;
}
</style>