Shades of Nordic #203837
Tints of Nordic #203837
RGB
CMYK
RGB Variations
Color information
#203837 (or 0x203837) is known color: Nordic. HEX triplet: 20, 38 and 37. RGB value is (32,56,55). Sum of RGB (Red+Green+Blue) = 32+56+55=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 56 - color contains mainly: green. Hex color #203837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203837 is #DFC7C8. Grayscale: #303030. Windows color (decimal): -14665673 or 3618848. OLE color: 3618848.
HSL color Cylindrical-coordinate representation of color #203837: hue angle of 177.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #203837 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 56 | 55 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.78 |
| HSL | 177.5º | 0.27% | 0.17% | - |
| HSV(B) | 177.5º | 0.43% | 0.22% | - |
| XYZ | 2.7 | 3.41 | 4.13 | - |
| YUV | 48.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 55 | 0.43 | 0 | 0.02 | 0.78 | 177.5 | 0.27 | 0.17 |
| Hex | 20 | 38 | 37 | 2B | 0 | 2 | 4E | B2 | 1B | 11 |
| Octal | 40 | 70 | 67 | 53 | 0 | 2 | 116 | 262 | 33 | 21 |
| Binary | 100000 | 111000 | 110111 | 101011 | 0 | 10 | 1001110 | 10110010 | 11011 | 10001 |
Color Harmonies of #203837
Complementary color
Monochromatic Colors of #203837
Black with #203837
Text Example
Text Example
White with #203837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203837; }
p { color: rgb(32,56,55); }
H1.HeaderClassName
{
color: #203837;
}
.AnyTagClassName
{
color: #203837;
}
</style>
background-color css
<style>
a { background-color: #203837; }
a { background-color: rgb(32,56,55); }
div.DivClassName
{
background-color: #203837;
}
.BgClassName
{
background-color: #203837;
}
</style>
border-color css
<style>
span { border-color: #203837; }
span { border-color: rgb(32,56,55); }
td.TdClassName
{
border-color: #203837;
}
.TagClassName
{
border-color: #203837;
}
</style>