Shades of Black Forest #2A351F
Tints of Black Forest #2A351F
RGB
CMYK
RGB Variations
Color information
#2A351F (or 0x2A351F) is known color: Black Forest. HEX triplet: 2A, 35 and 1F. RGB value is (42,53,31). Sum of RGB (Red+Green+Blue) = 42+53+31=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 53 - color contains mainly: green. Hex color #2A351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A351F is #D5CAE0. Grayscale: #2F2F2F. Windows color (decimal): -14011105 or 2045226. OLE color: 2045226.
HSL color Cylindrical-coordinate representation of color #2A351F: hue angle of 90º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A351F is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 53 | 31 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.79 |
| HSL | 90º | 0.26% | 0.16% | - |
| HSV(B) | 90º | 0.42% | 0.21% | - |
| XYZ | 2.48 | 3.14 | 1.77 | - |
| YUV | 47.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 31 | 0.21 | 0 | 0.42 | 0.79 | 90 | 0.26 | 0.16 |
| Hex | 2A | 35 | 1F | 15 | 0 | 2A | 4F | 5A | 1A | 10 |
| Octal | 52 | 65 | 37 | 25 | 0 | 52 | 117 | 132 | 32 | 20 |
| Binary | 101010 | 110101 | 11111 | 10101 | 0 | 101010 | 1001111 | 1011010 | 11010 | 10000 |
Color Harmonies of #2A351F
Complementary color
Monochromatic Colors of #2A351F
Black with #2A351F
Text Example
Text Example
White with #2A351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A351F; }
p { color: rgb(42,53,31); }
H1.HeaderClassName
{
color: #2A351F;
}
.AnyTagClassName
{
color: #2A351F;
}
</style>
background-color css
<style>
a { background-color: #2A351F; }
a { background-color: rgb(42,53,31); }
div.DivClassName
{
background-color: #2A351F;
}
.BgClassName
{
background-color: #2A351F;
}
</style>
border-color css
<style>
span { border-color: #2A351F; }
span { border-color: rgb(42,53,31); }
td.TdClassName
{
border-color: #2A351F;
}
.TagClassName
{
border-color: #2A351F;
}
</style>