Shades of Nordic #0D3941
Tints of Nordic #0D3941
RGB
CMYK
RGB Variations
Color information
#0D3941 (or 0x0D3941) is known color: Nordic. HEX triplet: 0D, 39 and 41. RGB value is (13,57,65). Sum of RGB (Red+Green+Blue) = 13+57+65=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #0D3941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3941 is #F2C6BE. Grayscale: #2C2C2C. Windows color (decimal): -15910591 or 4274445. OLE color: 4274445.
HSL color Cylindrical-coordinate representation of color #0D3941: hue angle of 189.23º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D3941 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 57 | 65 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.75 |
| HSL | 189.23º | 0.67% | 0.15% | - |
| HSV(B) | 189.23º | 0.8% | 0.25% | - |
| XYZ | 2.58 | 3.39 | 5.52 | - |
| YUV | 44.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 57 | 65 | 0.80 | 0.12 | 0 | 0.75 | 189.23 | 0.67 | 0.15 |
| Hex | D | 39 | 41 | 50 | C | 0 | 4B | BD | 43 | F |
| Octal | 15 | 71 | 101 | 120 | 14 | 0 | 113 | 275 | 103 | 17 |
| Binary | 1101 | 111001 | 1000001 | 1010000 | 1100 | 0 | 1001011 | 10111101 | 1000011 | 1111 |
Color Harmonies of #0D3941
Complementary color
Monochromatic Colors of #0D3941
Black with #0D3941
Text Example
Text Example
White with #0D3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3941; }
p { color: rgb(13,57,65); }
H1.HeaderClassName
{
color: #0D3941;
}
.AnyTagClassName
{
color: #0D3941;
}
</style>
background-color css
<style>
a { background-color: #0D3941; }
a { background-color: rgb(13,57,65); }
div.DivClassName
{
background-color: #0D3941;
}
.BgClassName
{
background-color: #0D3941;
}
</style>
border-color css
<style>
span { border-color: #0D3941; }
span { border-color: rgb(13,57,65); }
td.TdClassName
{
border-color: #0D3941;
}
.TagClassName
{
border-color: #0D3941;
}
</style>