Shades of Nordic #21373B
Tints of Nordic #21373B
RGB
CMYK
RGB Variations
Color information
#21373B (or 0x21373B) is known color: Nordic. HEX triplet: 21, 37 and 3B. RGB value is (33,55,59). Sum of RGB (Red+Green+Blue) = 33+55+59=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 59 - color contains mainly: blue. Hex color #21373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21373B is #DEC8C4. Grayscale: #303030. Windows color (decimal): -14600389 or 3880737. OLE color: 3880737.
HSL color Cylindrical-coordinate representation of color #21373B: hue angle of 189.23º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #21373B is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 55 | 59 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.77 |
| HSL | 189.23º | 0.28% | 0.18% | - |
| HSV(B) | 189.23º | 0.44% | 0.23% | - |
| XYZ | 2.78 | 3.37 | 4.64 | - |
| YUV | 48.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 59 | 0.44 | 0.07 | 0 | 0.77 | 189.23 | 0.28 | 0.18 |
| Hex | 21 | 37 | 3B | 2C | 7 | 0 | 4D | BD | 1C | 12 |
| Octal | 41 | 67 | 73 | 54 | 7 | 0 | 115 | 275 | 34 | 22 |
| Binary | 100001 | 110111 | 111011 | 101100 | 111 | 0 | 1001101 | 10111101 | 11100 | 10010 |
Color Harmonies of #21373B
Complementary color
Monochromatic Colors of #21373B
Black with #21373B
Text Example
Text Example
White with #21373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21373B; }
p { color: rgb(33,55,59); }
H1.HeaderClassName
{
color: #21373B;
}
.AnyTagClassName
{
color: #21373B;
}
</style>
background-color css
<style>
a { background-color: #21373B; }
a { background-color: rgb(33,55,59); }
div.DivClassName
{
background-color: #21373B;
}
.BgClassName
{
background-color: #21373B;
}
</style>
border-color css
<style>
span { border-color: #21373B; }
span { border-color: rgb(33,55,59); }
td.TdClassName
{
border-color: #21373B;
}
.TagClassName
{
border-color: #21373B;
}
</style>