Shades of Nordic #16363C
Tints of Nordic #16363C
RGB
CMYK
RGB Variations
Color information
#16363C (or 0x16363C) is known color: Nordic. HEX triplet: 16, 36 and 3C. RGB value is (22,54,60). Sum of RGB (Red+Green+Blue) = 22+54+60=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 60 - color contains mainly: blue. Hex color #16363C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16363C is #E9C9C3. Grayscale: #2D2D2D. Windows color (decimal): -15321540 or 3946006. OLE color: 3946006.
HSL color Cylindrical-coordinate representation of color #16363C: hue angle of 189.47º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16363C is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 54 | 60 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.76 |
| HSL | 189.47º | 0.46% | 0.16% | - |
| HSV(B) | 189.47º | 0.63% | 0.24% | - |
| XYZ | 2.47 | 3.14 | 4.75 | - |
| YUV | 45.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 60 | 0.63 | 0.10 | 0 | 0.76 | 189.47 | 0.46 | 0.16 |
| Hex | 16 | 36 | 3C | 3F | A | 0 | 4C | BD | 2E | 10 |
| Octal | 26 | 66 | 74 | 77 | 12 | 0 | 114 | 275 | 56 | 20 |
| Binary | 10110 | 110110 | 111100 | 111111 | 1010 | 0 | 1001100 | 10111101 | 101110 | 10000 |
Color Harmonies of #16363C
Complementary color
Monochromatic Colors of #16363C
Black with #16363C
Text Example
Text Example
White with #16363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16363C; }
p { color: rgb(22,54,60); }
H1.HeaderClassName
{
color: #16363C;
}
.AnyTagClassName
{
color: #16363C;
}
</style>
background-color css
<style>
a { background-color: #16363C; }
a { background-color: rgb(22,54,60); }
div.DivClassName
{
background-color: #16363C;
}
.BgClassName
{
background-color: #16363C;
}
</style>
border-color css
<style>
span { border-color: #16363C; }
span { border-color: rgb(22,54,60); }
td.TdClassName
{
border-color: #16363C;
}
.TagClassName
{
border-color: #16363C;
}
</style>