Shades of Nordic #0F3940
Tints of Nordic #0F3940
RGB
CMYK
RGB Variations
Color information
#0F3940 (or 0x0F3940) is known color: Nordic. HEX triplet: 0F, 39 and 40. RGB value is (15,57,64). Sum of RGB (Red+Green+Blue) = 15+57+64=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F3940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3940 is #F0C6BF. Grayscale: #2D2D2D. Windows color (decimal): -15779520 or 4208911. OLE color: 4208911.
HSL color Cylindrical-coordinate representation of color #0F3940: hue angle of 188.57º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F3940 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 57 | 64 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.75 |
| HSL | 188.57º | 0.62% | 0.15% | - |
| HSV(B) | 188.57º | 0.77% | 0.25% | - |
| XYZ | 2.59 | 3.4 | 5.37 | - |
| YUV | 45.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 57 | 64 | 0.77 | 0.11 | 0 | 0.75 | 188.57 | 0.62 | 0.15 |
| Hex | F | 39 | 40 | 4D | B | 0 | 4B | BD | 3E | F |
| Octal | 17 | 71 | 100 | 115 | 13 | 0 | 113 | 275 | 76 | 17 |
| Binary | 1111 | 111001 | 1000000 | 1001101 | 1011 | 0 | 1001011 | 10111101 | 111110 | 1111 |
Color Harmonies of #0F3940
Complementary color
Monochromatic Colors of #0F3940
Black with #0F3940
Text Example
Text Example
White with #0F3940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3940; }
p { color: rgb(15,57,64); }
H1.HeaderClassName
{
color: #0F3940;
}
.AnyTagClassName
{
color: #0F3940;
}
</style>
background-color css
<style>
a { background-color: #0F3940; }
a { background-color: rgb(15,57,64); }
div.DivClassName
{
background-color: #0F3940;
}
.BgClassName
{
background-color: #0F3940;
}
</style>
border-color css
<style>
span { border-color: #0F3940; }
span { border-color: rgb(15,57,64); }
td.TdClassName
{
border-color: #0F3940;
}
.TagClassName
{
border-color: #0F3940;
}
</style>