Shades of Nordic #1E3941
Tints of Nordic #1E3941
RGB
CMYK
RGB Variations
Color information
#1E3941 (or 0x1E3941) is known color: Nordic. HEX triplet: 1E, 39 and 41. RGB value is (30,57,65). Sum of RGB (Red+Green+Blue) = 30+57+65=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #1E3941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3941 is #E1C6BE. Grayscale: #313131. Windows color (decimal): -14796479 or 4274462. OLE color: 4274462.
HSL color Cylindrical-coordinate representation of color #1E3941: hue angle of 193.71º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E3941 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 57 | 65 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.75 |
| HSL | 193.71º | 0.37% | 0.19% | - |
| HSV(B) | 193.71º | 0.54% | 0.25% | - |
| XYZ | 2.95 | 3.58 | 5.54 | - |
| YUV | 49.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 65 | 0.54 | 0.12 | 0 | 0.75 | 193.71 | 0.37 | 0.19 |
| Hex | 1E | 39 | 41 | 36 | C | 0 | 4B | C2 | 25 | 13 |
| Octal | 36 | 71 | 101 | 66 | 14 | 0 | 113 | 302 | 45 | 23 |
| Binary | 11110 | 111001 | 1000001 | 110110 | 1100 | 0 | 1001011 | 11000010 | 100101 | 10011 |
Color Harmonies of #1E3941
Complementary color
Monochromatic Colors of #1E3941
Black with #1E3941
Text Example
Text Example
White with #1E3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3941; }
p { color: rgb(30,57,65); }
H1.HeaderClassName
{
color: #1E3941;
}
.AnyTagClassName
{
color: #1E3941;
}
</style>
background-color css
<style>
a { background-color: #1E3941; }
a { background-color: rgb(30,57,65); }
div.DivClassName
{
background-color: #1E3941;
}
.BgClassName
{
background-color: #1E3941;
}
</style>
border-color css
<style>
span { border-color: #1E3941; }
span { border-color: rgb(30,57,65); }
td.TdClassName
{
border-color: #1E3941;
}
.TagClassName
{
border-color: #1E3941;
}
</style>