Shades of Nordic #173939
Tints of Nordic #173939
RGB
CMYK
RGB Variations
Color information
#173939 (or 0x173939) is known color: Nordic. HEX triplet: 17, 39 and 39. RGB value is (23,57,57). Sum of RGB (Red+Green+Blue) = 23+57+57=137 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.79% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #173939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173939 is #E8C6C6. Grayscale: #2E2E2E. Windows color (decimal): -15255239 or 3750167. OLE color: 3750167.
HSL color Cylindrical-coordinate representation of color #173939: hue angle of 180º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #173939 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 57 | 57 | - |
| CMYK | 0.60 | 0 | 0 | 0.78 |
| HSL | 180º | 0.43% | 0.16% | - |
| HSV(B) | 180º | 0.6% | 0.22% | - |
| XYZ | 2.55 | 3.4 | 4.39 | - |
| YUV | 46.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 57 | 0.60 | 0 | 0 | 0.78 | 180 | 0.43 | 0.16 |
| Hex | 17 | 39 | 39 | 3C | 0 | 0 | 4E | B4 | 2A | 10 |
| Octal | 27 | 71 | 71 | 74 | 0 | 0 | 116 | 264 | 52 | 20 |
| Binary | 10111 | 111001 | 111001 | 111100 | 0 | 0 | 1001110 | 10110100 | 101010 | 10000 |
Color Harmonies of #173939
Complementary color
Monochromatic Colors of #173939
Black with #173939
Text Example
Text Example
White with #173939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173939; }
p { color: rgb(23,57,57); }
H1.HeaderClassName
{
color: #173939;
}
.AnyTagClassName
{
color: #173939;
}
</style>
background-color css
<style>
a { background-color: #173939; }
a { background-color: rgb(23,57,57); }
div.DivClassName
{
background-color: #173939;
}
.BgClassName
{
background-color: #173939;
}
</style>
border-color css
<style>
span { border-color: #173939; }
span { border-color: rgb(23,57,57); }
td.TdClassName
{
border-color: #173939;
}
.TagClassName
{
border-color: #173939;
}
</style>