Shades of Nordic #1E3B3A
Tints of Nordic #1E3B3A
RGB
CMYK
RGB Variations
Color information
#1E3B3A (or 0x1E3B3A) is known color: Nordic. HEX triplet: 1E, 3B and 3A. RGB value is (30,59,58). Sum of RGB (Red+Green+Blue) = 30+59+58=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 59 - color contains mainly: green. Hex color #1E3B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3B3A is #E1C4C5. Grayscale: #323232. Windows color (decimal): -14795974 or 3816222. OLE color: 3816222.
HSL color Cylindrical-coordinate representation of color #1E3B3A: hue angle of 177.93º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1E3B3A is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 30 | 59 | 58 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.77 |
| HSL | 177.93º | 0.33% | 0.17% | - |
| HSV(B) | 177.93º | 0.49% | 0.23% | - |
| XYZ | 2.86 | 3.71 | 4.57 | - |
| YUV | 50.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 59 | 58 | 0.49 | 0 | 0.02 | 0.77 | 177.93 | 0.33 | 0.17 |
| Hex | 1E | 3B | 3A | 31 | 0 | 2 | 4D | B2 | 21 | 11 |
| Octal | 36 | 73 | 72 | 61 | 0 | 2 | 115 | 262 | 41 | 21 |
| Binary | 11110 | 111011 | 111010 | 110001 | 0 | 10 | 1001101 | 10110010 | 100001 | 10001 |
Color Harmonies of #1E3B3A
Complementary color
Monochromatic Colors of #1E3B3A
Black with #1E3B3A
Text Example
Text Example
White with #1E3B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3B3A; }
p { color: rgb(30,59,58); }
H1.HeaderClassName
{
color: #1E3B3A;
}
.AnyTagClassName
{
color: #1E3B3A;
}
</style>
background-color css
<style>
a { background-color: #1E3B3A; }
a { background-color: rgb(30,59,58); }
div.DivClassName
{
background-color: #1E3B3A;
}
.BgClassName
{
background-color: #1E3B3A;
}
</style>
border-color css
<style>
span { border-color: #1E3B3A; }
span { border-color: rgb(30,59,58); }
td.TdClassName
{
border-color: #1E3B3A;
}
.TagClassName
{
border-color: #1E3B3A;
}
</style>