Shades of Midnight Express #21273D
Tints of Midnight Express #21273D
RGB
CMYK
RGB Variations
Color information
#21273D (or 0x21273D) is known color: Midnight Express. HEX triplet: 21, 27 and 3D. RGB value is (33,39,61). Sum of RGB (Red+Green+Blue) = 33+39+61=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #21273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21273D is #DED8C2. Grayscale: #272727. Windows color (decimal): -14604483 or 4007713. OLE color: 4007713.
HSL color Cylindrical-coordinate representation of color #21273D: hue angle of 227.14º 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 #21273D is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 39 | 61 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.76 |
| HSL | 227.14º | 0.3% | 0.18% | - |
| HSV(B) | 227.14º | 0.46% | 0.24% | - |
| XYZ | 2.2 | 2.11 | 4.71 | - |
| YUV | 39.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 61 | 0.46 | 0.36 | 0 | 0.76 | 227.14 | 0.3 | 0.18 |
| Hex | 21 | 27 | 3D | 2E | 24 | 0 | 4C | E3 | 1E | 12 |
| Octal | 41 | 47 | 75 | 56 | 44 | 0 | 114 | 343 | 36 | 22 |
| Binary | 100001 | 100111 | 111101 | 101110 | 100100 | 0 | 1001100 | 11100011 | 11110 | 10010 |
Color Harmonies of #21273D
Complementary color
Monochromatic Colors of #21273D
Black with #21273D
Text Example
Text Example
White with #21273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21273D; }
p { color: rgb(33,39,61); }
H1.HeaderClassName
{
color: #21273D;
}
.AnyTagClassName
{
color: #21273D;
}
</style>
background-color css
<style>
a { background-color: #21273D; }
a { background-color: rgb(33,39,61); }
div.DivClassName
{
background-color: #21273D;
}
.BgClassName
{
background-color: #21273D;
}
</style>
border-color css
<style>
span { border-color: #21273D; }
span { border-color: rgb(33,39,61); }
td.TdClassName
{
border-color: #21273D;
}
.TagClassName
{
border-color: #21273D;
}
</style>