Shades of Nordic #0D3036
Tints of Nordic #0D3036
RGB
CMYK
RGB Variations
Color information
#0D3036 (or 0x0D3036) is known color: Nordic. HEX triplet: 0D, 30 and 36. RGB value is (13,48,54). Sum of RGB (Red+Green+Blue) = 13+48+54=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 54 - color contains mainly: blue. Hex color #0D3036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3036 is #F2CFC9. Grayscale: #262626. Windows color (decimal): -15912906 or 3551245. OLE color: 3551245.
HSL color Cylindrical-coordinate representation of color #0D3036: hue angle of 188.78º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D3036 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 48 | 54 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.79 |
| HSL | 188.78º | 0.61% | 0.13% | - |
| HSV(B) | 188.78º | 0.76% | 0.21% | - |
| XYZ | 1.89 | 2.47 | 3.87 | - |
| YUV | 38.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 54 | 0.76 | 0.11 | 0 | 0.79 | 188.78 | 0.61 | 0.13 |
| Hex | D | 30 | 36 | 4C | B | 0 | 4F | BD | 3D | D |
| Octal | 15 | 60 | 66 | 114 | 13 | 0 | 117 | 275 | 75 | 15 |
| Binary | 1101 | 110000 | 110110 | 1001100 | 1011 | 0 | 1001111 | 10111101 | 111101 | 1101 |
Color Harmonies of #0D3036
Complementary color
Monochromatic Colors of #0D3036
Black with #0D3036
Text Example
Text Example
White with #0D3036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3036; }
p { color: rgb(13,48,54); }
H1.HeaderClassName
{
color: #0D3036;
}
.AnyTagClassName
{
color: #0D3036;
}
</style>
background-color css
<style>
a { background-color: #0D3036; }
a { background-color: rgb(13,48,54); }
div.DivClassName
{
background-color: #0D3036;
}
.BgClassName
{
background-color: #0D3036;
}
</style>
border-color css
<style>
span { border-color: #0D3036; }
span { border-color: rgb(13,48,54); }
td.TdClassName
{
border-color: #0D3036;
}
.TagClassName
{
border-color: #0D3036;
}
</style>