Shades of Nordic #203737
Tints of Nordic #203737
RGB
CMYK
RGB Variations
Color information
#203737 (or 0x203737) is known color: Nordic. HEX triplet: 20, 37 and 37. RGB value is (32,55,55). Sum of RGB (Red+Green+Blue) = 32+55+55=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 55 - color contains mainly: green, blue. Hex color #203737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203737 is #DFC8C8. Grayscale: #303030. Windows color (decimal): -14665929 or 3618592. OLE color: 3618592.
HSL color Cylindrical-coordinate representation of color #203737: hue angle of 180º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #203737 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 55 | 55 | - |
| CMYK | 0.42 | 0 | 0 | 0.78 |
| HSL | 180º | 0.26% | 0.17% | - |
| HSV(B) | 180º | 0.42% | 0.22% | - |
| XYZ | 2.65 | 3.32 | 4.11 | - |
| YUV | 48.12 | 131.88 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 55 | 0.42 | 0 | 0 | 0.78 | 180 | 0.26 | 0.17 |
| Hex | 20 | 37 | 37 | 2A | 0 | 0 | 4E | B4 | 1A | 11 |
| Octal | 40 | 67 | 67 | 52 | 0 | 0 | 116 | 264 | 32 | 21 |
| Binary | 100000 | 110111 | 110111 | 101010 | 0 | 0 | 1001110 | 10110100 | 11010 | 10001 |
Color Harmonies of #203737
Complementary color
Monochromatic Colors of #203737
Black with #203737
Text Example
Text Example
White with #203737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203737; }
p { color: rgb(32,55,55); }
H1.HeaderClassName
{
color: #203737;
}
.AnyTagClassName
{
color: #203737;
}
</style>
background-color css
<style>
a { background-color: #203737; }
a { background-color: rgb(32,55,55); }
div.DivClassName
{
background-color: #203737;
}
.BgClassName
{
background-color: #203737;
}
</style>
border-color css
<style>
span { border-color: #203737; }
span { border-color: rgb(32,55,55); }
td.TdClassName
{
border-color: #203737;
}
.TagClassName
{
border-color: #203737;
}
</style>