Shades of Black Forest #2A361F
Tints of Black Forest #2A361F
RGB
CMYK
RGB Variations
Color information
#2A361F (or 0x2A361F) is known color: Black Forest. HEX triplet: 2A, 36 and 1F. RGB value is (42,54,31). Sum of RGB (Red+Green+Blue) = 42+54+31=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #2A361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A361F is #D5C9E0. Grayscale: #2F2F2F. Windows color (decimal): -14010849 or 2045482. OLE color: 2045482.
HSL color Cylindrical-coordinate representation of color #2A361F: hue angle of 91.3º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A361F is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 31 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.79 |
| HSL | 91.3º | 0.27% | 0.17% | - |
| HSV(B) | 91.3º | 0.43% | 0.21% | - |
| XYZ | 2.52 | 3.23 | 1.79 | - |
| YUV | 47.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 31 | 0.22 | 0 | 0.43 | 0.79 | 91.3 | 0.27 | 0.17 |
| Hex | 2A | 36 | 1F | 16 | 0 | 2B | 4F | 5B | 1B | 11 |
| Octal | 52 | 66 | 37 | 26 | 0 | 53 | 117 | 133 | 33 | 21 |
| Binary | 101010 | 110110 | 11111 | 10110 | 0 | 101011 | 1001111 | 1011011 | 11011 | 10001 |
Color Harmonies of #2A361F
Complementary color
Monochromatic Colors of #2A361F
Black with #2A361F
Text Example
Text Example
White with #2A361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A361F; }
p { color: rgb(42,54,31); }
H1.HeaderClassName
{
color: #2A361F;
}
.AnyTagClassName
{
color: #2A361F;
}
</style>
background-color css
<style>
a { background-color: #2A361F; }
a { background-color: rgb(42,54,31); }
div.DivClassName
{
background-color: #2A361F;
}
.BgClassName
{
background-color: #2A361F;
}
</style>
border-color css
<style>
span { border-color: #2A361F; }
span { border-color: rgb(42,54,31); }
td.TdClassName
{
border-color: #2A361F;
}
.TagClassName
{
border-color: #2A361F;
}
</style>