Shades of Nordic #16343B
Tints of Nordic #16343B
RGB
CMYK
RGB Variations
Color information
#16343B (or 0x16343B) is known color: Nordic. HEX triplet: 16, 34 and 3B. RGB value is (22,52,59). Sum of RGB (Red+Green+Blue) = 22+52+59=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 59 - color contains mainly: blue. Hex color #16343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16343B is #E9CBC4. Grayscale: #2B2B2B. Windows color (decimal): -15322053 or 3879958. OLE color: 3879958.
HSL color Cylindrical-coordinate representation of color #16343B: hue angle of 191.35º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16343B is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 52 | 59 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.77 |
| HSL | 191.35º | 0.46% | 0.16% | - |
| HSV(B) | 191.35º | 0.63% | 0.23% | - |
| XYZ | 2.35 | 2.94 | 4.58 | - |
| YUV | 43.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 59 | 0.63 | 0.12 | 0 | 0.77 | 191.35 | 0.46 | 0.16 |
| Hex | 16 | 34 | 3B | 3F | C | 0 | 4D | BF | 2E | 10 |
| Octal | 26 | 64 | 73 | 77 | 14 | 0 | 115 | 277 | 56 | 20 |
| Binary | 10110 | 110100 | 111011 | 111111 | 1100 | 0 | 1001101 | 10111111 | 101110 | 10000 |
Color Harmonies of #16343B
Complementary color
Monochromatic Colors of #16343B
Black with #16343B
Text Example
Text Example
White with #16343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16343B; }
p { color: rgb(22,52,59); }
H1.HeaderClassName
{
color: #16343B;
}
.AnyTagClassName
{
color: #16343B;
}
</style>
background-color css
<style>
a { background-color: #16343B; }
a { background-color: rgb(22,52,59); }
div.DivClassName
{
background-color: #16343B;
}
.BgClassName
{
background-color: #16343B;
}
</style>
border-color css
<style>
span { border-color: #16343B; }
span { border-color: rgb(22,52,59); }
td.TdClassName
{
border-color: #16343B;
}
.TagClassName
{
border-color: #16343B;
}
</style>