Shades of Nordic #1D373E
Tints of Nordic #1D373E
RGB
CMYK
RGB Variations
Color information
#1D373E (or 0x1D373E) is known color: Nordic. HEX triplet: 1D, 37 and 3E. RGB value is (29,55,62). Sum of RGB (Red+Green+Blue) = 29+55+62=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 62 - color contains mainly: blue. Hex color #1D373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D373E is #E2C8C1. Grayscale: #2F2F2F. Windows color (decimal): -14862530 or 4077341. OLE color: 4077341.
HSL color Cylindrical-coordinate representation of color #1D373E: hue angle of 192.73º 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 #1D373E is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 55 | 62 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.76 |
| HSL | 192.73º | 0.36% | 0.18% | - |
| HSV(B) | 192.73º | 0.53% | 0.24% | - |
| XYZ | 2.74 | 3.34 | 5.06 | - |
| YUV | 48.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 62 | 0.53 | 0.11 | 0 | 0.76 | 192.73 | 0.36 | 0.18 |
| Hex | 1D | 37 | 3E | 35 | B | 0 | 4C | C1 | 24 | 12 |
| Octal | 35 | 67 | 76 | 65 | 13 | 0 | 114 | 301 | 44 | 22 |
| Binary | 11101 | 110111 | 111110 | 110101 | 1011 | 0 | 1001100 | 11000001 | 100100 | 10010 |
Color Harmonies of #1D373E
Complementary color
Monochromatic Colors of #1D373E
Black with #1D373E
Text Example
Text Example
White with #1D373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D373E; }
p { color: rgb(29,55,62); }
H1.HeaderClassName
{
color: #1D373E;
}
.AnyTagClassName
{
color: #1D373E;
}
</style>
background-color css
<style>
a { background-color: #1D373E; }
a { background-color: rgb(29,55,62); }
div.DivClassName
{
background-color: #1D373E;
}
.BgClassName
{
background-color: #1D373E;
}
</style>
border-color css
<style>
span { border-color: #1D373E; }
span { border-color: rgb(29,55,62); }
td.TdClassName
{
border-color: #1D373E;
}
.TagClassName
{
border-color: #1D373E;
}
</style>