Shades of Nordic #20383B
Tints of Nordic #20383B
RGB
CMYK
RGB Variations
Color information
#20383B (or 0x20383B) is known color: Nordic. HEX triplet: 20, 38 and 3B. RGB value is (32,56,59). Sum of RGB (Red+Green+Blue) = 32+56+59=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 56 (22.27% from 255 or 38.10% 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 #20383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20383B is #DFC7C4. Grayscale: #313131. Windows color (decimal): -14665669 or 3880992. OLE color: 3880992.
HSL color Cylindrical-coordinate representation of color #20383B: hue angle of 186.67º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #20383B is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 56 | 59 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.77 |
| HSL | 186.67º | 0.3% | 0.18% | - |
| HSV(B) | 186.67º | 0.46% | 0.23% | - |
| XYZ | 2.8 | 3.45 | 4.66 | - |
| YUV | 49.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 59 | 0.46 | 0.05 | 0 | 0.77 | 186.67 | 0.3 | 0.18 |
| Hex | 20 | 38 | 3B | 2E | 5 | 0 | 4D | BB | 1E | 12 |
| Octal | 40 | 70 | 73 | 56 | 5 | 0 | 115 | 273 | 36 | 22 |
| Binary | 100000 | 111000 | 111011 | 101110 | 101 | 0 | 1001101 | 10111011 | 11110 | 10010 |
Color Harmonies of #20383B
Complementary color
Monochromatic Colors of #20383B
Black with #20383B
Text Example
Text Example
White with #20383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20383B; }
p { color: rgb(32,56,59); }
H1.HeaderClassName
{
color: #20383B;
}
.AnyTagClassName
{
color: #20383B;
}
</style>
background-color css
<style>
a { background-color: #20383B; }
a { background-color: rgb(32,56,59); }
div.DivClassName
{
background-color: #20383B;
}
.BgClassName
{
background-color: #20383B;
}
</style>
border-color css
<style>
span { border-color: #20383B; }
span { border-color: rgb(32,56,59); }
td.TdClassName
{
border-color: #20383B;
}
.TagClassName
{
border-color: #20383B;
}
</style>