Shades of Midnight #1D2B3D
Tints of Midnight #1D2B3D
RGB
CMYK
RGB Variations
Color information
#1D2B3D (or 0x1D2B3D) is known color: Midnight. HEX triplet: 1D, 2B and 3D. RGB value is (29,43,61). Sum of RGB (Red+Green+Blue) = 29+43+61=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 43 (17.19% from 255 or 32.33% 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 #1D2B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2B3D is #E2D4C2. Grayscale: #282828. Windows color (decimal): -14865603 or 4008733. OLE color: 4008733.
HSL color Cylindrical-coordinate representation of color #1D2B3D: hue angle of 213.75º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D2B3D is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 43 | 61 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.76 |
| HSL | 213.75º | 0.36% | 0.18% | - |
| HSV(B) | 213.75º | 0.52% | 0.24% | - |
| XYZ | 2.21 | 2.33 | 4.75 | - |
| YUV | 40.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 43 | 61 | 0.52 | 0.30 | 0 | 0.76 | 213.75 | 0.36 | 0.18 |
| Hex | 1D | 2B | 3D | 34 | 1E | 0 | 4C | D6 | 24 | 12 |
| Octal | 35 | 53 | 75 | 64 | 36 | 0 | 114 | 326 | 44 | 22 |
| Binary | 11101 | 101011 | 111101 | 110100 | 11110 | 0 | 1001100 | 11010110 | 100100 | 10010 |
Color Harmonies of #1D2B3D
Complementary color
Monochromatic Colors of #1D2B3D
Black with #1D2B3D
Text Example
Text Example
White with #1D2B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2B3D; }
p { color: rgb(29,43,61); }
H1.HeaderClassName
{
color: #1D2B3D;
}
.AnyTagClassName
{
color: #1D2B3D;
}
</style>
background-color css
<style>
a { background-color: #1D2B3D; }
a { background-color: rgb(29,43,61); }
div.DivClassName
{
background-color: #1D2B3D;
}
.BgClassName
{
background-color: #1D2B3D;
}
</style>
border-color css
<style>
span { border-color: #1D2B3D; }
span { border-color: rgb(29,43,61); }
td.TdClassName
{
border-color: #1D2B3D;
}
.TagClassName
{
border-color: #1D2B3D;
}
</style>