Shades of Nordic #1D3D42
Tints of Nordic #1D3D42
RGB
CMYK
RGB Variations
Color information
#1D3D42 (or 0x1D3D42) is known color: Nordic. HEX triplet: 1D, 3D and 42. RGB value is (29,61,66). Sum of RGB (Red+Green+Blue) = 29+61+66=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 66 - color contains mainly: blue. Hex color #1D3D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3D42 is #E2C2BD. Grayscale: #333333. Windows color (decimal): -14860990 or 4341021. OLE color: 4341021.
HSL color Cylindrical-coordinate representation of color #1D3D42: hue angle of 188.11º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1D3D42 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 61 | 66 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.74 |
| HSL | 188.11º | 0.39% | 0.19% | - |
| HSV(B) | 188.11º | 0.56% | 0.26% | - |
| XYZ | 3.16 | 3.99 | 5.76 | - |
| YUV | 52 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 66 | 0.56 | 0.08 | 0 | 0.74 | 188.11 | 0.39 | 0.19 |
| Hex | 1D | 3D | 42 | 38 | 8 | 0 | 4A | BC | 27 | 13 |
| Octal | 35 | 75 | 102 | 70 | 10 | 0 | 112 | 274 | 47 | 23 |
| Binary | 11101 | 111101 | 1000010 | 111000 | 1000 | 0 | 1001010 | 10111100 | 100111 | 10011 |
Color Harmonies of #1D3D42
Complementary color
Monochromatic Colors of #1D3D42
Black with #1D3D42
Text Example
Text Example
White with #1D3D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3D42; }
p { color: rgb(29,61,66); }
H1.HeaderClassName
{
color: #1D3D42;
}
.AnyTagClassName
{
color: #1D3D42;
}
</style>
background-color css
<style>
a { background-color: #1D3D42; }
a { background-color: rgb(29,61,66); }
div.DivClassName
{
background-color: #1D3D42;
}
.BgClassName
{
background-color: #1D3D42;
}
</style>
border-color css
<style>
span { border-color: #1D3D42; }
span { border-color: rgb(29,61,66); }
td.TdClassName
{
border-color: #1D3D42;
}
.TagClassName
{
border-color: #1D3D42;
}
</style>