Shades of Nordic #1D383D
Tints of Nordic #1D383D
RGB
CMYK
RGB Variations
Color information
#1D383D (or 0x1D383D) is known color: Nordic. HEX triplet: 1D, 38 and 3D. RGB value is (29,56,61). Sum of RGB (Red+Green+Blue) = 29+56+61=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D383D is #E2C7C2. Grayscale: #303030. Windows color (decimal): -14862275 or 4012061. OLE color: 4012061.
HSL color Cylindrical-coordinate representation of color #1D383D: hue angle of 189.38º 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 #1D383D is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 56 | 61 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.76 |
| HSL | 189.38º | 0.36% | 0.18% | - |
| HSV(B) | 189.38º | 0.52% | 0.24% | - |
| XYZ | 2.76 | 3.43 | 4.93 | - |
| YUV | 48.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 61 | 0.52 | 0.08 | 0 | 0.76 | 189.38 | 0.36 | 0.18 |
| Hex | 1D | 38 | 3D | 34 | 8 | 0 | 4C | BD | 24 | 12 |
| Octal | 35 | 70 | 75 | 64 | 10 | 0 | 114 | 275 | 44 | 22 |
| Binary | 11101 | 111000 | 111101 | 110100 | 1000 | 0 | 1001100 | 10111101 | 100100 | 10010 |
Color Harmonies of #1D383D
Complementary color
Monochromatic Colors of #1D383D
Black with #1D383D
Text Example
Text Example
White with #1D383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D383D; }
p { color: rgb(29,56,61); }
H1.HeaderClassName
{
color: #1D383D;
}
.AnyTagClassName
{
color: #1D383D;
}
</style>
background-color css
<style>
a { background-color: #1D383D; }
a { background-color: rgb(29,56,61); }
div.DivClassName
{
background-color: #1D383D;
}
.BgClassName
{
background-color: #1D383D;
}
</style>
border-color css
<style>
span { border-color: #1D383D; }
span { border-color: rgb(29,56,61); }
td.TdClassName
{
border-color: #1D383D;
}
.TagClassName
{
border-color: #1D383D;
}
</style>