Shades of Nordic #1E3F41
Tints of Nordic #1E3F41
RGB
CMYK
RGB Variations
Color information
#1E3F41 (or 0x1E3F41) is known color: Nordic. HEX triplet: 1E, 3F and 41. RGB value is (30,63,65). Sum of RGB (Red+Green+Blue) = 30+63+65=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #1E3F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3F41 is #E1C0BE. Grayscale: #353535. Windows color (decimal): -14794943 or 4275998. OLE color: 4275998.
HSL color Cylindrical-coordinate representation of color #1E3F41: hue angle of 183.43º 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 #1E3F41 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 63 | 65 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.75 |
| HSL | 183.43º | 0.37% | 0.19% | - |
| HSV(B) | 183.43º | 0.54% | 0.25% | - |
| XYZ | 3.27 | 4.21 | 5.64 | - |
| YUV | 53.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 65 | 0.54 | 0.03 | 0 | 0.75 | 183.43 | 0.37 | 0.19 |
| Hex | 1E | 3F | 41 | 36 | 3 | 0 | 4B | B7 | 25 | 13 |
| Octal | 36 | 77 | 101 | 66 | 3 | 0 | 113 | 267 | 45 | 23 |
| Binary | 11110 | 111111 | 1000001 | 110110 | 11 | 0 | 1001011 | 10110111 | 100101 | 10011 |
Color Harmonies of #1E3F41
Complementary color
Monochromatic Colors of #1E3F41
Black with #1E3F41
Text Example
Text Example
White with #1E3F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3F41; }
p { color: rgb(30,63,65); }
H1.HeaderClassName
{
color: #1E3F41;
}
.AnyTagClassName
{
color: #1E3F41;
}
</style>
background-color css
<style>
a { background-color: #1E3F41; }
a { background-color: rgb(30,63,65); }
div.DivClassName
{
background-color: #1E3F41;
}
.BgClassName
{
background-color: #1E3F41;
}
</style>
border-color css
<style>
span { border-color: #1E3F41; }
span { border-color: rgb(30,63,65); }
td.TdClassName
{
border-color: #1E3F41;
}
.TagClassName
{
border-color: #1E3F41;
}
</style>