Shades of Nordic #1D3337
Tints of Nordic #1D3337
RGB
CMYK
RGB Variations
Color information
#1D3337 (or 0x1D3337) is known color: Nordic. HEX triplet: 1D, 33 and 37. RGB value is (29,51,55). Sum of RGB (Red+Green+Blue) = 29+51+55=135 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.48% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 55 - color contains mainly: blue. Hex color #1D3337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3337 is #E2CCC8. Grayscale: #2C2C2C. Windows color (decimal): -14863561 or 3617565. OLE color: 3617565.
HSL color Cylindrical-coordinate representation of color #1D3337: hue angle of 189.23º 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 #1D3337 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 51 | 55 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.78 |
| HSL | 189.23º | 0.31% | 0.16% | - |
| HSV(B) | 189.23º | 0.47% | 0.22% | - |
| XYZ | 2.38 | 2.9 | 4.05 | - |
| YUV | 44.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 55 | 0.47 | 0.07 | 0 | 0.78 | 189.23 | 0.31 | 0.16 |
| Hex | 1D | 33 | 37 | 2F | 7 | 0 | 4E | BD | 1F | 10 |
| Octal | 35 | 63 | 67 | 57 | 7 | 0 | 116 | 275 | 37 | 20 |
| Binary | 11101 | 110011 | 110111 | 101111 | 111 | 0 | 1001110 | 10111101 | 11111 | 10000 |
Color Harmonies of #1D3337
Complementary color
Monochromatic Colors of #1D3337
Black with #1D3337
Text Example
Text Example
White with #1D3337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3337; }
p { color: rgb(29,51,55); }
H1.HeaderClassName
{
color: #1D3337;
}
.AnyTagClassName
{
color: #1D3337;
}
</style>
background-color css
<style>
a { background-color: #1D3337; }
a { background-color: rgb(29,51,55); }
div.DivClassName
{
background-color: #1D3337;
}
.BgClassName
{
background-color: #1D3337;
}
</style>
border-color css
<style>
span { border-color: #1D3337; }
span { border-color: rgb(29,51,55); }
td.TdClassName
{
border-color: #1D3337;
}
.TagClassName
{
border-color: #1D3337;
}
</style>