Shades of Nordic #1D3437
Tints of Nordic #1D3437
RGB
CMYK
RGB Variations
Color information
#1D3437 (or 0x1D3437) is known color: Nordic. HEX triplet: 1D, 34 and 37. RGB value is (29,52,55). Sum of RGB (Red+Green+Blue) = 29+52+55=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 55 - color contains mainly: blue. Hex color #1D3437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3437 is #E2CBC8. Grayscale: #2D2D2D. Windows color (decimal): -14863305 or 3617821. OLE color: 3617821.
HSL color Cylindrical-coordinate representation of color #1D3437: hue angle of 186.92º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D3437 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 52 | 55 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.78 |
| HSL | 186.92º | 0.31% | 0.16% | - |
| HSV(B) | 186.92º | 0.47% | 0.22% | - |
| XYZ | 2.42 | 2.99 | 4.06 | - |
| YUV | 45.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 55 | 0.47 | 0.05 | 0 | 0.78 | 186.92 | 0.31 | 0.16 |
| Hex | 1D | 34 | 37 | 2F | 5 | 0 | 4E | BB | 1F | 10 |
| Octal | 35 | 64 | 67 | 57 | 5 | 0 | 116 | 273 | 37 | 20 |
| Binary | 11101 | 110100 | 110111 | 101111 | 101 | 0 | 1001110 | 10111011 | 11111 | 10000 |
Color Harmonies of #1D3437
Complementary color
Monochromatic Colors of #1D3437
Black with #1D3437
Text Example
Text Example
White with #1D3437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3437; }
p { color: rgb(29,52,55); }
H1.HeaderClassName
{
color: #1D3437;
}
.AnyTagClassName
{
color: #1D3437;
}
</style>
background-color css
<style>
a { background-color: #1D3437; }
a { background-color: rgb(29,52,55); }
div.DivClassName
{
background-color: #1D3437;
}
.BgClassName
{
background-color: #1D3437;
}
</style>
border-color css
<style>
span { border-color: #1D3437; }
span { border-color: rgb(29,52,55); }
td.TdClassName
{
border-color: #1D3437;
}
.TagClassName
{
border-color: #1D3437;
}
</style>