Shades of Nordic #0D3133
Tints of Nordic #0D3133
RGB
CMYK
RGB Variations
Color information
#0D3133 (or 0x0D3133) is known color: Nordic. HEX triplet: 0D, 31 and 33. RGB value is (13,49,51). Sum of RGB (Red+Green+Blue) = 13+49+51=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 51 - color contains mainly: blue. Hex color #0D3133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3133 is #F2CECC. Grayscale: #262626. Windows color (decimal): -15912653 or 3354893. OLE color: 3354893.
HSL color Cylindrical-coordinate representation of color #0D3133: hue angle of 183.16º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3133 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 13 | 49 | 51 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.8 |
| HSL | 183.16º | 0.59% | 0.13% | - |
| HSV(B) | 183.16º | 0.75% | 0.2% | - |
| XYZ | 1.86 | 2.52 | 3.52 | - |
| YUV | 38.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 51 | 0.75 | 0.04 | 0 | 0.8 | 183.16 | 0.59 | 0.13 |
| Hex | D | 31 | 33 | 4B | 4 | 0 | 50 | B7 | 3B | D |
| Octal | 15 | 61 | 63 | 113 | 4 | 0 | 120 | 267 | 73 | 15 |
| Binary | 1101 | 110001 | 110011 | 1001011 | 100 | 0 | 1010000 | 10110111 | 111011 | 1101 |
Color Harmonies of #0D3133
Complementary color
Monochromatic Colors of #0D3133
Black with #0D3133
Text Example
Text Example
White with #0D3133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3133; }
p { color: rgb(13,49,51); }
H1.HeaderClassName
{
color: #0D3133;
}
.AnyTagClassName
{
color: #0D3133;
}
</style>
background-color css
<style>
a { background-color: #0D3133; }
a { background-color: rgb(13,49,51); }
div.DivClassName
{
background-color: #0D3133;
}
.BgClassName
{
background-color: #0D3133;
}
</style>
border-color css
<style>
span { border-color: #0D3133; }
span { border-color: rgb(13,49,51); }
td.TdClassName
{
border-color: #0D3133;
}
.TagClassName
{
border-color: #0D3133;
}
</style>