Shades of Nordic #16323A
Tints of Nordic #16323A
RGB
CMYK
RGB Variations
Color information
#16323A (or 0x16323A) is known color: Nordic. HEX triplet: 16, 32 and 3A. RGB value is (22,50,58). Sum of RGB (Red+Green+Blue) = 22+50+58=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #16323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16323A is #E9CDC5. Grayscale: #2A2A2A. Windows color (decimal): -15322566 or 3813910. OLE color: 3813910.
HSL color Cylindrical-coordinate representation of color #16323A: hue angle of 193.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #16323A is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 50 | 58 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.77 |
| HSL | 193.33º | 0.45% | 0.16% | - |
| HSV(B) | 193.33º | 0.62% | 0.23% | - |
| XYZ | 2.24 | 2.76 | 4.42 | - |
| YUV | 42.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 58 | 0.62 | 0.14 | 0 | 0.77 | 193.33 | 0.45 | 0.16 |
| Hex | 16 | 32 | 3A | 3E | E | 0 | 4D | C1 | 2D | 10 |
| Octal | 26 | 62 | 72 | 76 | 16 | 0 | 115 | 301 | 55 | 20 |
| Binary | 10110 | 110010 | 111010 | 111110 | 1110 | 0 | 1001101 | 11000001 | 101101 | 10000 |
Color Harmonies of #16323A
Complementary color
Monochromatic Colors of #16323A
Black with #16323A
Text Example
Text Example
White with #16323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16323A; }
p { color: rgb(22,50,58); }
H1.HeaderClassName
{
color: #16323A;
}
.AnyTagClassName
{
color: #16323A;
}
</style>
background-color css
<style>
a { background-color: #16323A; }
a { background-color: rgb(22,50,58); }
div.DivClassName
{
background-color: #16323A;
}
.BgClassName
{
background-color: #16323A;
}
</style>
border-color css
<style>
span { border-color: #16323A; }
span { border-color: rgb(22,50,58); }
td.TdClassName
{
border-color: #16323A;
}
.TagClassName
{
border-color: #16323A;
}
</style>