Shades of Nordic #163337
Tints of Nordic #163337
RGB
CMYK
RGB Variations
Color information
#163337 (or 0x163337) is known color: Nordic. HEX triplet: 16, 33 and 37. RGB value is (22,51,55). Sum of RGB (Red+Green+Blue) = 22+51+55=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 55 - color contains mainly: blue. Hex color #163337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163337 is #E9CCC8. Grayscale: #2A2A2A. Windows color (decimal): -15322313 or 3617558. OLE color: 3617558.
HSL color Cylindrical-coordinate representation of color #163337: hue angle of 187.27º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #163337 is Cyan = 0.6, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 51 | 55 | - |
| CMYK | 0.6 | 0.07 | 0 | 0.78 |
| HSL | 187.27º | 0.43% | 0.15% | - |
| HSV(B) | 187.27º | 0.6% | 0.22% | - |
| XYZ | 2.2 | 2.81 | 4.04 | - |
| YUV | 42.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 55 | 0.6 | 0.07 | 0 | 0.78 | 187.27 | 0.43 | 0.15 |
| Hex | 16 | 33 | 37 | 3C | 7 | 0 | 4E | BB | 2B | F |
| Octal | 26 | 63 | 67 | 74 | 7 | 0 | 116 | 273 | 53 | 17 |
| Binary | 10110 | 110011 | 110111 | 111100 | 111 | 0 | 1001110 | 10111011 | 101011 | 1111 |
Color Harmonies of #163337
Complementary color
Monochromatic Colors of #163337
Black with #163337
Text Example
Text Example
White with #163337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163337; }
p { color: rgb(22,51,55); }
H1.HeaderClassName
{
color: #163337;
}
.AnyTagClassName
{
color: #163337;
}
</style>
background-color css
<style>
a { background-color: #163337; }
a { background-color: rgb(22,51,55); }
div.DivClassName
{
background-color: #163337;
}
.BgClassName
{
background-color: #163337;
}
</style>
border-color css
<style>
span { border-color: #163337; }
span { border-color: rgb(22,51,55); }
td.TdClassName
{
border-color: #163337;
}
.TagClassName
{
border-color: #163337;
}
</style>