Shades of Nordic #0F3635
Tints of Nordic #0F3635
RGB
CMYK
RGB Variations
Color information
#0F3635 (or 0x0F3635) is known color: Nordic. HEX triplet: 0F, 36 and 35. RGB value is (15,54,53). Sum of RGB (Red+Green+Blue) = 15+54+53=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 54 - color contains mainly: green. Hex color #0F3635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3635 is #F0C9CA. Grayscale: #2A2A2A. Windows color (decimal): -15780299 or 3487247. OLE color: 3487247.
HSL color Cylindrical-coordinate representation of color #0F3635: hue angle of 178.46º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F3635 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 54 | 53 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.79 |
| HSL | 178.46º | 0.57% | 0.14% | - |
| HSV(B) | 178.46º | 0.72% | 0.21% | - |
| XYZ | 2.16 | 3 | 3.83 | - |
| YUV | 42.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 53 | 0.72 | 0 | 0.02 | 0.79 | 178.46 | 0.57 | 0.14 |
| Hex | F | 36 | 35 | 48 | 0 | 2 | 4F | B2 | 39 | E |
| Octal | 17 | 66 | 65 | 110 | 0 | 2 | 117 | 262 | 71 | 16 |
| Binary | 1111 | 110110 | 110101 | 1001000 | 0 | 10 | 1001111 | 10110010 | 111001 | 1110 |
Color Harmonies of #0F3635
Complementary color
Monochromatic Colors of #0F3635
Black with #0F3635
Text Example
Text Example
White with #0F3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3635; }
p { color: rgb(15,54,53); }
H1.HeaderClassName
{
color: #0F3635;
}
.AnyTagClassName
{
color: #0F3635;
}
</style>
background-color css
<style>
a { background-color: #0F3635; }
a { background-color: rgb(15,54,53); }
div.DivClassName
{
background-color: #0F3635;
}
.BgClassName
{
background-color: #0F3635;
}
</style>
border-color css
<style>
span { border-color: #0F3635; }
span { border-color: rgb(15,54,53); }
td.TdClassName
{
border-color: #0F3635;
}
.TagClassName
{
border-color: #0F3635;
}
</style>