Shades of Nordic #1D3B39
Tints of Nordic #1D3B39
RGB
CMYK
RGB Variations
Color information
#1D3B39 (or 0x1D3B39) is known color: Nordic. HEX triplet: 1D, 3B and 39. RGB value is (29,59,57). Sum of RGB (Red+Green+Blue) = 29+59+57=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 59 - color contains mainly: green. Hex color #1D3B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3B39 is #E2C4C6. Grayscale: #313131. Windows color (decimal): -14861511 or 3750685. OLE color: 3750685.
HSL color Cylindrical-coordinate representation of color #1D3B39: hue angle of 176º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1D3B39 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 59 | 57 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.77 |
| HSL | 176º | 0.34% | 0.17% | - |
| HSV(B) | 176º | 0.51% | 0.23% | - |
| XYZ | 2.81 | 3.68 | 4.43 | - |
| YUV | 49.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 59 | 57 | 0.51 | 0 | 0.03 | 0.77 | 176 | 0.34 | 0.17 |
| Hex | 1D | 3B | 39 | 33 | 0 | 3 | 4D | B0 | 22 | 11 |
| Octal | 35 | 73 | 71 | 63 | 0 | 3 | 115 | 260 | 42 | 21 |
| Binary | 11101 | 111011 | 111001 | 110011 | 0 | 11 | 1001101 | 10110000 | 100010 | 10001 |
Color Harmonies of #1D3B39
Complementary color
Monochromatic Colors of #1D3B39
Black with #1D3B39
Text Example
Text Example
White with #1D3B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3B39; }
p { color: rgb(29,59,57); }
H1.HeaderClassName
{
color: #1D3B39;
}
.AnyTagClassName
{
color: #1D3B39;
}
</style>
background-color css
<style>
a { background-color: #1D3B39; }
a { background-color: rgb(29,59,57); }
div.DivClassName
{
background-color: #1D3B39;
}
.BgClassName
{
background-color: #1D3B39;
}
</style>
border-color css
<style>
span { border-color: #1D3B39; }
span { border-color: rgb(29,59,57); }
td.TdClassName
{
border-color: #1D3B39;
}
.TagClassName
{
border-color: #1D3B39;
}
</style>