Shades of Nordic #1D3837
Tints of Nordic #1D3837
RGB
CMYK
RGB Variations
Color information
#1D3837 (or 0x1D3837) is known color: Nordic. HEX triplet: 1D, 38 and 37. RGB value is (29,56,55). Sum of RGB (Red+Green+Blue) = 29+56+55=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 56 - color contains mainly: green. Hex color #1D3837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3837 is #E2C7C8. Grayscale: #2F2F2F. Windows color (decimal): -14862281 or 3618845. OLE color: 3618845.
HSL color Cylindrical-coordinate representation of color #1D3837: hue angle of 177.78º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D3837 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 56 | 55 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.78 |
| HSL | 177.78º | 0.32% | 0.17% | - |
| HSV(B) | 177.78º | 0.48% | 0.22% | - |
| XYZ | 2.61 | 3.37 | 4.13 | - |
| YUV | 47.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 55 | 0.48 | 0 | 0.02 | 0.78 | 177.78 | 0.32 | 0.17 |
| Hex | 1D | 38 | 37 | 30 | 0 | 2 | 4E | B2 | 20 | 11 |
| Octal | 35 | 70 | 67 | 60 | 0 | 2 | 116 | 262 | 40 | 21 |
| Binary | 11101 | 111000 | 110111 | 110000 | 0 | 10 | 1001110 | 10110010 | 100000 | 10001 |
Color Harmonies of #1D3837
Complementary color
Monochromatic Colors of #1D3837
Black with #1D3837
Text Example
Text Example
White with #1D3837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3837; }
p { color: rgb(29,56,55); }
H1.HeaderClassName
{
color: #1D3837;
}
.AnyTagClassName
{
color: #1D3837;
}
</style>
background-color css
<style>
a { background-color: #1D3837; }
a { background-color: rgb(29,56,55); }
div.DivClassName
{
background-color: #1D3837;
}
.BgClassName
{
background-color: #1D3837;
}
</style>
border-color css
<style>
span { border-color: #1D3837; }
span { border-color: rgb(29,56,55); }
td.TdClassName
{
border-color: #1D3837;
}
.TagClassName
{
border-color: #1D3837;
}
</style>