Shades of Burnham #1F4234
Tints of Burnham #1F4234
RGB
CMYK
RGB Variations
Color information
#1F4234 (or 0x1F4234) is known color: Burnham. HEX triplet: 1F, 42 and 34. RGB value is (31,66,52). Sum of RGB (Red+Green+Blue) = 31+66+52=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #1F4234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4234 is #E0BDCB. Grayscale: #353535. Windows color (decimal): -14728652 or 3424799. OLE color: 3424799.
HSL color Cylindrical-coordinate representation of color #1F4234: hue angle of 156º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F4234 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 66 | 52 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.74 |
| HSL | 156º | 0.36% | 0.19% | - |
| HSV(B) | 156º | 0.53% | 0.26% | - |
| XYZ | 3.13 | 4.44 | 3.94 | - |
| YUV | 53.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 52 | 0.53 | 0 | 0.21 | 0.74 | 156 | 0.36 | 0.19 |
| Hex | 1F | 42 | 34 | 35 | 0 | 15 | 4A | 9C | 24 | 13 |
| Octal | 37 | 102 | 64 | 65 | 0 | 25 | 112 | 234 | 44 | 23 |
| Binary | 11111 | 1000010 | 110100 | 110101 | 0 | 10101 | 1001010 | 10011100 | 100100 | 10011 |
Color Harmonies of #1F4234
Complementary color
Monochromatic Colors of #1F4234
Black with #1F4234
Text Example
Text Example
White with #1F4234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4234; }
p { color: rgb(31,66,52); }
H1.HeaderClassName
{
color: #1F4234;
}
.AnyTagClassName
{
color: #1F4234;
}
</style>
background-color css
<style>
a { background-color: #1F4234; }
a { background-color: rgb(31,66,52); }
div.DivClassName
{
background-color: #1F4234;
}
.BgClassName
{
background-color: #1F4234;
}
</style>
border-color css
<style>
span { border-color: #1F4234; }
span { border-color: rgb(31,66,52); }
td.TdClassName
{
border-color: #1F4234;
}
.TagClassName
{
border-color: #1F4234;
}
</style>