Shades of Nordic #213134
Tints of Nordic #213134
RGB
CMYK
RGB Variations
Color information
#213134 (or 0x213134) is known color: Nordic. HEX triplet: 21, 31 and 34. RGB value is (33,49,52). Sum of RGB (Red+Green+Blue) = 33+49+52=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 52 - color contains mainly: blue. Hex color #213134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213134 is #DECECB. Grayscale: #2C2C2C. Windows color (decimal): -14601932 or 3420449. OLE color: 3420449.
HSL color Cylindrical-coordinate representation of color #213134: hue angle of 189.47º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #213134 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 49 | 52 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.80 |
| HSL | 189.47º | 0.22% | 0.17% | - |
| HSV(B) | 189.47º | 0.37% | 0.2% | - |
| XYZ | 2.35 | 2.77 | 3.66 | - |
| YUV | 44.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 52 | 0.37 | 0.06 | 0 | 0.80 | 189.47 | 0.22 | 0.17 |
| Hex | 21 | 31 | 34 | 25 | 6 | 0 | 50 | BD | 16 | 11 |
| Octal | 41 | 61 | 64 | 45 | 6 | 0 | 120 | 275 | 26 | 21 |
| Binary | 100001 | 110001 | 110100 | 100101 | 110 | 0 | 1010000 | 10111101 | 10110 | 10001 |
Color Harmonies of #213134
Complementary color
Monochromatic Colors of #213134
Black with #213134
Text Example
Text Example
White with #213134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213134; }
p { color: rgb(33,49,52); }
H1.HeaderClassName
{
color: #213134;
}
.AnyTagClassName
{
color: #213134;
}
</style>
background-color css
<style>
a { background-color: #213134; }
a { background-color: rgb(33,49,52); }
div.DivClassName
{
background-color: #213134;
}
.BgClassName
{
background-color: #213134;
}
</style>
border-color css
<style>
span { border-color: #213134; }
span { border-color: rgb(33,49,52); }
td.TdClassName
{
border-color: #213134;
}
.TagClassName
{
border-color: #213134;
}
</style>