Shades of Burnham #1F3F31
Tints of Burnham #1F3F31
RGB
CMYK
RGB Variations
Color information
#1F3F31 (or 0x1F3F31) is known color: Burnham. HEX triplet: 1F, 3F and 31. RGB value is (31,63,49). Sum of RGB (Red+Green+Blue) = 31+63+49=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 63 - color contains mainly: green. Hex color #1F3F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3F31 is #E0C0CE. Grayscale: #333333. Windows color (decimal): -14729423 or 3227423. OLE color: 3227423.
HSL color Cylindrical-coordinate representation of color #1F3F31: hue angle of 153.75º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F3F31 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 63 | 49 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.75 |
| HSL | 153.75º | 0.34% | 0.18% | - |
| HSV(B) | 153.75º | 0.51% | 0.25% | - |
| XYZ | 2.9 | 4.07 | 3.54 | - |
| YUV | 51.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 63 | 49 | 0.51 | 0 | 0.22 | 0.75 | 153.75 | 0.34 | 0.18 |
| Hex | 1F | 3F | 31 | 33 | 0 | 16 | 4B | 9A | 22 | 12 |
| Octal | 37 | 77 | 61 | 63 | 0 | 26 | 113 | 232 | 42 | 22 |
| Binary | 11111 | 111111 | 110001 | 110011 | 0 | 10110 | 1001011 | 10011010 | 100010 | 10010 |
Color Harmonies of #1F3F31
Complementary color
Monochromatic Colors of #1F3F31
Black with #1F3F31
Text Example
Text Example
White with #1F3F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3F31; }
p { color: rgb(31,63,49); }
H1.HeaderClassName
{
color: #1F3F31;
}
.AnyTagClassName
{
color: #1F3F31;
}
</style>
background-color css
<style>
a { background-color: #1F3F31; }
a { background-color: rgb(31,63,49); }
div.DivClassName
{
background-color: #1F3F31;
}
.BgClassName
{
background-color: #1F3F31;
}
</style>
border-color css
<style>
span { border-color: #1F3F31; }
span { border-color: rgb(31,63,49); }
td.TdClassName
{
border-color: #1F3F31;
}
.TagClassName
{
border-color: #1F3F31;
}
</style>