Shades of Nordic #103337
Tints of Nordic #103337
RGB
CMYK
RGB Variations
Color information
#103337 (or 0x103337) is known color: Nordic. HEX triplet: 10, 33 and 37. RGB value is (16,51,55). Sum of RGB (Red+Green+Blue) = 16+51+55=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #103337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103337 is #EFCCC8. Grayscale: #282828. Windows color (decimal): -15715529 or 3617552. OLE color: 3617552.
HSL color Cylindrical-coordinate representation of color #103337: hue angle of 186.15º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #103337 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 51 | 55 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.78 |
| HSL | 186.15º | 0.55% | 0.14% | - |
| HSV(B) | 186.15º | 0.71% | 0.22% | - |
| XYZ | 2.09 | 2.75 | 4.04 | - |
| YUV | 40.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 55 | 0.71 | 0.07 | 0 | 0.78 | 186.15 | 0.55 | 0.14 |
| Hex | 10 | 33 | 37 | 47 | 7 | 0 | 4E | BA | 37 | E |
| Octal | 20 | 63 | 67 | 107 | 7 | 0 | 116 | 272 | 67 | 16 |
| Binary | 10000 | 110011 | 110111 | 1000111 | 111 | 0 | 1001110 | 10111010 | 110111 | 1110 |
Color Harmonies of #103337
Complementary color
Monochromatic Colors of #103337
Black with #103337
Text Example
Text Example
White with #103337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103337; }
p { color: rgb(16,51,55); }
H1.HeaderClassName
{
color: #103337;
}
.AnyTagClassName
{
color: #103337;
}
</style>
background-color css
<style>
a { background-color: #103337; }
a { background-color: rgb(16,51,55); }
div.DivClassName
{
background-color: #103337;
}
.BgClassName
{
background-color: #103337;
}
</style>
border-color css
<style>
span { border-color: #103337; }
span { border-color: rgb(16,51,55); }
td.TdClassName
{
border-color: #103337;
}
.TagClassName
{
border-color: #103337;
}
</style>