Shades of Midnight #1D2D3E
Tints of Midnight #1D2D3E
RGB
CMYK
RGB Variations
Color information
#1D2D3E (or 0x1D2D3E) is known color: Midnight. HEX triplet: 1D, 2D and 3E. RGB value is (29,45,62). Sum of RGB (Red+Green+Blue) = 29+45+62=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 62 - color contains mainly: blue. Hex color #1D2D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2D3E is #E2D2C1. Grayscale: #2A2A2A. Windows color (decimal): -14865090 or 4074781. OLE color: 4074781.
HSL color Cylindrical-coordinate representation of color #1D2D3E: hue angle of 210.91º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D2D3E is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 29 | 45 | 62 | - |
CMYK | 0.53 | 0.27 | 0 | 0.76 |
HSL | 210.91º | 0.36% | 0.18% | - |
HSV(B) | 210.91º | 0.53% | 0.24% | - |
XYZ | 2.31 | 2.49 | 4.92 | - |
YUV | 42.15 | 139.2 | 118.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 45 | 62 | 0.53 | 0.27 | 0 | 0.76 | 210.91 | 0.36 | 0.18 |
Hex | 1D | 2D | 3E | 35 | 1B | 0 | 4C | D3 | 24 | 12 |
Octal | 35 | 55 | 76 | 65 | 33 | 0 | 114 | 323 | 44 | 22 |
Binary | 11101 | 101101 | 111110 | 110101 | 11011 | 0 | 1001100 | 11010011 | 100100 | 10010 |
Color Harmonies of #1D2D3E
Complementary color
Monochromatic Colors of #1D2D3E
Black with #1D2D3E
Text Example
Text Example
White with #1D2D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2D3E; }
p { color: rgb(29,45,62); }
H1.HeaderClassName
{
color: #1D2D3E;
}
.AnyTagClassName
{
color: #1D2D3E;
}
</style>
background-color css
<style>
a { background-color: #1D2D3E; }
a { background-color: rgb(29,45,62); }
div.DivClassName
{
background-color: #1D2D3E;
}
.BgClassName
{
background-color: #1D2D3E;
}
</style>
border-color css
<style>
span { border-color: #1D2D3E; }
span { border-color: rgb(29,45,62); }
td.TdClassName
{
border-color: #1D2D3E;
}
.TagClassName
{
border-color: #1D2D3E;
}
</style>