Shades of Midnight Express #1D2135
Tints of Midnight Express #1D2135
RGB
CMYK
RGB Variations
Color information
#1D2135 (or 0x1D2135) is known color: Midnight Express. HEX triplet: 1D, 21 and 35. RGB value is (29,33,53). Sum of RGB (Red+Green+Blue) = 29+33+53=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 53 - color contains mainly: blue. Hex color #1D2135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2135 is #E2DECA. Grayscale: #222222. Windows color (decimal): -14868171 or 3481885. OLE color: 3481885.
HSL color Cylindrical-coordinate representation of color #1D2135: hue angle of 230º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D2135 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 33 | 53 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.79 |
| HSL | 230º | 0.29% | 0.16% | - |
| HSV(B) | 230º | 0.45% | 0.21% | - |
| XYZ | 1.69 | 1.61 | 3.59 | - |
| YUV | 34.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 53 | 0.45 | 0.38 | 0 | 0.79 | 230 | 0.29 | 0.16 |
| Hex | 1D | 21 | 35 | 2D | 26 | 0 | 4F | E6 | 1D | 10 |
| Octal | 35 | 41 | 65 | 55 | 46 | 0 | 117 | 346 | 35 | 20 |
| Binary | 11101 | 100001 | 110101 | 101101 | 100110 | 0 | 1001111 | 11100110 | 11101 | 10000 |
Color Harmonies of #1D2135
Complementary color
Monochromatic Colors of #1D2135
Black with #1D2135
Text Example
Text Example
White with #1D2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2135; }
p { color: rgb(29,33,53); }
H1.HeaderClassName
{
color: #1D2135;
}
.AnyTagClassName
{
color: #1D2135;
}
</style>
background-color css
<style>
a { background-color: #1D2135; }
a { background-color: rgb(29,33,53); }
div.DivClassName
{
background-color: #1D2135;
}
.BgClassName
{
background-color: #1D2135;
}
</style>
border-color css
<style>
span { border-color: #1D2135; }
span { border-color: rgb(29,33,53); }
td.TdClassName
{
border-color: #1D2135;
}
.TagClassName
{
border-color: #1D2135;
}
</style>