Shades of Nordic #1D3537
Tints of Nordic #1D3537
RGB
CMYK
RGB Variations
Color information
#1D3537 (or 0x1D3537) is known color: Nordic. HEX triplet: 1D, 35 and 37. RGB value is (29,53,55). Sum of RGB (Red+Green+Blue) = 29+53+55=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 55 - color contains mainly: blue. Hex color #1D3537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3537 is #E2CAC8. Grayscale: #2E2E2E. Windows color (decimal): -14863049 or 3618077. OLE color: 3618077.
HSL color Cylindrical-coordinate representation of color #1D3537: hue angle of 184.62º 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 #1D3537 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 53 | 55 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.78 |
| HSL | 184.62º | 0.31% | 0.16% | - |
| HSV(B) | 184.62º | 0.47% | 0.22% | - |
| XYZ | 2.47 | 3.08 | 4.08 | - |
| YUV | 46.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 55 | 0.47 | 0.04 | 0 | 0.78 | 184.62 | 0.31 | 0.16 |
| Hex | 1D | 35 | 37 | 2F | 4 | 0 | 4E | B9 | 1F | 10 |
| Octal | 35 | 65 | 67 | 57 | 4 | 0 | 116 | 271 | 37 | 20 |
| Binary | 11101 | 110101 | 110111 | 101111 | 100 | 0 | 1001110 | 10111001 | 11111 | 10000 |
Color Harmonies of #1D3537
Complementary color
Monochromatic Colors of #1D3537
Black with #1D3537
Text Example
Text Example
White with #1D3537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3537; }
p { color: rgb(29,53,55); }
H1.HeaderClassName
{
color: #1D3537;
}
.AnyTagClassName
{
color: #1D3537;
}
</style>
background-color css
<style>
a { background-color: #1D3537; }
a { background-color: rgb(29,53,55); }
div.DivClassName
{
background-color: #1D3537;
}
.BgClassName
{
background-color: #1D3537;
}
</style>
border-color css
<style>
span { border-color: #1D3537; }
span { border-color: rgb(29,53,55); }
td.TdClassName
{
border-color: #1D3537;
}
.TagClassName
{
border-color: #1D3537;
}
</style>