Shades of Black Forest #2A411D
Tints of Black Forest #2A411D
RGB
CMYK
RGB Variations
Color information
#2A411D (or 0x2A411D) is known color: Black Forest. HEX triplet: 2A, 41 and 1D. RGB value is (42,65,29). Sum of RGB (Red+Green+Blue) = 42+65+29=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #2A411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A411D is #D5BEE2. Grayscale: #363636. Windows color (decimal): -14008035 or 1917226. OLE color: 1917226.
HSL color Cylindrical-coordinate representation of color #2A411D: hue angle of 98.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A411D is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 65 | 29 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.75 |
| HSL | 98.33º | 0.38% | 0.18% | - |
| HSV(B) | 98.33º | 0.55% | 0.25% | - |
| XYZ | 3.07 | 4.36 | 1.84 | - |
| YUV | 54.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 29 | 0.35 | 0 | 0.55 | 0.75 | 98.33 | 0.38 | 0.18 |
| Hex | 2A | 41 | 1D | 23 | 0 | 37 | 4B | 62 | 26 | 12 |
| Octal | 52 | 101 | 35 | 43 | 0 | 67 | 113 | 142 | 46 | 22 |
| Binary | 101010 | 1000001 | 11101 | 100011 | 0 | 110111 | 1001011 | 1100010 | 100110 | 10010 |
Color Harmonies of #2A411D
Complementary color
Monochromatic Colors of #2A411D
Black with #2A411D
Text Example
Text Example
White with #2A411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A411D; }
p { color: rgb(42,65,29); }
H1.HeaderClassName
{
color: #2A411D;
}
.AnyTagClassName
{
color: #2A411D;
}
</style>
background-color css
<style>
a { background-color: #2A411D; }
a { background-color: rgb(42,65,29); }
div.DivClassName
{
background-color: #2A411D;
}
.BgClassName
{
background-color: #2A411D;
}
</style>
border-color css
<style>
span { border-color: #2A411D; }
span { border-color: rgb(42,65,29); }
td.TdClassName
{
border-color: #2A411D;
}
.TagClassName
{
border-color: #2A411D;
}
</style>