Shades of Nordic #16383A
Tints of Nordic #16383A
RGB
CMYK
RGB Variations
Color information
#16383A (or 0x16383A) is known color: Nordic. HEX triplet: 16, 38 and 3A. RGB value is (22,56,58). Sum of RGB (Red+Green+Blue) = 22+56+58=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 58 - color contains mainly: blue. Hex color #16383A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16383A is #E9C7C5. Grayscale: #2E2E2E. Windows color (decimal): -15321030 or 3815446. OLE color: 3815446.
HSL color Cylindrical-coordinate representation of color #16383A: hue angle of 183.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 #16383A is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 56 | 58 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.77 |
| HSL | 183.33º | 0.45% | 0.16% | - |
| HSV(B) | 183.33º | 0.62% | 0.23% | - |
| XYZ | 2.51 | 3.3 | 4.51 | - |
| YUV | 46.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 58 | 0.62 | 0.03 | 0 | 0.77 | 183.33 | 0.45 | 0.16 |
| Hex | 16 | 38 | 3A | 3E | 3 | 0 | 4D | B7 | 2D | 10 |
| Octal | 26 | 70 | 72 | 76 | 3 | 0 | 115 | 267 | 55 | 20 |
| Binary | 10110 | 111000 | 111010 | 111110 | 11 | 0 | 1001101 | 10110111 | 101101 | 10000 |
Color Harmonies of #16383A
Complementary color
Monochromatic Colors of #16383A
Black with #16383A
Text Example
Text Example
White with #16383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16383A; }
p { color: rgb(22,56,58); }
H1.HeaderClassName
{
color: #16383A;
}
.AnyTagClassName
{
color: #16383A;
}
</style>
background-color css
<style>
a { background-color: #16383A; }
a { background-color: rgb(22,56,58); }
div.DivClassName
{
background-color: #16383A;
}
.BgClassName
{
background-color: #16383A;
}
</style>
border-color css
<style>
span { border-color: #16383A; }
span { border-color: rgb(22,56,58); }
td.TdClassName
{
border-color: #16383A;
}
.TagClassName
{
border-color: #16383A;
}
</style>