Shades of Nordic #1D393D
Tints of Nordic #1D393D
RGB
CMYK
RGB Variations
Color information
#1D393D (or 0x1D393D) is known color: Nordic. HEX triplet: 1D, 39 and 3D. RGB value is (29,57,61). Sum of RGB (Red+Green+Blue) = 29+57+61=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D393D is #E2C6C2. Grayscale: #313131. Windows color (decimal): -14862019 or 4012317. OLE color: 4012317.
HSL color Cylindrical-coordinate representation of color #1D393D: hue angle of 187.5º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D393D is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 57 | 61 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.76 |
| HSL | 187.5º | 0.36% | 0.18% | - |
| HSV(B) | 187.5º | 0.52% | 0.24% | - |
| XYZ | 2.81 | 3.52 | 4.95 | - |
| YUV | 49.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 61 | 0.52 | 0.07 | 0 | 0.76 | 187.5 | 0.36 | 0.18 |
| Hex | 1D | 39 | 3D | 34 | 7 | 0 | 4C | BC | 24 | 12 |
| Octal | 35 | 71 | 75 | 64 | 7 | 0 | 114 | 274 | 44 | 22 |
| Binary | 11101 | 111001 | 111101 | 110100 | 111 | 0 | 1001100 | 10111100 | 100100 | 10010 |
Color Harmonies of #1D393D
Complementary color
Monochromatic Colors of #1D393D
Black with #1D393D
Text Example
Text Example
White with #1D393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D393D; }
p { color: rgb(29,57,61); }
H1.HeaderClassName
{
color: #1D393D;
}
.AnyTagClassName
{
color: #1D393D;
}
</style>
background-color css
<style>
a { background-color: #1D393D; }
a { background-color: rgb(29,57,61); }
div.DivClassName
{
background-color: #1D393D;
}
.BgClassName
{
background-color: #1D393D;
}
</style>
border-color css
<style>
span { border-color: #1D393D; }
span { border-color: rgb(29,57,61); }
td.TdClassName
{
border-color: #1D393D;
}
.TagClassName
{
border-color: #1D393D;
}
</style>