Shades of Midnight Express #21283D
Tints of Midnight Express #21283D
RGB
CMYK
RGB Variations
Color information
#21283D (or 0x21283D) is known color: Midnight Express. HEX triplet: 21, 28 and 3D. RGB value is (33,40,61). Sum of RGB (Red+Green+Blue) = 33+40+61=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #21283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21283D is #DED7C2. Grayscale: #282828. Windows color (decimal): -14604227 or 4007969. OLE color: 4007969.
HSL color Cylindrical-coordinate representation of color #21283D: hue angle of 225º 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 #21283D is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 40 | 61 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.76 |
| HSL | 225º | 0.3% | 0.18% | - |
| HSV(B) | 225º | 0.46% | 0.24% | - |
| XYZ | 2.23 | 2.18 | 4.72 | - |
| YUV | 40.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 61 | 0.46 | 0.34 | 0 | 0.76 | 225 | 0.3 | 0.18 |
| Hex | 21 | 28 | 3D | 2E | 22 | 0 | 4C | E1 | 1E | 12 |
| Octal | 41 | 50 | 75 | 56 | 42 | 0 | 114 | 341 | 36 | 22 |
| Binary | 100001 | 101000 | 111101 | 101110 | 100010 | 0 | 1001100 | 11100001 | 11110 | 10010 |
Color Harmonies of #21283D
Complementary color
Monochromatic Colors of #21283D
Black with #21283D
Text Example
Text Example
White with #21283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21283D; }
p { color: rgb(33,40,61); }
H1.HeaderClassName
{
color: #21283D;
}
.AnyTagClassName
{
color: #21283D;
}
</style>
background-color css
<style>
a { background-color: #21283D; }
a { background-color: rgb(33,40,61); }
div.DivClassName
{
background-color: #21283D;
}
.BgClassName
{
background-color: #21283D;
}
</style>
border-color css
<style>
span { border-color: #21283D; }
span { border-color: rgb(33,40,61); }
td.TdClassName
{
border-color: #21283D;
}
.TagClassName
{
border-color: #21283D;
}
</style>