Shades of Nordic #112C30
Tints of Nordic #112C30
RGB
CMYK
RGB Variations
Color information
#112C30 (or 0x112C30) is known color: Nordic. HEX triplet: 11, 2C and 30. RGB value is (17,44,48). Sum of RGB (Red+Green+Blue) = 17+44+48=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 48 - color contains mainly: blue. Hex color #112C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C30 is #EED3CF. Grayscale: #242424. Windows color (decimal): -15651792 or 3157009. OLE color: 3157009.
HSL color Cylindrical-coordinate representation of color #112C30: hue angle of 187.74º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #112C30 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 44 | 48 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.81 |
| HSL | 187.74º | 0.48% | 0.13% | - |
| HSV(B) | 187.74º | 0.65% | 0.19% | - |
| XYZ | 1.67 | 2.13 | 3.12 | - |
| YUV | 36.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 48 | 0.65 | 0.08 | 0 | 0.81 | 187.74 | 0.48 | 0.13 |
| Hex | 11 | 2C | 30 | 41 | 8 | 0 | 51 | BC | 30 | D |
| Octal | 21 | 54 | 60 | 101 | 10 | 0 | 121 | 274 | 60 | 15 |
| Binary | 10001 | 101100 | 110000 | 1000001 | 1000 | 0 | 1010001 | 10111100 | 110000 | 1101 |
Color Harmonies of #112C30
Complementary color
Monochromatic Colors of #112C30
Black with #112C30
Text Example
Text Example
White with #112C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C30; }
p { color: rgb(17,44,48); }
H1.HeaderClassName
{
color: #112C30;
}
.AnyTagClassName
{
color: #112C30;
}
</style>
background-color css
<style>
a { background-color: #112C30; }
a { background-color: rgb(17,44,48); }
div.DivClassName
{
background-color: #112C30;
}
.BgClassName
{
background-color: #112C30;
}
</style>
border-color css
<style>
span { border-color: #112C30; }
span { border-color: rgb(17,44,48); }
td.TdClassName
{
border-color: #112C30;
}
.TagClassName
{
border-color: #112C30;
}
</style>