Shades of Black Forest #2A411C
Tints of Black Forest #2A411C
RGB
CMYK
RGB Variations
Color information
#2A411C (or 0x2A411C) is known color: Black Forest. HEX triplet: 2A, 41 and 1C. RGB value is (42,65,28). Sum of RGB (Red+Green+Blue) = 42+65+28=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #2A411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A411C is #D5BEE3. Grayscale: #363636. Windows color (decimal): -14008036 or 1851690. OLE color: 1851690.
HSL color Cylindrical-coordinate representation of color #2A411C: hue angle of 97.3º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A411C is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 65 | 28 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.75 |
| HSL | 97.3º | 0.4% | 0.18% | - |
| HSV(B) | 97.3º | 0.57% | 0.25% | - |
| XYZ | 3.05 | 4.36 | 1.78 | - |
| YUV | 53.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 28 | 0.35 | 0 | 0.57 | 0.75 | 97.3 | 0.4 | 0.18 |
| Hex | 2A | 41 | 1C | 23 | 0 | 39 | 4B | 61 | 28 | 12 |
| Octal | 52 | 101 | 34 | 43 | 0 | 71 | 113 | 141 | 50 | 22 |
| Binary | 101010 | 1000001 | 11100 | 100011 | 0 | 111001 | 1001011 | 1100001 | 101000 | 10010 |
Color Harmonies of #2A411C
Complementary color
Monochromatic Colors of #2A411C
Black with #2A411C
Text Example
Text Example
White with #2A411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A411C; }
p { color: rgb(42,65,28); }
H1.HeaderClassName
{
color: #2A411C;
}
.AnyTagClassName
{
color: #2A411C;
}
</style>
background-color css
<style>
a { background-color: #2A411C; }
a { background-color: rgb(42,65,28); }
div.DivClassName
{
background-color: #2A411C;
}
.BgClassName
{
background-color: #2A411C;
}
</style>
border-color css
<style>
span { border-color: #2A411C; }
span { border-color: rgb(42,65,28); }
td.TdClassName
{
border-color: #2A411C;
}
.TagClassName
{
border-color: #2A411C;
}
</style>