Shades of Nordic #1E3638
Tints of Nordic #1E3638
RGB
CMYK
RGB Variations
Color information
#1E3638 (or 0x1E3638) is known color: Nordic. HEX triplet: 1E, 36 and 38. RGB value is (30,54,56). Sum of RGB (Red+Green+Blue) = 30+54+56=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: blue. Hex color #1E3638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3638 is #E1C9C7. Grayscale: #2F2F2F. Windows color (decimal): -14797256 or 3683870. OLE color: 3683870.
HSL color Cylindrical-coordinate representation of color #1E3638: hue angle of 184.62º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E3638 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 54 | 56 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.78 |
| HSL | 184.62º | 0.3% | 0.17% | - |
| HSV(B) | 184.62º | 0.46% | 0.22% | - |
| XYZ | 2.57 | 3.2 | 4.22 | - |
| YUV | 47.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 56 | 0.46 | 0.04 | 0 | 0.78 | 184.62 | 0.3 | 0.17 |
| Hex | 1E | 36 | 38 | 2E | 4 | 0 | 4E | B9 | 1E | 11 |
| Octal | 36 | 66 | 70 | 56 | 4 | 0 | 116 | 271 | 36 | 21 |
| Binary | 11110 | 110110 | 111000 | 101110 | 100 | 0 | 1001110 | 10111001 | 11110 | 10001 |
Color Harmonies of #1E3638
Complementary color
Monochromatic Colors of #1E3638
Black with #1E3638
Text Example
Text Example
White with #1E3638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3638; }
p { color: rgb(30,54,56); }
H1.HeaderClassName
{
color: #1E3638;
}
.AnyTagClassName
{
color: #1E3638;
}
</style>
background-color css
<style>
a { background-color: #1E3638; }
a { background-color: rgb(30,54,56); }
div.DivClassName
{
background-color: #1E3638;
}
.BgClassName
{
background-color: #1E3638;
}
</style>
border-color css
<style>
span { border-color: #1E3638; }
span { border-color: rgb(30,54,56); }
td.TdClassName
{
border-color: #1E3638;
}
.TagClassName
{
border-color: #1E3638;
}
</style>