Shades of Nordic #1D3B3C
Tints of Nordic #1D3B3C
RGB
CMYK
RGB Variations
Color information
#1D3B3C (or 0x1D3B3C) is known color: Nordic. HEX triplet: 1D, 3B and 3C. RGB value is (29,59,60). Sum of RGB (Red+Green+Blue) = 29+59+60=148 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.59% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D3B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3B3C is #E2C4C3. Grayscale: #323232. Windows color (decimal): -14861508 or 3947293. OLE color: 3947293.
HSL color Cylindrical-coordinate representation of color #1D3B3C: hue angle of 181.94º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3B3C is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 59 | 60 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.76 |
| HSL | 181.94º | 0.35% | 0.17% | - |
| HSV(B) | 181.94º | 0.52% | 0.24% | - |
| XYZ | 2.89 | 3.72 | 4.84 | - |
| YUV | 50.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 59 | 60 | 0.52 | 0.02 | 0 | 0.76 | 181.94 | 0.35 | 0.17 |
| Hex | 1D | 3B | 3C | 34 | 2 | 0 | 4C | B6 | 23 | 11 |
| Octal | 35 | 73 | 74 | 64 | 2 | 0 | 114 | 266 | 43 | 21 |
| Binary | 11101 | 111011 | 111100 | 110100 | 10 | 0 | 1001100 | 10110110 | 100011 | 10001 |
Color Harmonies of #1D3B3C
Complementary color
Monochromatic Colors of #1D3B3C
Black with #1D3B3C
Text Example
Text Example
White with #1D3B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3B3C; }
p { color: rgb(29,59,60); }
H1.HeaderClassName
{
color: #1D3B3C;
}
.AnyTagClassName
{
color: #1D3B3C;
}
</style>
background-color css
<style>
a { background-color: #1D3B3C; }
a { background-color: rgb(29,59,60); }
div.DivClassName
{
background-color: #1D3B3C;
}
.BgClassName
{
background-color: #1D3B3C;
}
</style>
border-color css
<style>
span { border-color: #1D3B3C; }
span { border-color: rgb(29,59,60); }
td.TdClassName
{
border-color: #1D3B3C;
}
.TagClassName
{
border-color: #1D3B3C;
}
</style>