Shades of Black Forest #2A401B
Tints of Black Forest #2A401B
RGB
CMYK
RGB Variations
Color information
#2A401B (or 0x2A401B) is known color: Black Forest. HEX triplet: 2A, 40 and 1B. RGB value is (42,64,27). Sum of RGB (Red+Green+Blue) = 42+64+27=133 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.58% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #2A401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A401B is #D5BFE4. Grayscale: #353535. Windows color (decimal): -14008293 or 1785898. OLE color: 1785898.
HSL color Cylindrical-coordinate representation of color #2A401B: hue angle of 95.68º 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 #2A401B is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 64 | 27 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.75 |
| HSL | 95.68º | 0.41% | 0.18% | - |
| HSV(B) | 95.68º | 0.58% | 0.25% | - |
| XYZ | 2.99 | 4.24 | 1.7 | - |
| YUV | 53.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 27 | 0.34 | 0 | 0.58 | 0.75 | 95.68 | 0.41 | 0.18 |
| Hex | 2A | 40 | 1B | 22 | 0 | 3A | 4B | 60 | 29 | 12 |
| Octal | 52 | 100 | 33 | 42 | 0 | 72 | 113 | 140 | 51 | 22 |
| Binary | 101010 | 1000000 | 11011 | 100010 | 0 | 111010 | 1001011 | 1100000 | 101001 | 10010 |
Color Harmonies of #2A401B
Complementary color
Monochromatic Colors of #2A401B
Black with #2A401B
Text Example
Text Example
White with #2A401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A401B; }
p { color: rgb(42,64,27); }
H1.HeaderClassName
{
color: #2A401B;
}
.AnyTagClassName
{
color: #2A401B;
}
</style>
background-color css
<style>
a { background-color: #2A401B; }
a { background-color: rgb(42,64,27); }
div.DivClassName
{
background-color: #2A401B;
}
.BgClassName
{
background-color: #2A401B;
}
</style>
border-color css
<style>
span { border-color: #2A401B; }
span { border-color: rgb(42,64,27); }
td.TdClassName
{
border-color: #2A401B;
}
.TagClassName
{
border-color: #2A401B;
}
</style>