Shades of Black Forest #2A3225
Tints of Black Forest #2A3225
RGB
CMYK
RGB Variations
Color information
#2A3225 (or 0x2A3225) is known color: Black Forest. HEX triplet: 2A, 32 and 25. RGB value is (42,50,37). Sum of RGB (Red+Green+Blue) = 42+50+37=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 50 - color contains mainly: green. Hex color #2A3225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3225 is #D5CDDA. Grayscale: #2E2E2E. Windows color (decimal): -14011867 or 2437674. OLE color: 2437674.
HSL color Cylindrical-coordinate representation of color #2A3225: hue angle of 96.92º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2A3225 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
RGB | 42 | 50 | 37 | - |
CMYK | 0.16 | 0 | 0.26 | 0.80 |
HSL | 96.92º | 0.15% | 0.17% | - |
HSV(B) | 96.92º | 0.26% | 0.2% | - |
XYZ | 2.43 | 2.91 | 2.18 | - |
YUV | 46.13 | 122.85 | 125.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 50 | 37 | 0.16 | 0 | 0.26 | 0.80 | 96.92 | 0.15 | 0.17 |
Hex | 2A | 32 | 25 | 10 | 0 | 1A | 50 | 61 | F | 11 |
Octal | 52 | 62 | 45 | 20 | 0 | 32 | 120 | 141 | 17 | 21 |
Binary | 101010 | 110010 | 100101 | 10000 | 0 | 11010 | 1010000 | 1100001 | 1111 | 10001 |
Color Harmonies of #2A3225
Complementary color
Monochromatic Colors of #2A3225
Black with #2A3225
Text Example
Text Example
White with #2A3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3225; }
p { color: rgb(42,50,37); }
H1.HeaderClassName
{
color: #2A3225;
}
.AnyTagClassName
{
color: #2A3225;
}
</style>
background-color css
<style>
a { background-color: #2A3225; }
a { background-color: rgb(42,50,37); }
div.DivClassName
{
background-color: #2A3225;
}
.BgClassName
{
background-color: #2A3225;
}
</style>
border-color css
<style>
span { border-color: #2A3225; }
span { border-color: rgb(42,50,37); }
td.TdClassName
{
border-color: #2A3225;
}
.TagClassName
{
border-color: #2A3225;
}
</style>