Shades of Midnight Express #21263A
Tints of Midnight Express #21263A
RGB
CMYK
RGB Variations
Color information
#21263A (or 0x21263A) is known color: Midnight Express. HEX triplet: 21, 26 and 3A. RGB value is (33,38,58). Sum of RGB (Red+Green+Blue) = 33+38+58=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 58 - color contains mainly: blue. Hex color #21263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21263A is #DED9C5. Grayscale: #262626. Windows color (decimal): -14604742 or 3810849. OLE color: 3810849.
HSL color Cylindrical-coordinate representation of color #21263A: hue angle of 228º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #21263A is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 38 | 58 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.77 |
| HSL | 228º | 0.27% | 0.18% | - |
| HSV(B) | 228º | 0.43% | 0.23% | - |
| XYZ | 2.08 | 2.02 | 4.28 | - |
| YUV | 38.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 58 | 0.43 | 0.34 | 0 | 0.77 | 228 | 0.27 | 0.18 |
| Hex | 21 | 26 | 3A | 2B | 22 | 0 | 4D | E4 | 1B | 12 |
| Octal | 41 | 46 | 72 | 53 | 42 | 0 | 115 | 344 | 33 | 22 |
| Binary | 100001 | 100110 | 111010 | 101011 | 100010 | 0 | 1001101 | 11100100 | 11011 | 10010 |
Color Harmonies of #21263A
Complementary color
Monochromatic Colors of #21263A
Black with #21263A
Text Example
Text Example
White with #21263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21263A; }
p { color: rgb(33,38,58); }
H1.HeaderClassName
{
color: #21263A;
}
.AnyTagClassName
{
color: #21263A;
}
</style>
background-color css
<style>
a { background-color: #21263A; }
a { background-color: rgb(33,38,58); }
div.DivClassName
{
background-color: #21263A;
}
.BgClassName
{
background-color: #21263A;
}
</style>
border-color css
<style>
span { border-color: #21263A; }
span { border-color: rgb(33,38,58); }
td.TdClassName
{
border-color: #21263A;
}
.TagClassName
{
border-color: #21263A;
}
</style>