Shades of Nordic #163335
Tints of Nordic #163335
RGB
CMYK
RGB Variations
Color information
#163335 (or 0x163335) is known color: Nordic. HEX triplet: 16, 33 and 35. RGB value is (22,51,53). Sum of RGB (Red+Green+Blue) = 22+51+53=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 53 - color contains mainly: blue. Hex color #163335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163335 is #E9CCCA. Grayscale: #2A2A2A. Windows color (decimal): -15322315 or 3486486. OLE color: 3486486.
HSL color Cylindrical-coordinate representation of color #163335: hue angle of 183.87º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #163335 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 51 | 53 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.79 |
| HSL | 183.87º | 0.41% | 0.15% | - |
| HSV(B) | 183.87º | 0.58% | 0.21% | - |
| XYZ | 2.16 | 2.8 | 3.79 | - |
| YUV | 42.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 53 | 0.58 | 0.04 | 0 | 0.79 | 183.87 | 0.41 | 0.15 |
| Hex | 16 | 33 | 35 | 3A | 4 | 0 | 4F | B8 | 29 | F |
| Octal | 26 | 63 | 65 | 72 | 4 | 0 | 117 | 270 | 51 | 17 |
| Binary | 10110 | 110011 | 110101 | 111010 | 100 | 0 | 1001111 | 10111000 | 101001 | 1111 |
Color Harmonies of #163335
Complementary color
Monochromatic Colors of #163335
Black with #163335
Text Example
Text Example
White with #163335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163335; }
p { color: rgb(22,51,53); }
H1.HeaderClassName
{
color: #163335;
}
.AnyTagClassName
{
color: #163335;
}
</style>
background-color css
<style>
a { background-color: #163335; }
a { background-color: rgb(22,51,53); }
div.DivClassName
{
background-color: #163335;
}
.BgClassName
{
background-color: #163335;
}
</style>
border-color css
<style>
span { border-color: #163335; }
span { border-color: rgb(22,51,53); }
td.TdClassName
{
border-color: #163335;
}
.TagClassName
{
border-color: #163335;
}
</style>