Shades of Midnight Express #21283F
Tints of Midnight Express #21283F
RGB
CMYK
RGB Variations
Color information
#21283F (or 0x21283F) is known color: Midnight Express. HEX triplet: 21, 28 and 3F. RGB value is (33,40,63). Sum of RGB (Red+Green+Blue) = 33+40+63=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #21283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21283F is #DED7C0. Grayscale: #282828. Windows color (decimal): -14604225 or 4139041. OLE color: 4139041.
HSL color Cylindrical-coordinate representation of color #21283F: hue angle of 226º 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 #21283F is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 40 | 63 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.75 |
| HSL | 226º | 0.31% | 0.19% | - |
| HSV(B) | 226º | 0.48% | 0.25% | - |
| XYZ | 2.28 | 2.2 | 5.01 | - |
| YUV | 40.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 63 | 0.48 | 0.37 | 0 | 0.75 | 226 | 0.31 | 0.19 |
| Hex | 21 | 28 | 3F | 30 | 25 | 0 | 4B | E2 | 1F | 13 |
| Octal | 41 | 50 | 77 | 60 | 45 | 0 | 113 | 342 | 37 | 23 |
| Binary | 100001 | 101000 | 111111 | 110000 | 100101 | 0 | 1001011 | 11100010 | 11111 | 10011 |
Color Harmonies of #21283F
Complementary color
Monochromatic Colors of #21283F
Black with #21283F
Text Example
Text Example
White with #21283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21283F; }
p { color: rgb(33,40,63); }
H1.HeaderClassName
{
color: #21283F;
}
.AnyTagClassName
{
color: #21283F;
}
</style>
background-color css
<style>
a { background-color: #21283F; }
a { background-color: rgb(33,40,63); }
div.DivClassName
{
background-color: #21283F;
}
.BgClassName
{
background-color: #21283F;
}
</style>
border-color css
<style>
span { border-color: #21283F; }
span { border-color: rgb(33,40,63); }
td.TdClassName
{
border-color: #21283F;
}
.TagClassName
{
border-color: #21283F;
}
</style>