Shades of Nordic #1E393B
Tints of Nordic #1E393B
RGB
CMYK
RGB Variations
Color information
#1E393B (or 0x1E393B) is known color: Nordic. HEX triplet: 1E, 39 and 3B. RGB value is (30,57,59). Sum of RGB (Red+Green+Blue) = 30+57+59=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 59 - color contains mainly: blue. Hex color #1E393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E393B is #E1C6C4. Grayscale: #313131. Windows color (decimal): -14796485 or 3881246. OLE color: 3881246.
HSL color Cylindrical-coordinate representation of color #1E393B: hue angle of 184.14º 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 #1E393B is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 30 | 57 | 59 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.77 |
| HSL | 184.14º | 0.33% | 0.17% | - |
| HSV(B) | 184.14º | 0.49% | 0.23% | - |
| XYZ | 2.79 | 3.52 | 4.67 | - |
| YUV | 49.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 59 | 0.49 | 0.03 | 0 | 0.77 | 184.14 | 0.33 | 0.17 |
| Hex | 1E | 39 | 3B | 31 | 3 | 0 | 4D | B8 | 21 | 11 |
| Octal | 36 | 71 | 73 | 61 | 3 | 0 | 115 | 270 | 41 | 21 |
| Binary | 11110 | 111001 | 111011 | 110001 | 11 | 0 | 1001101 | 10111000 | 100001 | 10001 |
Color Harmonies of #1E393B
Complementary color
Monochromatic Colors of #1E393B
Black with #1E393B
Text Example
Text Example
White with #1E393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E393B; }
p { color: rgb(30,57,59); }
H1.HeaderClassName
{
color: #1E393B;
}
.AnyTagClassName
{
color: #1E393B;
}
</style>
background-color css
<style>
a { background-color: #1E393B; }
a { background-color: rgb(30,57,59); }
div.DivClassName
{
background-color: #1E393B;
}
.BgClassName
{
background-color: #1E393B;
}
</style>
border-color css
<style>
span { border-color: #1E393B; }
span { border-color: rgb(30,57,59); }
td.TdClassName
{
border-color: #1E393B;
}
.TagClassName
{
border-color: #1E393B;
}
</style>