Shades of Nordic #113432
Tints of Nordic #113432
RGB
CMYK
RGB Variations
Color information
#113432 (or 0x113432) is known color: Nordic. HEX triplet: 11, 34 and 32. RGB value is (17,52,50). Sum of RGB (Red+Green+Blue) = 17+52+50=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #113432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113432 is #EECBCD. Grayscale: #292929. Windows color (decimal): -15649742 or 3290129. OLE color: 3290129.
HSL color Cylindrical-coordinate representation of color #113432: hue angle of 176.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113432 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 52 | 50 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.80 |
| HSL | 176.57º | 0.51% | 0.14% | - |
| HSV(B) | 176.57º | 0.67% | 0.2% | - |
| XYZ | 2.03 | 2.81 | 3.45 | - |
| YUV | 41.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 50 | 0.67 | 0 | 0.04 | 0.80 | 176.57 | 0.51 | 0.14 |
| Hex | 11 | 34 | 32 | 43 | 0 | 4 | 50 | B1 | 33 | E |
| Octal | 21 | 64 | 62 | 103 | 0 | 4 | 120 | 261 | 63 | 16 |
| Binary | 10001 | 110100 | 110010 | 1000011 | 0 | 100 | 1010000 | 10110001 | 110011 | 1110 |
Color Harmonies of #113432
Complementary color
Monochromatic Colors of #113432
Black with #113432
Text Example
Text Example
White with #113432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113432; }
p { color: rgb(17,52,50); }
H1.HeaderClassName
{
color: #113432;
}
.AnyTagClassName
{
color: #113432;
}
</style>
background-color css
<style>
a { background-color: #113432; }
a { background-color: rgb(17,52,50); }
div.DivClassName
{
background-color: #113432;
}
.BgClassName
{
background-color: #113432;
}
</style>
border-color css
<style>
span { border-color: #113432; }
span { border-color: rgb(17,52,50); }
td.TdClassName
{
border-color: #113432;
}
.TagClassName
{
border-color: #113432;
}
</style>