Shades of Black Forest #2C451B
Tints of Black Forest #2C451B
RGB
CMYK
RGB Variations
Color information
#2C451B (or 0x2C451B) is known color: Black Forest. HEX triplet: 2C, 45 and 1B. RGB value is (44,69,27). Sum of RGB (Red+Green+Blue) = 44+69+27=140 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.43% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #2C451B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C451B is #D3BAE4. Grayscale: #383838. Windows color (decimal): -13875941 or 1787180. OLE color: 1787180.
HSL color Cylindrical-coordinate representation of color #2C451B: hue angle of 95.71º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C451B is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 69 | 27 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.73 |
| HSL | 95.71º | 0.44% | 0.19% | - |
| HSV(B) | 95.71º | 0.61% | 0.27% | - |
| XYZ | 3.36 | 4.87 | 1.8 | - |
| YUV | 56.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 69 | 27 | 0.36 | 0 | 0.61 | 0.73 | 95.71 | 0.44 | 0.19 |
| Hex | 2C | 45 | 1B | 24 | 0 | 3D | 49 | 60 | 2C | 13 |
| Octal | 54 | 105 | 33 | 44 | 0 | 75 | 111 | 140 | 54 | 23 |
| Binary | 101100 | 1000101 | 11011 | 100100 | 0 | 111101 | 1001001 | 1100000 | 101100 | 10011 |
Color Harmonies of #2C451B
Complementary color
Monochromatic Colors of #2C451B
Black with #2C451B
Text Example
Text Example
White with #2C451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C451B; }
p { color: rgb(44,69,27); }
H1.HeaderClassName
{
color: #2C451B;
}
.AnyTagClassName
{
color: #2C451B;
}
</style>
background-color css
<style>
a { background-color: #2C451B; }
a { background-color: rgb(44,69,27); }
div.DivClassName
{
background-color: #2C451B;
}
.BgClassName
{
background-color: #2C451B;
}
</style>
border-color css
<style>
span { border-color: #2C451B; }
span { border-color: rgb(44,69,27); }
td.TdClassName
{
border-color: #2C451B;
}
.TagClassName
{
border-color: #2C451B;
}
</style>