Shades of Burnham #29463B
Tints of Burnham #29463B
RGB
CMYK
RGB Variations
Color information
#29463B (or 0x29463B) is known color: Burnham. HEX triplet: 29, 46 and 3B. RGB value is (41,70,59). Sum of RGB (Red+Green+Blue) = 41+70+59=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #29463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29463B is #D6B9C4. Grayscale: #3C3C3C. Windows color (decimal): -14072261 or 3884585. OLE color: 3884585.
HSL color Cylindrical-coordinate representation of color #29463B: hue angle of 157.24º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29463B is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 70 | 59 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.73 |
| HSL | 157.24º | 0.26% | 0.22% | - |
| HSV(B) | 157.24º | 0.41% | 0.27% | - |
| XYZ | 3.89 | 5.17 | 4.93 | - |
| YUV | 60.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 59 | 0.41 | 0 | 0.16 | 0.73 | 157.24 | 0.26 | 0.22 |
| Hex | 29 | 46 | 3B | 29 | 0 | 10 | 49 | 9D | 1A | 16 |
| Octal | 51 | 106 | 73 | 51 | 0 | 20 | 111 | 235 | 32 | 26 |
| Binary | 101001 | 1000110 | 111011 | 101001 | 0 | 10000 | 1001001 | 10011101 | 11010 | 10110 |
Color Harmonies of #29463B
Complementary color
Monochromatic Colors of #29463B
Black with #29463B
Text Example
Text Example
White with #29463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29463B; }
p { color: rgb(41,70,59); }
H1.HeaderClassName
{
color: #29463B;
}
.AnyTagClassName
{
color: #29463B;
}
</style>
background-color css
<style>
a { background-color: #29463B; }
a { background-color: rgb(41,70,59); }
div.DivClassName
{
background-color: #29463B;
}
.BgClassName
{
background-color: #29463B;
}
</style>
border-color css
<style>
span { border-color: #29463B; }
span { border-color: rgb(41,70,59); }
td.TdClassName
{
border-color: #29463B;
}
.TagClassName
{
border-color: #29463B;
}
</style>