Shades of Nordic #16353D
Tints of Nordic #16353D
RGB
CMYK
RGB Variations
Color information
#16353D (or 0x16353D) is known color: Nordic. HEX triplet: 16, 35 and 3D. RGB value is (22,53,61). Sum of RGB (Red+Green+Blue) = 22+53+61=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #16353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16353D is #E9CAC2. Grayscale: #2C2C2C. Windows color (decimal): -15321795 or 4011286. OLE color: 4011286.
HSL color Cylindrical-coordinate representation of color #16353D: hue angle of 192.31º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #16353D is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 53 | 61 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.76 |
| HSL | 192.31º | 0.47% | 0.16% | - |
| HSV(B) | 192.31º | 0.64% | 0.24% | - |
| XYZ | 2.45 | 3.05 | 4.88 | - |
| YUV | 44.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 61 | 0.64 | 0.13 | 0 | 0.76 | 192.31 | 0.47 | 0.16 |
| Hex | 16 | 35 | 3D | 40 | D | 0 | 4C | C0 | 2F | 10 |
| Octal | 26 | 65 | 75 | 100 | 15 | 0 | 114 | 300 | 57 | 20 |
| Binary | 10110 | 110101 | 111101 | 1000000 | 1101 | 0 | 1001100 | 11000000 | 101111 | 10000 |
Color Harmonies of #16353D
Complementary color
Monochromatic Colors of #16353D
Black with #16353D
Text Example
Text Example
White with #16353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16353D; }
p { color: rgb(22,53,61); }
H1.HeaderClassName
{
color: #16353D;
}
.AnyTagClassName
{
color: #16353D;
}
</style>
background-color css
<style>
a { background-color: #16353D; }
a { background-color: rgb(22,53,61); }
div.DivClassName
{
background-color: #16353D;
}
.BgClassName
{
background-color: #16353D;
}
</style>
border-color css
<style>
span { border-color: #16353D; }
span { border-color: rgb(22,53,61); }
td.TdClassName
{
border-color: #16353D;
}
.TagClassName
{
border-color: #16353D;
}
</style>