Shades of Black Forest #2B401A
Tints of Black Forest #2B401A
RGB
CMYK
RGB Variations
Color information
#2B401A (or 0x2B401A) is known color: Black Forest. HEX triplet: 2B, 40 and 1A. RGB value is (43,64,26). Sum of RGB (Red+Green+Blue) = 43+64+26=133 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.33% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #2B401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B401A is #D4BFE5. Grayscale: #353535. Windows color (decimal): -13942758 or 1720363. OLE color: 1720363.
HSL color Cylindrical-coordinate representation of color #2B401A: hue angle of 93.16º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B401A is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 26 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.75 |
| HSL | 93.16º | 0.42% | 0.18% | - |
| HSV(B) | 93.16º | 0.59% | 0.25% | - |
| XYZ | 3.02 | 4.25 | 1.64 | - |
| YUV | 53.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 26 | 0.33 | 0 | 0.59 | 0.75 | 93.16 | 0.42 | 0.18 |
| Hex | 2B | 40 | 1A | 21 | 0 | 3B | 4B | 5D | 2A | 12 |
| Octal | 53 | 100 | 32 | 41 | 0 | 73 | 113 | 135 | 52 | 22 |
| Binary | 101011 | 1000000 | 11010 | 100001 | 0 | 111011 | 1001011 | 1011101 | 101010 | 10010 |
Color Harmonies of #2B401A
Complementary color
Monochromatic Colors of #2B401A
Black with #2B401A
Text Example
Text Example
White with #2B401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B401A; }
p { color: rgb(43,64,26); }
H1.HeaderClassName
{
color: #2B401A;
}
.AnyTagClassName
{
color: #2B401A;
}
</style>
background-color css
<style>
a { background-color: #2B401A; }
a { background-color: rgb(43,64,26); }
div.DivClassName
{
background-color: #2B401A;
}
.BgClassName
{
background-color: #2B401A;
}
</style>
border-color css
<style>
span { border-color: #2B401A; }
span { border-color: rgb(43,64,26); }
td.TdClassName
{
border-color: #2B401A;
}
.TagClassName
{
border-color: #2B401A;
}
</style>