Shades of Nordic #0F3735
Tints of Nordic #0F3735
RGB
CMYK
RGB Variations
Color information
#0F3735 (or 0x0F3735) is known color: Nordic. HEX triplet: 0F, 37 and 35. RGB value is (15,55,53). Sum of RGB (Red+Green+Blue) = 15+55+53=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #0F3735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3735 is #F0C8CA. Grayscale: #2A2A2A. Windows color (decimal): -15780043 or 3487503. OLE color: 3487503.
HSL color Cylindrical-coordinate representation of color #0F3735: hue angle of 177º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F3735 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 55 | 53 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.78 |
| HSL | 177º | 0.57% | 0.14% | - |
| HSV(B) | 177º | 0.73% | 0.22% | - |
| XYZ | 2.21 | 3.09 | 3.85 | - |
| YUV | 42.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 53 | 0.73 | 0 | 0.04 | 0.78 | 177 | 0.57 | 0.14 |
| Hex | F | 37 | 35 | 49 | 0 | 4 | 4E | B1 | 39 | E |
| Octal | 17 | 67 | 65 | 111 | 0 | 4 | 116 | 261 | 71 | 16 |
| Binary | 1111 | 110111 | 110101 | 1001001 | 0 | 100 | 1001110 | 10110001 | 111001 | 1110 |
Color Harmonies of #0F3735
Complementary color
Monochromatic Colors of #0F3735
Black with #0F3735
Text Example
Text Example
White with #0F3735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3735; }
p { color: rgb(15,55,53); }
H1.HeaderClassName
{
color: #0F3735;
}
.AnyTagClassName
{
color: #0F3735;
}
</style>
background-color css
<style>
a { background-color: #0F3735; }
a { background-color: rgb(15,55,53); }
div.DivClassName
{
background-color: #0F3735;
}
.BgClassName
{
background-color: #0F3735;
}
</style>
border-color css
<style>
span { border-color: #0F3735; }
span { border-color: rgb(15,55,53); }
td.TdClassName
{
border-color: #0F3735;
}
.TagClassName
{
border-color: #0F3735;
}
</style>