Shades of Nordic #16343D
Tints of Nordic #16343D
RGB
CMYK
RGB Variations
Color information
#16343D (or 0x16343D) is known color: Nordic. HEX triplet: 16, 34 and 3D. RGB value is (22,52,61). Sum of RGB (Red+Green+Blue) = 22+52+61=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #16343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16343D is #E9CBC2. Grayscale: #2B2B2B. Windows color (decimal): -15322051 or 4011030. OLE color: 4011030.
HSL color Cylindrical-coordinate representation of color #16343D: hue angle of 193.85º 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 #16343D is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 52 | 61 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.76 |
| HSL | 193.85º | 0.47% | 0.16% | - |
| HSV(B) | 193.85º | 0.64% | 0.24% | - |
| XYZ | 2.4 | 2.96 | 4.86 | - |
| YUV | 44.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 61 | 0.64 | 0.15 | 0 | 0.76 | 193.85 | 0.47 | 0.16 |
| Hex | 16 | 34 | 3D | 40 | F | 0 | 4C | C2 | 2F | 10 |
| Octal | 26 | 64 | 75 | 100 | 17 | 0 | 114 | 302 | 57 | 20 |
| Binary | 10110 | 110100 | 111101 | 1000000 | 1111 | 0 | 1001100 | 11000010 | 101111 | 10000 |
Color Harmonies of #16343D
Complementary color
Monochromatic Colors of #16343D
Black with #16343D
Text Example
Text Example
White with #16343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16343D; }
p { color: rgb(22,52,61); }
H1.HeaderClassName
{
color: #16343D;
}
.AnyTagClassName
{
color: #16343D;
}
</style>
background-color css
<style>
a { background-color: #16343D; }
a { background-color: rgb(22,52,61); }
div.DivClassName
{
background-color: #16343D;
}
.BgClassName
{
background-color: #16343D;
}
</style>
border-color css
<style>
span { border-color: #16343D; }
span { border-color: rgb(22,52,61); }
td.TdClassName
{
border-color: #16343D;
}
.TagClassName
{
border-color: #16343D;
}
</style>