Shades of Nordic #163133
Tints of Nordic #163133
RGB
CMYK
RGB Variations
Color information
#163133 (or 0x163133) is known color: Nordic. HEX triplet: 16, 31 and 33. RGB value is (22,49,51). Sum of RGB (Red+Green+Blue) = 22+49+51=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 49 (19.53% from 255 or 40.16% 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 #163133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163133 is #E9CECC. Grayscale: #292929. Windows color (decimal): -15322829 or 3354902. OLE color: 3354902.
HSL color Cylindrical-coordinate representation of color #163133: hue angle of 184.14º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #163133 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 22 | 49 | 51 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.8 |
| HSL | 184.14º | 0.4% | 0.14% | - |
| HSV(B) | 184.14º | 0.57% | 0.2% | - |
| XYZ | 2.03 | 2.61 | 3.53 | - |
| YUV | 41.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 51 | 0.57 | 0.04 | 0 | 0.8 | 184.14 | 0.4 | 0.14 |
| Hex | 16 | 31 | 33 | 39 | 4 | 0 | 50 | B8 | 28 | E |
| Octal | 26 | 61 | 63 | 71 | 4 | 0 | 120 | 270 | 50 | 16 |
| Binary | 10110 | 110001 | 110011 | 111001 | 100 | 0 | 1010000 | 10111000 | 101000 | 1110 |
Color Harmonies of #163133
Complementary color
Monochromatic Colors of #163133
Black with #163133
Text Example
Text Example
White with #163133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163133; }
p { color: rgb(22,49,51); }
H1.HeaderClassName
{
color: #163133;
}
.AnyTagClassName
{
color: #163133;
}
</style>
background-color css
<style>
a { background-color: #163133; }
a { background-color: rgb(22,49,51); }
div.DivClassName
{
background-color: #163133;
}
.BgClassName
{
background-color: #163133;
}
</style>
border-color css
<style>
span { border-color: #163133; }
span { border-color: rgb(22,49,51); }
td.TdClassName
{
border-color: #163133;
}
.TagClassName
{
border-color: #163133;
}
</style>