Shades of Nordic #0D3334
Tints of Nordic #0D3334
RGB
CMYK
RGB Variations
Color information
#0D3334 (or 0x0D3334) is known color: Nordic. HEX triplet: 0D, 33 and 34. RGB value is (13,51,52). Sum of RGB (Red+Green+Blue) = 13+51+52=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #0D3334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3334 is #F2CCCB. Grayscale: #272727. Windows color (decimal): -15912140 or 3420941. OLE color: 3420941.
HSL color Cylindrical-coordinate representation of color #0D3334: hue angle of 181.54º degrees, saturation: 0.6, 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 #0D3334 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 51 | 52 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.80 |
| HSL | 181.54º | 0.6% | 0.13% | - |
| HSV(B) | 181.54º | 0.75% | 0.2% | - |
| XYZ | 1.97 | 2.7 | 3.67 | - |
| YUV | 39.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 52 | 0.75 | 0.02 | 0 | 0.80 | 181.54 | 0.6 | 0.13 |
| Hex | D | 33 | 34 | 4B | 2 | 0 | 50 | B6 | 3C | D |
| Octal | 15 | 63 | 64 | 113 | 2 | 0 | 120 | 266 | 74 | 15 |
| Binary | 1101 | 110011 | 110100 | 1001011 | 10 | 0 | 1010000 | 10110110 | 111100 | 1101 |
Color Harmonies of #0D3334
Complementary color
Monochromatic Colors of #0D3334
Black with #0D3334
Text Example
Text Example
White with #0D3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3334; }
p { color: rgb(13,51,52); }
H1.HeaderClassName
{
color: #0D3334;
}
.AnyTagClassName
{
color: #0D3334;
}
</style>
background-color css
<style>
a { background-color: #0D3334; }
a { background-color: rgb(13,51,52); }
div.DivClassName
{
background-color: #0D3334;
}
.BgClassName
{
background-color: #0D3334;
}
</style>
border-color css
<style>
span { border-color: #0D3334; }
span { border-color: rgb(13,51,52); }
td.TdClassName
{
border-color: #0D3334;
}
.TagClassName
{
border-color: #0D3334;
}
</style>