Shades of Nordic #0D3131
Tints of Nordic #0D3131
RGB
CMYK
RGB Variations
Color information
#0D3131 (or 0x0D3131) is known color: Nordic. HEX triplet: 0D, 31 and 31. RGB value is (13,49,49). Sum of RGB (Red+Green+Blue) = 13+49+49=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #0D3131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3131 is #F2CECE. Grayscale: #262626. Windows color (decimal): -15912655 or 3223821. OLE color: 3223821.
HSL color Cylindrical-coordinate representation of color #0D3131: hue angle of 180º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3131 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 49 | 49 | - |
| CMYK | 0.73 | 0 | 0 | 0.81 |
| HSL | 180º | 0.58% | 0.12% | - |
| HSV(B) | 180º | 0.73% | 0.19% | - |
| XYZ | 1.82 | 2.5 | 3.29 | - |
| YUV | 38.24 | 134.07 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 49 | 0.73 | 0 | 0 | 0.81 | 180 | 0.58 | 0.12 |
| Hex | D | 31 | 31 | 49 | 0 | 0 | 51 | B4 | 3A | C |
| Octal | 15 | 61 | 61 | 111 | 0 | 0 | 121 | 264 | 72 | 14 |
| Binary | 1101 | 110001 | 110001 | 1001001 | 0 | 0 | 1010001 | 10110100 | 111010 | 1100 |
Color Harmonies of #0D3131
Complementary color
Monochromatic Colors of #0D3131
Black with #0D3131
Text Example
Text Example
White with #0D3131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3131; }
p { color: rgb(13,49,49); }
H1.HeaderClassName
{
color: #0D3131;
}
.AnyTagClassName
{
color: #0D3131;
}
</style>
background-color css
<style>
a { background-color: #0D3131; }
a { background-color: rgb(13,49,49); }
div.DivClassName
{
background-color: #0D3131;
}
.BgClassName
{
background-color: #0D3131;
}
</style>
border-color css
<style>
span { border-color: #0D3131; }
span { border-color: rgb(13,49,49); }
td.TdClassName
{
border-color: #0D3131;
}
.TagClassName
{
border-color: #0D3131;
}
</style>