Shades of Nordic #173032
Tints of Nordic #173032
RGB
CMYK
RGB Variations
Color information
#173032 (or 0x173032) is known color: Nordic. HEX triplet: 17, 30 and 32. RGB value is (23,48,50). Sum of RGB (Red+Green+Blue) = 23+48+50=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 50 - color contains mainly: blue. Hex color #173032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173032 is #E8CFCD. Grayscale: #282828. Windows color (decimal): -15257550 or 3289111. OLE color: 3289111.
HSL color Cylindrical-coordinate representation of color #173032: hue angle of 184.44º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #173032 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 48 | 50 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.80 |
| HSL | 184.44º | 0.37% | 0.14% | - |
| HSV(B) | 184.44º | 0.54% | 0.2% | - |
| XYZ | 1.99 | 2.53 | 3.4 | - |
| YUV | 40.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 50 | 0.54 | 0.04 | 0 | 0.80 | 184.44 | 0.37 | 0.14 |
| Hex | 17 | 30 | 32 | 36 | 4 | 0 | 50 | B8 | 25 | E |
| Octal | 27 | 60 | 62 | 66 | 4 | 0 | 120 | 270 | 45 | 16 |
| Binary | 10111 | 110000 | 110010 | 110110 | 100 | 0 | 1010000 | 10111000 | 100101 | 1110 |
Color Harmonies of #173032
Complementary color
Monochromatic Colors of #173032
Black with #173032
Text Example
Text Example
White with #173032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173032; }
p { color: rgb(23,48,50); }
H1.HeaderClassName
{
color: #173032;
}
.AnyTagClassName
{
color: #173032;
}
</style>
background-color css
<style>
a { background-color: #173032; }
a { background-color: rgb(23,48,50); }
div.DivClassName
{
background-color: #173032;
}
.BgClassName
{
background-color: #173032;
}
</style>
border-color css
<style>
span { border-color: #173032; }
span { border-color: rgb(23,48,50); }
td.TdClassName
{
border-color: #173032;
}
.TagClassName
{
border-color: #173032;
}
</style>