Shades of Burnham #203D31
Tints of Burnham #203D31
RGB
CMYK
RGB Variations
Color information
#203D31 (or 0x203D31) is known color: Burnham. HEX triplet: 20, 3D and 31. RGB value is (32,61,49). Sum of RGB (Red+Green+Blue) = 32+61+49=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 61 - color contains mainly: green. Hex color #203D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D31 is #DFC2CE. Grayscale: #323232. Windows color (decimal): -14664399 or 3226912. OLE color: 3226912.
HSL color Cylindrical-coordinate representation of color #203D31: hue angle of 155.17º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #203D31 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 61 | 49 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.76 |
| HSL | 155.17º | 0.31% | 0.18% | - |
| HSV(B) | 155.17º | 0.48% | 0.24% | - |
| XYZ | 2.82 | 3.87 | 3.5 | - |
| YUV | 50.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 49 | 0.48 | 0 | 0.20 | 0.76 | 155.17 | 0.31 | 0.18 |
| Hex | 20 | 3D | 31 | 30 | 0 | 14 | 4C | 9B | 1F | 12 |
| Octal | 40 | 75 | 61 | 60 | 0 | 24 | 114 | 233 | 37 | 22 |
| Binary | 100000 | 111101 | 110001 | 110000 | 0 | 10100 | 1001100 | 10011011 | 11111 | 10010 |
Color Harmonies of #203D31
Complementary color
Monochromatic Colors of #203D31
Black with #203D31
Text Example
Text Example
White with #203D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D31; }
p { color: rgb(32,61,49); }
H1.HeaderClassName
{
color: #203D31;
}
.AnyTagClassName
{
color: #203D31;
}
</style>
background-color css
<style>
a { background-color: #203D31; }
a { background-color: rgb(32,61,49); }
div.DivClassName
{
background-color: #203D31;
}
.BgClassName
{
background-color: #203D31;
}
</style>
border-color css
<style>
span { border-color: #203D31; }
span { border-color: rgb(32,61,49); }
td.TdClassName
{
border-color: #203D31;
}
.TagClassName
{
border-color: #203D31;
}
</style>