Shades of Burnham #1F3E32
Tints of Burnham #1F3E32
RGB
CMYK
RGB Variations
Color information
#1F3E32 (or 0x1F3E32) is known color: Burnham. HEX triplet: 1F, 3E and 32. RGB value is (31,62,50). Sum of RGB (Red+Green+Blue) = 31+62+50=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 62 - color contains mainly: green. Hex color #1F3E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3E32 is #E0C1CD. Grayscale: #333333. Windows color (decimal): -14729678 or 3292703. OLE color: 3292703.
HSL color Cylindrical-coordinate representation of color #1F3E32: hue angle of 156.77º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F3E32 is Cyan = 0.5, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 62 | 50 | - |
| CMYK | 0.5 | 0 | 0.19 | 0.76 |
| HSL | 156.77º | 0.33% | 0.18% | - |
| HSV(B) | 156.77º | 0.5% | 0.24% | - |
| XYZ | 2.86 | 3.97 | 3.63 | - |
| YUV | 51.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 62 | 50 | 0.5 | 0 | 0.19 | 0.76 | 156.77 | 0.33 | 0.18 |
| Hex | 1F | 3E | 32 | 32 | 0 | 13 | 4C | 9D | 21 | 12 |
| Octal | 37 | 76 | 62 | 62 | 0 | 23 | 114 | 235 | 41 | 22 |
| Binary | 11111 | 111110 | 110010 | 110010 | 0 | 10011 | 1001100 | 10011101 | 100001 | 10010 |
Color Harmonies of #1F3E32
Complementary color
Monochromatic Colors of #1F3E32
Black with #1F3E32
Text Example
Text Example
White with #1F3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3E32; }
p { color: rgb(31,62,50); }
H1.HeaderClassName
{
color: #1F3E32;
}
.AnyTagClassName
{
color: #1F3E32;
}
</style>
background-color css
<style>
a { background-color: #1F3E32; }
a { background-color: rgb(31,62,50); }
div.DivClassName
{
background-color: #1F3E32;
}
.BgClassName
{
background-color: #1F3E32;
}
</style>
border-color css
<style>
span { border-color: #1F3E32; }
span { border-color: rgb(31,62,50); }
td.TdClassName
{
border-color: #1F3E32;
}
.TagClassName
{
border-color: #1F3E32;
}
</style>