Shades of Nordic #1D3D43
Tints of Nordic #1D3D43
RGB
CMYK
RGB Variations
Color information
#1D3D43 (or 0x1D3D43) is known color: Nordic. HEX triplet: 1D, 3D and 43. RGB value is (29,61,67). Sum of RGB (Red+Green+Blue) = 29+61+67=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 67 - color contains mainly: blue. Hex color #1D3D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3D43 is #E2C2BC. Grayscale: #343434. Windows color (decimal): -14860989 or 4406557. OLE color: 4406557.
HSL color Cylindrical-coordinate representation of color #1D3D43: hue angle of 189.47º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D3D43 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 61 | 67 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.74 |
| HSL | 189.47º | 0.4% | 0.19% | - |
| HSV(B) | 189.47º | 0.57% | 0.26% | - |
| XYZ | 3.19 | 4 | 5.91 | - |
| YUV | 52.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 67 | 0.57 | 0.09 | 0 | 0.74 | 189.47 | 0.4 | 0.19 |
| Hex | 1D | 3D | 43 | 39 | 9 | 0 | 4A | BD | 28 | 13 |
| Octal | 35 | 75 | 103 | 71 | 11 | 0 | 112 | 275 | 50 | 23 |
| Binary | 11101 | 111101 | 1000011 | 111001 | 1001 | 0 | 1001010 | 10111101 | 101000 | 10011 |
Color Harmonies of #1D3D43
Complementary color
Monochromatic Colors of #1D3D43
Black with #1D3D43
Text Example
Text Example
White with #1D3D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3D43; }
p { color: rgb(29,61,67); }
H1.HeaderClassName
{
color: #1D3D43;
}
.AnyTagClassName
{
color: #1D3D43;
}
</style>
background-color css
<style>
a { background-color: #1D3D43; }
a { background-color: rgb(29,61,67); }
div.DivClassName
{
background-color: #1D3D43;
}
.BgClassName
{
background-color: #1D3D43;
}
</style>
border-color css
<style>
span { border-color: #1D3D43; }
span { border-color: rgb(29,61,67); }
td.TdClassName
{
border-color: #1D3D43;
}
.TagClassName
{
border-color: #1D3D43;
}
</style>