Shades of Nordic #16383F
Tints of Nordic #16383F
RGB
CMYK
RGB Variations
Color information
#16383F (or 0x16383F) is known color: Nordic. HEX triplet: 16, 38 and 3F. RGB value is (22,56,63). Sum of RGB (Red+Green+Blue) = 22+56+63=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #16383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16383F is #E9C7C0. Grayscale: #2E2E2E. Windows color (decimal): -15321025 or 4143126. OLE color: 4143126.
HSL color Cylindrical-coordinate representation of color #16383F: hue angle of 190.24º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #16383F is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 56 | 63 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.75 |
| HSL | 190.24º | 0.48% | 0.17% | - |
| HSV(B) | 190.24º | 0.65% | 0.25% | - |
| XYZ | 2.64 | 3.36 | 5.21 | - |
| YUV | 46.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 63 | 0.65 | 0.11 | 0 | 0.75 | 190.24 | 0.48 | 0.17 |
| Hex | 16 | 38 | 3F | 41 | B | 0 | 4B | BE | 30 | 11 |
| Octal | 26 | 70 | 77 | 101 | 13 | 0 | 113 | 276 | 60 | 21 |
| Binary | 10110 | 111000 | 111111 | 1000001 | 1011 | 0 | 1001011 | 10111110 | 110000 | 10001 |
Color Harmonies of #16383F
Complementary color
Monochromatic Colors of #16383F
Black with #16383F
Text Example
Text Example
White with #16383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16383F; }
p { color: rgb(22,56,63); }
H1.HeaderClassName
{
color: #16383F;
}
.AnyTagClassName
{
color: #16383F;
}
</style>
background-color css
<style>
a { background-color: #16383F; }
a { background-color: rgb(22,56,63); }
div.DivClassName
{
background-color: #16383F;
}
.BgClassName
{
background-color: #16383F;
}
</style>
border-color css
<style>
span { border-color: #16383F; }
span { border-color: rgb(22,56,63); }
td.TdClassName
{
border-color: #16383F;
}
.TagClassName
{
border-color: #16383F;
}
</style>