Shades of Nordic #1E3539
Tints of Nordic #1E3539
RGB
CMYK
RGB Variations
Color information
#1E3539 (or 0x1E3539) is known color: Nordic. HEX triplet: 1E, 35 and 39. RGB value is (30,53,57). Sum of RGB (Red+Green+Blue) = 30+53+57=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 57 - color contains mainly: blue. Hex color #1E3539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3539 is #E1CAC6. Grayscale: #2E2E2E. Windows color (decimal): -14797511 or 3749150. OLE color: 3749150.
HSL color Cylindrical-coordinate representation of color #1E3539: hue angle of 188.89º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E3539 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 53 | 57 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.78 |
| HSL | 188.89º | 0.31% | 0.17% | - |
| HSV(B) | 188.89º | 0.47% | 0.22% | - |
| XYZ | 2.55 | 3.12 | 4.34 | - |
| YUV | 46.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 53 | 57 | 0.47 | 0.07 | 0 | 0.78 | 188.89 | 0.31 | 0.17 |
| Hex | 1E | 35 | 39 | 2F | 7 | 0 | 4E | BD | 1F | 11 |
| Octal | 36 | 65 | 71 | 57 | 7 | 0 | 116 | 275 | 37 | 21 |
| Binary | 11110 | 110101 | 111001 | 101111 | 111 | 0 | 1001110 | 10111101 | 11111 | 10001 |
Color Harmonies of #1E3539
Complementary color
Monochromatic Colors of #1E3539
Black with #1E3539
Text Example
Text Example
White with #1E3539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3539; }
p { color: rgb(30,53,57); }
H1.HeaderClassName
{
color: #1E3539;
}
.AnyTagClassName
{
color: #1E3539;
}
</style>
background-color css
<style>
a { background-color: #1E3539; }
a { background-color: rgb(30,53,57); }
div.DivClassName
{
background-color: #1E3539;
}
.BgClassName
{
background-color: #1E3539;
}
</style>
border-color css
<style>
span { border-color: #1E3539; }
span { border-color: rgb(30,53,57); }
td.TdClassName
{
border-color: #1E3539;
}
.TagClassName
{
border-color: #1E3539;
}
</style>