Shades of Nordic #1D3C43
Tints of Nordic #1D3C43
RGB
CMYK
RGB Variations
Color information
#1D3C43 (or 0x1D3C43) is known color: Nordic. HEX triplet: 1D, 3C and 43. RGB value is (29,60,67). Sum of RGB (Red+Green+Blue) = 29+60+67=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 67 - color contains mainly: blue. Hex color #1D3C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3C43 is #E2C3BC. Grayscale: #333333. Windows color (decimal): -14861245 or 4406301. OLE color: 4406301.
HSL color Cylindrical-coordinate representation of color #1D3C43: hue angle of 191.05º 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 #1D3C43 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 60 | 67 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.74 |
| HSL | 191.05º | 0.4% | 0.19% | - |
| HSV(B) | 191.05º | 0.57% | 0.26% | - |
| XYZ | 3.14 | 3.9 | 5.9 | - |
| YUV | 51.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 67 | 0.57 | 0.10 | 0 | 0.74 | 191.05 | 0.4 | 0.19 |
| Hex | 1D | 3C | 43 | 39 | A | 0 | 4A | BF | 28 | 13 |
| Octal | 35 | 74 | 103 | 71 | 12 | 0 | 112 | 277 | 50 | 23 |
| Binary | 11101 | 111100 | 1000011 | 111001 | 1010 | 0 | 1001010 | 10111111 | 101000 | 10011 |
Color Harmonies of #1D3C43
Complementary color
Monochromatic Colors of #1D3C43
Black with #1D3C43
Text Example
Text Example
White with #1D3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C43; }
p { color: rgb(29,60,67); }
H1.HeaderClassName
{
color: #1D3C43;
}
.AnyTagClassName
{
color: #1D3C43;
}
</style>
background-color css
<style>
a { background-color: #1D3C43; }
a { background-color: rgb(29,60,67); }
div.DivClassName
{
background-color: #1D3C43;
}
.BgClassName
{
background-color: #1D3C43;
}
</style>
border-color css
<style>
span { border-color: #1D3C43; }
span { border-color: rgb(29,60,67); }
td.TdClassName
{
border-color: #1D3C43;
}
.TagClassName
{
border-color: #1D3C43;
}
</style>