Shades of Midnight Express #20263D
Tints of Midnight Express #20263D
RGB
CMYK
RGB Variations
Color information
#20263D (or 0x20263D) is known color: Midnight Express. HEX triplet: 20, 26 and 3D. RGB value is (32,38,61). Sum of RGB (Red+Green+Blue) = 32+38+61=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 38 (15.23% from 255 or 29.01% 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 #20263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20263D is #DFD9C2. Grayscale: #262626. Windows color (decimal): -14670275 or 4007456. OLE color: 4007456.
HSL color Cylindrical-coordinate representation of color #20263D: hue angle of 227.59º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #20263D is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 38 | 61 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.76 |
| HSL | 227.59º | 0.31% | 0.18% | - |
| HSV(B) | 227.59º | 0.48% | 0.24% | - |
| XYZ | 2.13 | 2.03 | 4.69 | - |
| YUV | 38.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 61 | 0.48 | 0.38 | 0 | 0.76 | 227.59 | 0.31 | 0.18 |
| Hex | 20 | 26 | 3D | 30 | 26 | 0 | 4C | E4 | 1F | 12 |
| Octal | 40 | 46 | 75 | 60 | 46 | 0 | 114 | 344 | 37 | 22 |
| Binary | 100000 | 100110 | 111101 | 110000 | 100110 | 0 | 1001100 | 11100100 | 11111 | 10010 |
Color Harmonies of #20263D
Complementary color
Monochromatic Colors of #20263D
Black with #20263D
Text Example
Text Example
White with #20263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20263D; }
p { color: rgb(32,38,61); }
H1.HeaderClassName
{
color: #20263D;
}
.AnyTagClassName
{
color: #20263D;
}
</style>
background-color css
<style>
a { background-color: #20263D; }
a { background-color: rgb(32,38,61); }
div.DivClassName
{
background-color: #20263D;
}
.BgClassName
{
background-color: #20263D;
}
</style>
border-color css
<style>
span { border-color: #20263D; }
span { border-color: rgb(32,38,61); }
td.TdClassName
{
border-color: #20263D;
}
.TagClassName
{
border-color: #20263D;
}
</style>