Shades of Nordic #103132
Tints of Nordic #103132
RGB
CMYK
RGB Variations
Color information
#103132 (or 0x103132) is known color: Nordic. HEX triplet: 10, 31 and 32. RGB value is (16,49,50). Sum of RGB (Red+Green+Blue) = 16+49+50=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #103132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103132 is #EFCECD. Grayscale: #272727. Windows color (decimal): -15716046 or 3289360. OLE color: 3289360.
HSL color Cylindrical-coordinate representation of color #103132: hue angle of 181.76º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #103132 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 49 | 50 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.80 |
| HSL | 181.76º | 0.52% | 0.13% | - |
| HSV(B) | 181.76º | 0.68% | 0.2% | - |
| XYZ | 1.89 | 2.54 | 3.41 | - |
| YUV | 39.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 50 | 0.68 | 0.02 | 0 | 0.80 | 181.76 | 0.52 | 0.13 |
| Hex | 10 | 31 | 32 | 44 | 2 | 0 | 50 | B6 | 34 | D |
| Octal | 20 | 61 | 62 | 104 | 2 | 0 | 120 | 266 | 64 | 15 |
| Binary | 10000 | 110001 | 110010 | 1000100 | 10 | 0 | 1010000 | 10110110 | 110100 | 1101 |
Color Harmonies of #103132
Complementary color
Monochromatic Colors of #103132
Black with #103132
Text Example
Text Example
White with #103132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103132; }
p { color: rgb(16,49,50); }
H1.HeaderClassName
{
color: #103132;
}
.AnyTagClassName
{
color: #103132;
}
</style>
background-color css
<style>
a { background-color: #103132; }
a { background-color: rgb(16,49,50); }
div.DivClassName
{
background-color: #103132;
}
.BgClassName
{
background-color: #103132;
}
</style>
border-color css
<style>
span { border-color: #103132; }
span { border-color: rgb(16,49,50); }
td.TdClassName
{
border-color: #103132;
}
.TagClassName
{
border-color: #103132;
}
</style>