Shades of Nordic #1D383F
Tints of Nordic #1D383F
RGB
CMYK
RGB Variations
Color information
#1D383F (or 0x1D383F) is known color: Nordic. HEX triplet: 1D, 38 and 3F. RGB value is (29,56,63). Sum of RGB (Red+Green+Blue) = 29+56+63=148 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.59% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D383F is #E2C7C0. Grayscale: #303030. Windows color (decimal): -14862273 or 4143133. OLE color: 4143133.
HSL color Cylindrical-coordinate representation of color #1D383F: hue angle of 192.35º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D383F is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 56 | 63 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.75 |
| HSL | 192.35º | 0.37% | 0.18% | - |
| HSV(B) | 192.35º | 0.54% | 0.25% | - |
| XYZ | 2.82 | 3.45 | 5.22 | - |
| YUV | 48.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 63 | 0.54 | 0.11 | 0 | 0.75 | 192.35 | 0.37 | 0.18 |
| Hex | 1D | 38 | 3F | 36 | B | 0 | 4B | C0 | 25 | 12 |
| Octal | 35 | 70 | 77 | 66 | 13 | 0 | 113 | 300 | 45 | 22 |
| Binary | 11101 | 111000 | 111111 | 110110 | 1011 | 0 | 1001011 | 11000000 | 100101 | 10010 |
Color Harmonies of #1D383F
Complementary color
Monochromatic Colors of #1D383F
Black with #1D383F
Text Example
Text Example
White with #1D383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D383F; }
p { color: rgb(29,56,63); }
H1.HeaderClassName
{
color: #1D383F;
}
.AnyTagClassName
{
color: #1D383F;
}
</style>
background-color css
<style>
a { background-color: #1D383F; }
a { background-color: rgb(29,56,63); }
div.DivClassName
{
background-color: #1D383F;
}
.BgClassName
{
background-color: #1D383F;
}
</style>
border-color css
<style>
span { border-color: #1D383F; }
span { border-color: rgb(29,56,63); }
td.TdClassName
{
border-color: #1D383F;
}
.TagClassName
{
border-color: #1D383F;
}
</style>