Shades of Nordic #122F31
Tints of Nordic #122F31
RGB
CMYK
RGB Variations
Color information
#122F31 (or 0x122F31) is known color: Nordic. HEX triplet: 12, 2F and 31. RGB value is (18,47,49). Sum of RGB (Red+Green+Blue) = 18+47+49=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #122F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F31 is #EDD0CE. Grayscale: #262626. Windows color (decimal): -15585487 or 3223314. OLE color: 3223314.
HSL color Cylindrical-coordinate representation of color #122F31: hue angle of 183.87º 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 #122F31 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 47 | 49 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.81 |
| HSL | 183.87º | 0.46% | 0.13% | - |
| HSV(B) | 183.87º | 0.63% | 0.19% | - |
| XYZ | 1.82 | 2.38 | 3.27 | - |
| YUV | 38.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 49 | 0.63 | 0.04 | 0 | 0.81 | 183.87 | 0.46 | 0.13 |
| Hex | 12 | 2F | 31 | 3F | 4 | 0 | 51 | B8 | 2E | D |
| Octal | 22 | 57 | 61 | 77 | 4 | 0 | 121 | 270 | 56 | 15 |
| Binary | 10010 | 101111 | 110001 | 111111 | 100 | 0 | 1010001 | 10111000 | 101110 | 1101 |
Color Harmonies of #122F31
Complementary color
Monochromatic Colors of #122F31
Black with #122F31
Text Example
Text Example
White with #122F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F31; }
p { color: rgb(18,47,49); }
H1.HeaderClassName
{
color: #122F31;
}
.AnyTagClassName
{
color: #122F31;
}
</style>
background-color css
<style>
a { background-color: #122F31; }
a { background-color: rgb(18,47,49); }
div.DivClassName
{
background-color: #122F31;
}
.BgClassName
{
background-color: #122F31;
}
</style>
border-color css
<style>
span { border-color: #122F31; }
span { border-color: rgb(18,47,49); }
td.TdClassName
{
border-color: #122F31;
}
.TagClassName
{
border-color: #122F31;
}
</style>