Shades of Nordic #173033
Tints of Nordic #173033
RGB
CMYK
RGB Variations
Color information
#173033 (or 0x173033) is known color: Nordic. HEX triplet: 17, 30 and 33. RGB value is (23,48,51). Sum of RGB (Red+Green+Blue) = 23+48+51=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 51 - color contains mainly: blue. Hex color #173033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173033 is #E8CFCC. Grayscale: #282828. Windows color (decimal): -15257549 or 3354647. OLE color: 3354647.
HSL color Cylindrical-coordinate representation of color #173033: hue angle of 186.43º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #173033 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 23 | 48 | 51 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.8 |
| HSL | 186.43º | 0.38% | 0.15% | - |
| HSV(B) | 186.43º | 0.55% | 0.2% | - |
| XYZ | 2.01 | 2.54 | 3.52 | - |
| YUV | 40.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 51 | 0.55 | 0.06 | 0 | 0.8 | 186.43 | 0.38 | 0.15 |
| Hex | 17 | 30 | 33 | 37 | 6 | 0 | 50 | BA | 26 | F |
| Octal | 27 | 60 | 63 | 67 | 6 | 0 | 120 | 272 | 46 | 17 |
| Binary | 10111 | 110000 | 110011 | 110111 | 110 | 0 | 1010000 | 10111010 | 100110 | 1111 |
Color Harmonies of #173033
Complementary color
Monochromatic Colors of #173033
Black with #173033
Text Example
Text Example
White with #173033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173033; }
p { color: rgb(23,48,51); }
H1.HeaderClassName
{
color: #173033;
}
.AnyTagClassName
{
color: #173033;
}
</style>
background-color css
<style>
a { background-color: #173033; }
a { background-color: rgb(23,48,51); }
div.DivClassName
{
background-color: #173033;
}
.BgClassName
{
background-color: #173033;
}
</style>
border-color css
<style>
span { border-color: #173033; }
span { border-color: rgb(23,48,51); }
td.TdClassName
{
border-color: #173033;
}
.TagClassName
{
border-color: #173033;
}
</style>