Shades of Nordic #0F3536
Tints of Nordic #0F3536
RGB
CMYK
RGB Variations
Color information
#0F3536 (or 0x0F3536) is known color: Nordic. HEX triplet: 0F, 35 and 36. RGB value is (15,53,54). Sum of RGB (Red+Green+Blue) = 15+53+54=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 54 - color contains mainly: blue. Hex color #0F3536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3536 is #F0CAC9. Grayscale: #292929. Windows color (decimal): -15780554 or 3552527. OLE color: 3552527.
HSL color Cylindrical-coordinate representation of color #0F3536: hue angle of 181.54º 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 #0F3536 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 53 | 54 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.79 |
| HSL | 181.54º | 0.57% | 0.14% | - |
| HSV(B) | 181.54º | 0.72% | 0.21% | - |
| XYZ | 2.14 | 2.91 | 3.94 | - |
| YUV | 41.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 54 | 0.72 | 0.02 | 0 | 0.79 | 181.54 | 0.57 | 0.14 |
| Hex | F | 35 | 36 | 48 | 2 | 0 | 4F | B6 | 39 | E |
| Octal | 17 | 65 | 66 | 110 | 2 | 0 | 117 | 266 | 71 | 16 |
| Binary | 1111 | 110101 | 110110 | 1001000 | 10 | 0 | 1001111 | 10110110 | 111001 | 1110 |
Color Harmonies of #0F3536
Complementary color
Monochromatic Colors of #0F3536
Black with #0F3536
Text Example
Text Example
White with #0F3536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3536; }
p { color: rgb(15,53,54); }
H1.HeaderClassName
{
color: #0F3536;
}
.AnyTagClassName
{
color: #0F3536;
}
</style>
background-color css
<style>
a { background-color: #0F3536; }
a { background-color: rgb(15,53,54); }
div.DivClassName
{
background-color: #0F3536;
}
.BgClassName
{
background-color: #0F3536;
}
</style>
border-color css
<style>
span { border-color: #0F3536; }
span { border-color: rgb(15,53,54); }
td.TdClassName
{
border-color: #0F3536;
}
.TagClassName
{
border-color: #0F3536;
}
</style>