Shades of Nordic #173135
Tints of Nordic #173135
RGB
CMYK
RGB Variations
Color information
#173135 (or 0x173135) is known color: Nordic. HEX triplet: 17, 31 and 35. RGB value is (23,49,53). Sum of RGB (Red+Green+Blue) = 23+49+53=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #173135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173135 is #E8CECA. Grayscale: #292929. Windows color (decimal): -15257291 or 3485975. OLE color: 3485975.
HSL color Cylindrical-coordinate representation of color #173135: hue angle of 188º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #173135 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 23 | 49 | 53 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.79 |
| HSL | 188º | 0.39% | 0.15% | - |
| HSV(B) | 188º | 0.57% | 0.21% | - |
| XYZ | 2.09 | 2.64 | 3.77 | - |
| YUV | 41.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 53 | 0.57 | 0.08 | 0 | 0.79 | 188 | 0.39 | 0.15 |
| Hex | 17 | 31 | 35 | 39 | 8 | 0 | 4F | BC | 27 | F |
| Octal | 27 | 61 | 65 | 71 | 10 | 0 | 117 | 274 | 47 | 17 |
| Binary | 10111 | 110001 | 110101 | 111001 | 1000 | 0 | 1001111 | 10111100 | 100111 | 1111 |
Color Harmonies of #173135
Complementary color
Monochromatic Colors of #173135
Black with #173135
Text Example
Text Example
White with #173135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173135; }
p { color: rgb(23,49,53); }
H1.HeaderClassName
{
color: #173135;
}
.AnyTagClassName
{
color: #173135;
}
</style>
background-color css
<style>
a { background-color: #173135; }
a { background-color: rgb(23,49,53); }
div.DivClassName
{
background-color: #173135;
}
.BgClassName
{
background-color: #173135;
}
</style>
border-color css
<style>
span { border-color: #173135; }
span { border-color: rgb(23,49,53); }
td.TdClassName
{
border-color: #173135;
}
.TagClassName
{
border-color: #173135;
}
</style>