Shades of Nordic #16383B
Tints of Nordic #16383B
RGB
CMYK
RGB Variations
Color information
#16383B (or 0x16383B) is known color: Nordic. HEX triplet: 16, 38 and 3B. RGB value is (22,56,59). Sum of RGB (Red+Green+Blue) = 22+56+59=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 59 - color contains mainly: blue. Hex color #16383B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16383B is #E9C7C4. Grayscale: #2E2E2E. Windows color (decimal): -15321029 or 3880982. OLE color: 3880982.
HSL color Cylindrical-coordinate representation of color #16383B: hue angle of 184.86º 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 #16383B is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 56 | 59 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.77 |
| HSL | 184.86º | 0.46% | 0.16% | - |
| HSV(B) | 184.86º | 0.63% | 0.23% | - |
| XYZ | 2.53 | 3.31 | 4.64 | - |
| YUV | 46.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 59 | 0.63 | 0.05 | 0 | 0.77 | 184.86 | 0.46 | 0.16 |
| Hex | 16 | 38 | 3B | 3F | 5 | 0 | 4D | B9 | 2E | 10 |
| Octal | 26 | 70 | 73 | 77 | 5 | 0 | 115 | 271 | 56 | 20 |
| Binary | 10110 | 111000 | 111011 | 111111 | 101 | 0 | 1001101 | 10111001 | 101110 | 10000 |
Color Harmonies of #16383B
Complementary color
Monochromatic Colors of #16383B
Black with #16383B
Text Example
Text Example
White with #16383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16383B; }
p { color: rgb(22,56,59); }
H1.HeaderClassName
{
color: #16383B;
}
.AnyTagClassName
{
color: #16383B;
}
</style>
background-color css
<style>
a { background-color: #16383B; }
a { background-color: rgb(22,56,59); }
div.DivClassName
{
background-color: #16383B;
}
.BgClassName
{
background-color: #16383B;
}
</style>
border-color css
<style>
span { border-color: #16383B; }
span { border-color: rgb(22,56,59); }
td.TdClassName
{
border-color: #16383B;
}
.TagClassName
{
border-color: #16383B;
}
</style>