Shades of Nordic #163338
Tints of Nordic #163338
RGB
CMYK
RGB Variations
Color information
#163338 (or 0x163338) is known color: Nordic. HEX triplet: 16, 33 and 38. RGB value is (22,51,56). Sum of RGB (Red+Green+Blue) = 22+51+56=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #163338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163338 is #E9CCC7. Grayscale: #2A2A2A. Windows color (decimal): -15322312 or 3683094. OLE color: 3683094.
HSL color Cylindrical-coordinate representation of color #163338: hue angle of 188.82º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163338 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 51 | 56 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.78 |
| HSL | 188.82º | 0.44% | 0.15% | - |
| HSV(B) | 188.82º | 0.61% | 0.22% | - |
| XYZ | 2.23 | 2.82 | 4.17 | - |
| YUV | 42.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 56 | 0.61 | 0.09 | 0 | 0.78 | 188.82 | 0.44 | 0.15 |
| Hex | 16 | 33 | 38 | 3D | 9 | 0 | 4E | BD | 2C | F |
| Octal | 26 | 63 | 70 | 75 | 11 | 0 | 116 | 275 | 54 | 17 |
| Binary | 10110 | 110011 | 111000 | 111101 | 1001 | 0 | 1001110 | 10111101 | 101100 | 1111 |
Color Harmonies of #163338
Complementary color
Monochromatic Colors of #163338
Black with #163338
Text Example
Text Example
White with #163338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163338; }
p { color: rgb(22,51,56); }
H1.HeaderClassName
{
color: #163338;
}
.AnyTagClassName
{
color: #163338;
}
</style>
background-color css
<style>
a { background-color: #163338; }
a { background-color: rgb(22,51,56); }
div.DivClassName
{
background-color: #163338;
}
.BgClassName
{
background-color: #163338;
}
</style>
border-color css
<style>
span { border-color: #163338; }
span { border-color: rgb(22,51,56); }
td.TdClassName
{
border-color: #163338;
}
.TagClassName
{
border-color: #163338;
}
</style>