Shades of Burnham #1F4334
Tints of Burnham #1F4334
RGB
CMYK
RGB Variations
Color information
#1F4334 (or 0x1F4334) is known color: Burnham. HEX triplet: 1F, 43 and 34. RGB value is (31,67,52). Sum of RGB (Red+Green+Blue) = 31+67+52=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #1F4334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4334 is #E0BCCB. Grayscale: #363636. Windows color (decimal): -14728396 or 3425055. OLE color: 3425055.
HSL color Cylindrical-coordinate representation of color #1F4334: hue angle of 155º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F4334 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 67 | 52 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.74 |
| HSL | 155º | 0.37% | 0.19% | - |
| HSV(B) | 155º | 0.54% | 0.26% | - |
| XYZ | 3.19 | 4.55 | 3.96 | - |
| YUV | 54.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 52 | 0.54 | 0 | 0.22 | 0.74 | 155 | 0.37 | 0.19 |
| Hex | 1F | 43 | 34 | 36 | 0 | 16 | 4A | 9B | 25 | 13 |
| Octal | 37 | 103 | 64 | 66 | 0 | 26 | 112 | 233 | 45 | 23 |
| Binary | 11111 | 1000011 | 110100 | 110110 | 0 | 10110 | 1001010 | 10011011 | 100101 | 10011 |
Color Harmonies of #1F4334
Complementary color
Monochromatic Colors of #1F4334
Black with #1F4334
Text Example
Text Example
White with #1F4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4334; }
p { color: rgb(31,67,52); }
H1.HeaderClassName
{
color: #1F4334;
}
.AnyTagClassName
{
color: #1F4334;
}
</style>
background-color css
<style>
a { background-color: #1F4334; }
a { background-color: rgb(31,67,52); }
div.DivClassName
{
background-color: #1F4334;
}
.BgClassName
{
background-color: #1F4334;
}
</style>
border-color css
<style>
span { border-color: #1F4334; }
span { border-color: rgb(31,67,52); }
td.TdClassName
{
border-color: #1F4334;
}
.TagClassName
{
border-color: #1F4334;
}
</style>