Shades of Burnham #1F4032
Tints of Burnham #1F4032
RGB
CMYK
RGB Variations
Color information
#1F4032 (or 0x1F4032) is known color: Burnham. HEX triplet: 1F, 40 and 32. RGB value is (31,64,50). Sum of RGB (Red+Green+Blue) = 31+64+50=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4032 is #E0BFCD. Grayscale: #343434. Windows color (decimal): -14729166 or 3293215. OLE color: 3293215.
HSL color Cylindrical-coordinate representation of color #1F4032: hue angle of 154.55º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4032 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 50 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.75 |
| HSL | 154.55º | 0.35% | 0.19% | - |
| HSV(B) | 154.55º | 0.52% | 0.25% | - |
| XYZ | 2.97 | 4.19 | 3.67 | - |
| YUV | 52.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 50 | 0.52 | 0 | 0.22 | 0.75 | 154.55 | 0.35 | 0.19 |
| Hex | 1F | 40 | 32 | 34 | 0 | 16 | 4B | 9B | 23 | 13 |
| Octal | 37 | 100 | 62 | 64 | 0 | 26 | 113 | 233 | 43 | 23 |
| Binary | 11111 | 1000000 | 110010 | 110100 | 0 | 10110 | 1001011 | 10011011 | 100011 | 10011 |
Color Harmonies of #1F4032
Complementary color
Monochromatic Colors of #1F4032
Black with #1F4032
Text Example
Text Example
White with #1F4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4032; }
p { color: rgb(31,64,50); }
H1.HeaderClassName
{
color: #1F4032;
}
.AnyTagClassName
{
color: #1F4032;
}
</style>
background-color css
<style>
a { background-color: #1F4032; }
a { background-color: rgb(31,64,50); }
div.DivClassName
{
background-color: #1F4032;
}
.BgClassName
{
background-color: #1F4032;
}
</style>
border-color css
<style>
span { border-color: #1F4032; }
span { border-color: rgb(31,64,50); }
td.TdClassName
{
border-color: #1F4032;
}
.TagClassName
{
border-color: #1F4032;
}
</style>