Shades of Nordic #0E3131
Tints of Nordic #0E3131
RGB
CMYK
RGB Variations
Color information
#0E3131 (or 0x0E3131) is known color: Nordic. HEX triplet: 0E, 31 and 31. RGB value is (14,49,49). Sum of RGB (Red+Green+Blue) = 14+49+49=112 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.5% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #0E3131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3131 is #F1CECE. Grayscale: #262626. Windows color (decimal): -15847119 or 3223822. OLE color: 3223822.
HSL color Cylindrical-coordinate representation of color #0E3131: hue angle of 180º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E3131 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 14 | 49 | 49 | - |
| CMYK | 0.71 | 0 | 0 | 0.81 |
| HSL | 180º | 0.56% | 0.12% | - |
| HSV(B) | 180º | 0.71% | 0.19% | - |
| XYZ | 1.83 | 2.51 | 3.29 | - |
| YUV | 38.54 | 133.9 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 49 | 49 | 0.71 | 0 | 0 | 0.81 | 180 | 0.56 | 0.12 |
| Hex | E | 31 | 31 | 47 | 0 | 0 | 51 | B4 | 38 | C |
| Octal | 16 | 61 | 61 | 107 | 0 | 0 | 121 | 264 | 70 | 14 |
| Binary | 1110 | 110001 | 110001 | 1000111 | 0 | 0 | 1010001 | 10110100 | 111000 | 1100 |
Color Harmonies of #0E3131
Complementary color
Monochromatic Colors of #0E3131
Black with #0E3131
Text Example
Text Example
White with #0E3131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3131; }
p { color: rgb(14,49,49); }
H1.HeaderClassName
{
color: #0E3131;
}
.AnyTagClassName
{
color: #0E3131;
}
</style>
background-color css
<style>
a { background-color: #0E3131; }
a { background-color: rgb(14,49,49); }
div.DivClassName
{
background-color: #0E3131;
}
.BgClassName
{
background-color: #0E3131;
}
</style>
border-color css
<style>
span { border-color: #0E3131; }
span { border-color: rgb(14,49,49); }
td.TdClassName
{
border-color: #0E3131;
}
.TagClassName
{
border-color: #0E3131;
}
</style>