Shades of Nordic #103231
Tints of Nordic #103231
RGB
CMYK
RGB Variations
Color information
#103231 (or 0x103231) is known color: Nordic. HEX triplet: 10, 32 and 31. RGB value is (16,50,49). Sum of RGB (Red+Green+Blue) = 16+50+49=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #103231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103231 is #EFCDCE. Grayscale: #272727. Windows color (decimal): -15715791 or 3224080. OLE color: 3224080.
HSL color Cylindrical-coordinate representation of color #103231: hue angle of 178.24º 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 #103231 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 50 | 49 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.80 |
| HSL | 178.24º | 0.52% | 0.13% | - |
| HSV(B) | 178.24º | 0.68% | 0.2% | - |
| XYZ | 1.91 | 2.61 | 3.31 | - |
| YUV | 39.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 49 | 0.68 | 0 | 0.02 | 0.80 | 178.24 | 0.52 | 0.13 |
| Hex | 10 | 32 | 31 | 44 | 0 | 2 | 50 | B2 | 34 | D |
| Octal | 20 | 62 | 61 | 104 | 0 | 2 | 120 | 262 | 64 | 15 |
| Binary | 10000 | 110010 | 110001 | 1000100 | 0 | 10 | 1010000 | 10110010 | 110100 | 1101 |
Color Harmonies of #103231
Complementary color
Monochromatic Colors of #103231
Black with #103231
Text Example
Text Example
White with #103231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103231; }
p { color: rgb(16,50,49); }
H1.HeaderClassName
{
color: #103231;
}
.AnyTagClassName
{
color: #103231;
}
</style>
background-color css
<style>
a { background-color: #103231; }
a { background-color: rgb(16,50,49); }
div.DivClassName
{
background-color: #103231;
}
.BgClassName
{
background-color: #103231;
}
</style>
border-color css
<style>
span { border-color: #103231; }
span { border-color: rgb(16,50,49); }
td.TdClassName
{
border-color: #103231;
}
.TagClassName
{
border-color: #103231;
}
</style>