Shades of Nordic #1D373F
Tints of Nordic #1D373F
RGB
CMYK
RGB Variations
Color information
#1D373F (or 0x1D373F) is known color: Nordic. HEX triplet: 1D, 37 and 3F. RGB value is (29,55,63). Sum of RGB (Red+Green+Blue) = 29+55+63=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D373F is #E2C8C0. Grayscale: #303030. Windows color (decimal): -14862529 or 4142877. OLE color: 4142877.
HSL color Cylindrical-coordinate representation of color #1D373F: hue angle of 194.12º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D373F is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 55 | 63 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.75 |
| HSL | 194.12º | 0.37% | 0.18% | - |
| HSV(B) | 194.12º | 0.54% | 0.25% | - |
| XYZ | 2.77 | 3.35 | 5.2 | - |
| YUV | 48.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 63 | 0.54 | 0.13 | 0 | 0.75 | 194.12 | 0.37 | 0.18 |
| Hex | 1D | 37 | 3F | 36 | D | 0 | 4B | C2 | 25 | 12 |
| Octal | 35 | 67 | 77 | 66 | 15 | 0 | 113 | 302 | 45 | 22 |
| Binary | 11101 | 110111 | 111111 | 110110 | 1101 | 0 | 1001011 | 11000010 | 100101 | 10010 |
Color Harmonies of #1D373F
Complementary color
Monochromatic Colors of #1D373F
Black with #1D373F
Text Example
Text Example
White with #1D373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D373F; }
p { color: rgb(29,55,63); }
H1.HeaderClassName
{
color: #1D373F;
}
.AnyTagClassName
{
color: #1D373F;
}
</style>
background-color css
<style>
a { background-color: #1D373F; }
a { background-color: rgb(29,55,63); }
div.DivClassName
{
background-color: #1D373F;
}
.BgClassName
{
background-color: #1D373F;
}
</style>
border-color css
<style>
span { border-color: #1D373F; }
span { border-color: rgb(29,55,63); }
td.TdClassName
{
border-color: #1D373F;
}
.TagClassName
{
border-color: #1D373F;
}
</style>