Shades of Nordic #0D3538
Tints of Nordic #0D3538
RGB
CMYK
RGB Variations
Color information
#0D3538 (or 0x0D3538) is known color: Nordic. HEX triplet: 0D, 35 and 38. RGB value is (13,53,56). Sum of RGB (Red+Green+Blue) = 13+53+56=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #0D3538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3538 is #F2CAC7. Grayscale: #292929. Windows color (decimal): -15911624 or 3683597. OLE color: 3683597.
HSL color Cylindrical-coordinate representation of color #0D3538: hue angle of 184.19º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D3538 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 53 | 56 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.78 |
| HSL | 184.19º | 0.62% | 0.14% | - |
| HSV(B) | 184.19º | 0.77% | 0.22% | - |
| XYZ | 2.15 | 2.92 | 4.19 | - |
| YUV | 41.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 56 | 0.77 | 0.05 | 0 | 0.78 | 184.19 | 0.62 | 0.14 |
| Hex | D | 35 | 38 | 4D | 5 | 0 | 4E | B8 | 3E | E |
| Octal | 15 | 65 | 70 | 115 | 5 | 0 | 116 | 270 | 76 | 16 |
| Binary | 1101 | 110101 | 111000 | 1001101 | 101 | 0 | 1001110 | 10111000 | 111110 | 1110 |
Color Harmonies of #0D3538
Complementary color
Monochromatic Colors of #0D3538
Black with #0D3538
Text Example
Text Example
White with #0D3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3538; }
p { color: rgb(13,53,56); }
H1.HeaderClassName
{
color: #0D3538;
}
.AnyTagClassName
{
color: #0D3538;
}
</style>
background-color css
<style>
a { background-color: #0D3538; }
a { background-color: rgb(13,53,56); }
div.DivClassName
{
background-color: #0D3538;
}
.BgClassName
{
background-color: #0D3538;
}
</style>
border-color css
<style>
span { border-color: #0D3538; }
span { border-color: rgb(13,53,56); }
td.TdClassName
{
border-color: #0D3538;
}
.TagClassName
{
border-color: #0D3538;
}
</style>