Shades of Nordic #112D32
Tints of Nordic #112D32
RGB
CMYK
RGB Variations
Color information
#112D32 (or 0x112D32) is known color: Nordic. HEX triplet: 11, 2D and 32. RGB value is (17,45,50). Sum of RGB (Red+Green+Blue) = 17+45+50=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #112D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D32 is #EED2CD. Grayscale: #252525. Windows color (decimal): -15651534 or 3288337. OLE color: 3288337.
HSL color Cylindrical-coordinate representation of color #112D32: hue angle of 189.09º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #112D32 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 45 | 50 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.80 |
| HSL | 189.09º | 0.49% | 0.13% | - |
| HSV(B) | 189.09º | 0.66% | 0.2% | - |
| XYZ | 1.75 | 2.23 | 3.36 | - |
| YUV | 37.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 50 | 0.66 | 0.10 | 0 | 0.80 | 189.09 | 0.49 | 0.13 |
| Hex | 11 | 2D | 32 | 42 | A | 0 | 50 | BD | 31 | D |
| Octal | 21 | 55 | 62 | 102 | 12 | 0 | 120 | 275 | 61 | 15 |
| Binary | 10001 | 101101 | 110010 | 1000010 | 1010 | 0 | 1010000 | 10111101 | 110001 | 1101 |
Color Harmonies of #112D32
Complementary color
Monochromatic Colors of #112D32
Black with #112D32
Text Example
Text Example
White with #112D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D32; }
p { color: rgb(17,45,50); }
H1.HeaderClassName
{
color: #112D32;
}
.AnyTagClassName
{
color: #112D32;
}
</style>
background-color css
<style>
a { background-color: #112D32; }
a { background-color: rgb(17,45,50); }
div.DivClassName
{
background-color: #112D32;
}
.BgClassName
{
background-color: #112D32;
}
</style>
border-color css
<style>
span { border-color: #112D32; }
span { border-color: rgb(17,45,50); }
td.TdClassName
{
border-color: #112D32;
}
.TagClassName
{
border-color: #112D32;
}
</style>