Shades of Nordic #0F2D34
Tints of Nordic #0F2D34
RGB
CMYK
RGB Variations
Color information
#0F2D34 (or 0x0F2D34) is known color: Nordic. HEX triplet: 0F, 2D and 34. RGB value is (15,45,52). Sum of RGB (Red+Green+Blue) = 15+45+52=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #0F2D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2D34 is #F0D2CB. Grayscale: #242424. Windows color (decimal): -15782604 or 3419407. OLE color: 3419407.
HSL color Cylindrical-coordinate representation of color #0F2D34: hue angle of 191.35º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F2D34 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 45 | 52 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.80 |
| HSL | 191.35º | 0.55% | 0.13% | - |
| HSV(B) | 191.35º | 0.71% | 0.2% | - |
| XYZ | 1.76 | 2.23 | 3.59 | - |
| YUV | 36.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 45 | 52 | 0.71 | 0.13 | 0 | 0.80 | 191.35 | 0.55 | 0.13 |
| Hex | F | 2D | 34 | 47 | D | 0 | 50 | BF | 37 | D |
| Octal | 17 | 55 | 64 | 107 | 15 | 0 | 120 | 277 | 67 | 15 |
| Binary | 1111 | 101101 | 110100 | 1000111 | 1101 | 0 | 1010000 | 10111111 | 110111 | 1101 |
Color Harmonies of #0F2D34
Complementary color
Monochromatic Colors of #0F2D34
Black with #0F2D34
Text Example
Text Example
White with #0F2D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2D34; }
p { color: rgb(15,45,52); }
H1.HeaderClassName
{
color: #0F2D34;
}
.AnyTagClassName
{
color: #0F2D34;
}
</style>
background-color css
<style>
a { background-color: #0F2D34; }
a { background-color: rgb(15,45,52); }
div.DivClassName
{
background-color: #0F2D34;
}
.BgClassName
{
background-color: #0F2D34;
}
</style>
border-color css
<style>
span { border-color: #0F2D34; }
span { border-color: rgb(15,45,52); }
td.TdClassName
{
border-color: #0F2D34;
}
.TagClassName
{
border-color: #0F2D34;
}
</style>