Shades of Nordic #0D3231
Tints of Nordic #0D3231
RGB
CMYK
RGB Variations
Color information
#0D3231 (or 0x0D3231) is known color: Nordic. HEX triplet: 0D, 32 and 31. RGB value is (13,50,49). Sum of RGB (Red+Green+Blue) = 13+50+49=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #0D3231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3231 is #F2CDCE. Grayscale: #262626. Windows color (decimal): -15912399 or 3224077. OLE color: 3224077.
HSL color Cylindrical-coordinate representation of color #0D3231: hue angle of 178.38º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D3231 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 50 | 49 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.80 |
| HSL | 178.38º | 0.59% | 0.12% | - |
| HSV(B) | 178.38º | 0.74% | 0.2% | - |
| XYZ | 1.86 | 2.59 | 3.31 | - |
| YUV | 38.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 49 | 0.74 | 0 | 0.02 | 0.80 | 178.38 | 0.59 | 0.12 |
| Hex | D | 32 | 31 | 4A | 0 | 2 | 50 | B2 | 3B | C |
| Octal | 15 | 62 | 61 | 112 | 0 | 2 | 120 | 262 | 73 | 14 |
| Binary | 1101 | 110010 | 110001 | 1001010 | 0 | 10 | 1010000 | 10110010 | 111011 | 1100 |
Color Harmonies of #0D3231
Complementary color
Monochromatic Colors of #0D3231
Black with #0D3231
Text Example
Text Example
White with #0D3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3231; }
p { color: rgb(13,50,49); }
H1.HeaderClassName
{
color: #0D3231;
}
.AnyTagClassName
{
color: #0D3231;
}
</style>
background-color css
<style>
a { background-color: #0D3231; }
a { background-color: rgb(13,50,49); }
div.DivClassName
{
background-color: #0D3231;
}
.BgClassName
{
background-color: #0D3231;
}
</style>
border-color css
<style>
span { border-color: #0D3231; }
span { border-color: rgb(13,50,49); }
td.TdClassName
{
border-color: #0D3231;
}
.TagClassName
{
border-color: #0D3231;
}
</style>