Shades of Nordic #163735
Tints of Nordic #163735
RGB
CMYK
RGB Variations
Color information
#163735 (or 0x163735) is known color: Nordic. HEX triplet: 16, 37 and 35. RGB value is (22,55,53). Sum of RGB (Red+Green+Blue) = 22+55+53=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 55 - color contains mainly: green. Hex color #163735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163735 is #E9C8CA. Grayscale: #2C2C2C. Windows color (decimal): -15321291 or 3487510. OLE color: 3487510.
HSL color Cylindrical-coordinate representation of color #163735: hue angle of 176.36º 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 #163735 is Cyan = 0.6, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 55 | 53 | - |
| CMYK | 0.6 | 0 | 0.04 | 0.78 |
| HSL | 176.36º | 0.43% | 0.15% | - |
| HSV(B) | 176.36º | 0.6% | 0.22% | - |
| XYZ | 2.34 | 3.16 | 3.85 | - |
| YUV | 44.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 53 | 0.6 | 0 | 0.04 | 0.78 | 176.36 | 0.43 | 0.15 |
| Hex | 16 | 37 | 35 | 3C | 0 | 4 | 4E | B0 | 2B | F |
| Octal | 26 | 67 | 65 | 74 | 0 | 4 | 116 | 260 | 53 | 17 |
| Binary | 10110 | 110111 | 110101 | 111100 | 0 | 100 | 1001110 | 10110000 | 101011 | 1111 |
Color Harmonies of #163735
Complementary color
Monochromatic Colors of #163735
Black with #163735
Text Example
Text Example
White with #163735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163735; }
p { color: rgb(22,55,53); }
H1.HeaderClassName
{
color: #163735;
}
.AnyTagClassName
{
color: #163735;
}
</style>
background-color css
<style>
a { background-color: #163735; }
a { background-color: rgb(22,55,53); }
div.DivClassName
{
background-color: #163735;
}
.BgClassName
{
background-color: #163735;
}
</style>
border-color css
<style>
span { border-color: #163735; }
span { border-color: rgb(22,55,53); }
td.TdClassName
{
border-color: #163735;
}
.TagClassName
{
border-color: #163735;
}
</style>