Shades of Black Forest #2A411B
Tints of Black Forest #2A411B
RGB
CMYK
RGB Variations
Color information
#2A411B (or 0x2A411B) is known color: Black Forest. HEX triplet: 2A, 41 and 1B. RGB value is (42,65,27). Sum of RGB (Red+Green+Blue) = 42+65+27=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #2A411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A411B is #D5BEE4. Grayscale: #353535. Windows color (decimal): -14008037 or 1786154. OLE color: 1786154.
HSL color Cylindrical-coordinate representation of color #2A411B: hue angle of 96.32º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A411B is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 65 | 27 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.75 |
| HSL | 96.32º | 0.41% | 0.18% | - |
| HSV(B) | 96.32º | 0.58% | 0.25% | - |
| XYZ | 3.04 | 4.35 | 1.72 | - |
| YUV | 53.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 27 | 0.35 | 0 | 0.58 | 0.75 | 96.32 | 0.41 | 0.18 |
| Hex | 2A | 41 | 1B | 23 | 0 | 3A | 4B | 60 | 29 | 12 |
| Octal | 52 | 101 | 33 | 43 | 0 | 72 | 113 | 140 | 51 | 22 |
| Binary | 101010 | 1000001 | 11011 | 100011 | 0 | 111010 | 1001011 | 1100000 | 101001 | 10010 |
Color Harmonies of #2A411B
Complementary color
Monochromatic Colors of #2A411B
Black with #2A411B
Text Example
Text Example
White with #2A411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A411B; }
p { color: rgb(42,65,27); }
H1.HeaderClassName
{
color: #2A411B;
}
.AnyTagClassName
{
color: #2A411B;
}
</style>
background-color css
<style>
a { background-color: #2A411B; }
a { background-color: rgb(42,65,27); }
div.DivClassName
{
background-color: #2A411B;
}
.BgClassName
{
background-color: #2A411B;
}
</style>
border-color css
<style>
span { border-color: #2A411B; }
span { border-color: rgb(42,65,27); }
td.TdClassName
{
border-color: #2A411B;
}
.TagClassName
{
border-color: #2A411B;
}
</style>