Shades of Black Forest #2A381D
Tints of Black Forest #2A381D
RGB
CMYK
RGB Variations
Color information
#2A381D (or 0x2A381D) is known color: Black Forest. HEX triplet: 2A, 38 and 1D. RGB value is (42,56,29). Sum of RGB (Red+Green+Blue) = 42+56+29=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #2A381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A381D is #D5C7E2. Grayscale: #303030. Windows color (decimal): -14010339 or 1914922. OLE color: 1914922.
HSL color Cylindrical-coordinate representation of color #2A381D: hue angle of 91.11º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A381D is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 29 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.78 |
| HSL | 91.11º | 0.32% | 0.17% | - |
| HSV(B) | 91.11º | 0.48% | 0.22% | - |
| XYZ | 2.59 | 3.41 | 1.68 | - |
| YUV | 48.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 29 | 0.25 | 0 | 0.48 | 0.78 | 91.11 | 0.32 | 0.17 |
| Hex | 2A | 38 | 1D | 19 | 0 | 30 | 4E | 5B | 20 | 11 |
| Octal | 52 | 70 | 35 | 31 | 0 | 60 | 116 | 133 | 40 | 21 |
| Binary | 101010 | 111000 | 11101 | 11001 | 0 | 110000 | 1001110 | 1011011 | 100000 | 10001 |
Color Harmonies of #2A381D
Complementary color
Monochromatic Colors of #2A381D
Black with #2A381D
Text Example
Text Example
White with #2A381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A381D; }
p { color: rgb(42,56,29); }
H1.HeaderClassName
{
color: #2A381D;
}
.AnyTagClassName
{
color: #2A381D;
}
</style>
background-color css
<style>
a { background-color: #2A381D; }
a { background-color: rgb(42,56,29); }
div.DivClassName
{
background-color: #2A381D;
}
.BgClassName
{
background-color: #2A381D;
}
</style>
border-color css
<style>
span { border-color: #2A381D; }
span { border-color: rgb(42,56,29); }
td.TdClassName
{
border-color: #2A381D;
}
.TagClassName
{
border-color: #2A381D;
}
</style>