Shades of Nordic #163134
Tints of Nordic #163134
RGB
CMYK
RGB Variations
Color information
#163134 (or 0x163134) is known color: Nordic. HEX triplet: 16, 31 and 34. RGB value is (22,49,52). Sum of RGB (Red+Green+Blue) = 22+49+52=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 52 - color contains mainly: blue. Hex color #163134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163134 is #E9CECB. Grayscale: #292929. Windows color (decimal): -15322828 or 3420438. OLE color: 3420438.
HSL color Cylindrical-coordinate representation of color #163134: hue angle of 186º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #163134 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 49 | 52 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.80 |
| HSL | 186º | 0.41% | 0.15% | - |
| HSV(B) | 186º | 0.58% | 0.2% | - |
| XYZ | 2.05 | 2.62 | 3.65 | - |
| YUV | 41.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 52 | 0.58 | 0.06 | 0 | 0.80 | 186 | 0.41 | 0.15 |
| Hex | 16 | 31 | 34 | 3A | 6 | 0 | 50 | BA | 29 | F |
| Octal | 26 | 61 | 64 | 72 | 6 | 0 | 120 | 272 | 51 | 17 |
| Binary | 10110 | 110001 | 110100 | 111010 | 110 | 0 | 1010000 | 10111010 | 101001 | 1111 |
Color Harmonies of #163134
Complementary color
Monochromatic Colors of #163134
Black with #163134
Text Example
Text Example
White with #163134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163134; }
p { color: rgb(22,49,52); }
H1.HeaderClassName
{
color: #163134;
}
.AnyTagClassName
{
color: #163134;
}
</style>
background-color css
<style>
a { background-color: #163134; }
a { background-color: rgb(22,49,52); }
div.DivClassName
{
background-color: #163134;
}
.BgClassName
{
background-color: #163134;
}
</style>
border-color css
<style>
span { border-color: #163134; }
span { border-color: rgb(22,49,52); }
td.TdClassName
{
border-color: #163134;
}
.TagClassName
{
border-color: #163134;
}
</style>