Shades of Black Forest #2C401A
Tints of Black Forest #2C401A
RGB
CMYK
RGB Variations
Color information
#2C401A (or 0x2C401A) is known color: Black Forest. HEX triplet: 2C, 40 and 1A. RGB value is (44,64,26). Sum of RGB (Red+Green+Blue) = 44+64+26=134 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.84% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #2C401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C401A is #D3BFE5. Grayscale: #353535. Windows color (decimal): -13877222 or 1720364. OLE color: 1720364.
HSL color Cylindrical-coordinate representation of color #2C401A: hue angle of 91.58º 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 #2C401A is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 64 | 26 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.75 |
| HSL | 91.58º | 0.42% | 0.18% | - |
| HSV(B) | 91.58º | 0.59% | 0.25% | - |
| XYZ | 3.06 | 4.28 | 1.64 | - |
| YUV | 53.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 64 | 26 | 0.31 | 0 | 0.59 | 0.75 | 91.58 | 0.42 | 0.18 |
| Hex | 2C | 40 | 1A | 1F | 0 | 3B | 4B | 5C | 2A | 12 |
| Octal | 54 | 100 | 32 | 37 | 0 | 73 | 113 | 134 | 52 | 22 |
| Binary | 101100 | 1000000 | 11010 | 11111 | 0 | 111011 | 1001011 | 1011100 | 101010 | 10010 |
Color Harmonies of #2C401A
Complementary color
Monochromatic Colors of #2C401A
Black with #2C401A
Text Example
Text Example
White with #2C401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C401A; }
p { color: rgb(44,64,26); }
H1.HeaderClassName
{
color: #2C401A;
}
.AnyTagClassName
{
color: #2C401A;
}
</style>
background-color css
<style>
a { background-color: #2C401A; }
a { background-color: rgb(44,64,26); }
div.DivClassName
{
background-color: #2C401A;
}
.BgClassName
{
background-color: #2C401A;
}
</style>
border-color css
<style>
span { border-color: #2C401A; }
span { border-color: rgb(44,64,26); }
td.TdClassName
{
border-color: #2C401A;
}
.TagClassName
{
border-color: #2C401A;
}
</style>