Shades of Nordic #122E31
Tints of Nordic #122E31
RGB
CMYK
RGB Variations
Color information
#122E31 (or 0x122E31) is known color: Nordic. HEX triplet: 12, 2E and 31. RGB value is (18,46,49). Sum of RGB (Red+Green+Blue) = 18+46+49=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #122E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E31 is #EDD1CE. Grayscale: #252525. Windows color (decimal): -15585743 or 3223058. OLE color: 3223058.
HSL color Cylindrical-coordinate representation of color #122E31: hue angle of 185.81º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #122E31 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 46 | 49 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.81 |
| HSL | 185.81º | 0.46% | 0.13% | - |
| HSV(B) | 185.81º | 0.63% | 0.19% | - |
| XYZ | 1.78 | 2.3 | 3.26 | - |
| YUV | 37.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 49 | 0.63 | 0.06 | 0 | 0.81 | 185.81 | 0.46 | 0.13 |
| Hex | 12 | 2E | 31 | 3F | 6 | 0 | 51 | BA | 2E | D |
| Octal | 22 | 56 | 61 | 77 | 6 | 0 | 121 | 272 | 56 | 15 |
| Binary | 10010 | 101110 | 110001 | 111111 | 110 | 0 | 1010001 | 10111010 | 101110 | 1101 |
Color Harmonies of #122E31
Complementary color
Monochromatic Colors of #122E31
Black with #122E31
Text Example
Text Example
White with #122E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E31; }
p { color: rgb(18,46,49); }
H1.HeaderClassName
{
color: #122E31;
}
.AnyTagClassName
{
color: #122E31;
}
</style>
background-color css
<style>
a { background-color: #122E31; }
a { background-color: rgb(18,46,49); }
div.DivClassName
{
background-color: #122E31;
}
.BgClassName
{
background-color: #122E31;
}
</style>
border-color css
<style>
span { border-color: #122E31; }
span { border-color: rgb(18,46,49); }
td.TdClassName
{
border-color: #122E31;
}
.TagClassName
{
border-color: #122E31;
}
</style>