Shades of Black Forest #293F1A
Tints of Black Forest #293F1A
RGB
CMYK
RGB Variations
Color information
#293F1A (or 0x293F1A) is known color: Black Forest. HEX triplet: 29, 3F and 1A. RGB value is (41,63,26). Sum of RGB (Red+Green+Blue) = 41+63+26=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 63 - color contains mainly: green. Hex color #293F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F1A is #D6C0E5. Grayscale: #343434. Windows color (decimal): -14074086 or 1720105. OLE color: 1720105.
HSL color Cylindrical-coordinate representation of color #293F1A: hue angle of 95.68º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #293F1A is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 63 | 26 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.75 |
| HSL | 95.68º | 0.42% | 0.17% | - |
| HSV(B) | 95.68º | 0.59% | 0.25% | - |
| XYZ | 2.88 | 4.1 | 1.62 | - |
| YUV | 52.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 26 | 0.35 | 0 | 0.59 | 0.75 | 95.68 | 0.42 | 0.17 |
| Hex | 29 | 3F | 1A | 23 | 0 | 3B | 4B | 60 | 2A | 11 |
| Octal | 51 | 77 | 32 | 43 | 0 | 73 | 113 | 140 | 52 | 21 |
| Binary | 101001 | 111111 | 11010 | 100011 | 0 | 111011 | 1001011 | 1100000 | 101010 | 10001 |
Color Harmonies of #293F1A
Complementary color
Monochromatic Colors of #293F1A
Black with #293F1A
Text Example
Text Example
White with #293F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F1A; }
p { color: rgb(41,63,26); }
H1.HeaderClassName
{
color: #293F1A;
}
.AnyTagClassName
{
color: #293F1A;
}
</style>
background-color css
<style>
a { background-color: #293F1A; }
a { background-color: rgb(41,63,26); }
div.DivClassName
{
background-color: #293F1A;
}
.BgClassName
{
background-color: #293F1A;
}
</style>
border-color css
<style>
span { border-color: #293F1A; }
span { border-color: rgb(41,63,26); }
td.TdClassName
{
border-color: #293F1A;
}
.TagClassName
{
border-color: #293F1A;
}
</style>