Shades of Nordic #0F3132
Tints of Nordic #0F3132
RGB
CMYK
RGB Variations
Color information
#0F3132 (or 0x0F3132) is known color: Nordic. HEX triplet: 0F, 31 and 32. RGB value is (15,49,50). Sum of RGB (Red+Green+Blue) = 15+49+50=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #0F3132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3132 is #F0CECD. Grayscale: #262626. Windows color (decimal): -15781582 or 3289359. OLE color: 3289359.
HSL color Cylindrical-coordinate representation of color #0F3132: hue angle of 181.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F3132 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 49 | 50 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.80 |
| HSL | 181.71º | 0.54% | 0.13% | - |
| HSV(B) | 181.71º | 0.7% | 0.2% | - |
| XYZ | 1.87 | 2.53 | 3.41 | - |
| YUV | 38.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 50 | 0.70 | 0.02 | 0 | 0.80 | 181.71 | 0.54 | 0.13 |
| Hex | F | 31 | 32 | 46 | 2 | 0 | 50 | B6 | 36 | D |
| Octal | 17 | 61 | 62 | 106 | 2 | 0 | 120 | 266 | 66 | 15 |
| Binary | 1111 | 110001 | 110010 | 1000110 | 10 | 0 | 1010000 | 10110110 | 110110 | 1101 |
Color Harmonies of #0F3132
Complementary color
Monochromatic Colors of #0F3132
Black with #0F3132
Text Example
Text Example
White with #0F3132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3132; }
p { color: rgb(15,49,50); }
H1.HeaderClassName
{
color: #0F3132;
}
.AnyTagClassName
{
color: #0F3132;
}
</style>
background-color css
<style>
a { background-color: #0F3132; }
a { background-color: rgb(15,49,50); }
div.DivClassName
{
background-color: #0F3132;
}
.BgClassName
{
background-color: #0F3132;
}
</style>
border-color css
<style>
span { border-color: #0F3132; }
span { border-color: rgb(15,49,50); }
td.TdClassName
{
border-color: #0F3132;
}
.TagClassName
{
border-color: #0F3132;
}
</style>