Shades of Burnham #1F3D31
Tints of Burnham #1F3D31
RGB
CMYK
RGB Variations
Color information
#1F3D31 (or 0x1F3D31) is known color: Burnham. HEX triplet: 1F, 3D and 31. RGB value is (31,61,49). Sum of RGB (Red+Green+Blue) = 31+61+49=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D31 is #E0C2CE. Grayscale: #323232. Windows color (decimal): -14729935 or 3226911. OLE color: 3226911.
HSL color Cylindrical-coordinate representation of color #1F3D31: hue angle of 156º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F3D31 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 61 | 49 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.76 |
| HSL | 156º | 0.33% | 0.18% | - |
| HSV(B) | 156º | 0.49% | 0.24% | - |
| XYZ | 2.79 | 3.85 | 3.5 | - |
| YUV | 50.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 49 | 0.49 | 0 | 0.20 | 0.76 | 156 | 0.33 | 0.18 |
| Hex | 1F | 3D | 31 | 31 | 0 | 14 | 4C | 9C | 21 | 12 |
| Octal | 37 | 75 | 61 | 61 | 0 | 24 | 114 | 234 | 41 | 22 |
| Binary | 11111 | 111101 | 110001 | 110001 | 0 | 10100 | 1001100 | 10011100 | 100001 | 10010 |
Color Harmonies of #1F3D31
Complementary color
Monochromatic Colors of #1F3D31
Black with #1F3D31
Text Example
Text Example
White with #1F3D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3D31; }
p { color: rgb(31,61,49); }
H1.HeaderClassName
{
color: #1F3D31;
}
.AnyTagClassName
{
color: #1F3D31;
}
</style>
background-color css
<style>
a { background-color: #1F3D31; }
a { background-color: rgb(31,61,49); }
div.DivClassName
{
background-color: #1F3D31;
}
.BgClassName
{
background-color: #1F3D31;
}
</style>
border-color css
<style>
span { border-color: #1F3D31; }
span { border-color: rgb(31,61,49); }
td.TdClassName
{
border-color: #1F3D31;
}
.TagClassName
{
border-color: #1F3D31;
}
</style>