Shades of Nordic #112F32
Tints of Nordic #112F32
RGB
CMYK
RGB Variations
Color information
#112F32 (or 0x112F32) is known color: Nordic. HEX triplet: 11, 2F and 32. RGB value is (17,47,50). Sum of RGB (Red+Green+Blue) = 17+47+50=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #112F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F32 is #EED0CD. Grayscale: #262626. Windows color (decimal): -15651022 or 3288849. OLE color: 3288849.
HSL color Cylindrical-coordinate representation of color #112F32: hue angle of 185.45º 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 #112F32 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 47 | 50 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.80 |
| HSL | 185.45º | 0.49% | 0.13% | - |
| HSV(B) | 185.45º | 0.66% | 0.2% | - |
| XYZ | 1.82 | 2.38 | 3.38 | - |
| YUV | 38.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 50 | 0.66 | 0.06 | 0 | 0.80 | 185.45 | 0.49 | 0.13 |
| Hex | 11 | 2F | 32 | 42 | 6 | 0 | 50 | B9 | 31 | D |
| Octal | 21 | 57 | 62 | 102 | 6 | 0 | 120 | 271 | 61 | 15 |
| Binary | 10001 | 101111 | 110010 | 1000010 | 110 | 0 | 1010000 | 10111001 | 110001 | 1101 |
Color Harmonies of #112F32
Complementary color
Monochromatic Colors of #112F32
Black with #112F32
Text Example
Text Example
White with #112F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F32; }
p { color: rgb(17,47,50); }
H1.HeaderClassName
{
color: #112F32;
}
.AnyTagClassName
{
color: #112F32;
}
</style>
background-color css
<style>
a { background-color: #112F32; }
a { background-color: rgb(17,47,50); }
div.DivClassName
{
background-color: #112F32;
}
.BgClassName
{
background-color: #112F32;
}
</style>
border-color css
<style>
span { border-color: #112F32; }
span { border-color: rgb(17,47,50); }
td.TdClassName
{
border-color: #112F32;
}
.TagClassName
{
border-color: #112F32;
}
</style>