Shades of Black Forest #254111
Tints of Black Forest #254111
RGB
CMYK
RGB Variations
Color information
#254111 (or 0x254111) is known color: Black Forest. HEX triplet: 25, 41 and 11. RGB value is (37,65,17). Sum of RGB (Red+Green+Blue) = 37+65+17=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #254111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254111 is #DABEEE. Grayscale: #333333. Windows color (decimal): -14335727 or 1130789. OLE color: 1130789.
HSL color Cylindrical-coordinate representation of color #254111: hue angle of 95º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #254111 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 65 | 17 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.75 |
| HSL | 95º | 0.59% | 0.16% | - |
| HSV(B) | 95º | 0.74% | 0.25% | - |
| XYZ | 2.75 | 4.21 | 1.2 | - |
| YUV | 51.16 | 108.72 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 17 | 0.43 | 0 | 0.74 | 0.75 | 95 | 0.59 | 0.16 |
| Hex | 25 | 41 | 11 | 2B | 0 | 4A | 4B | 5F | 3B | 10 |
| Octal | 45 | 101 | 21 | 53 | 0 | 112 | 113 | 137 | 73 | 20 |
| Binary | 100101 | 1000001 | 10001 | 101011 | 0 | 1001010 | 1001011 | 1011111 | 111011 | 10000 |
Color Harmonies of #254111
Complementary color
Monochromatic Colors of #254111
Black with #254111
Text Example
Text Example
White with #254111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254111; }
p { color: rgb(37,65,17); }
H1.HeaderClassName
{
color: #254111;
}
.AnyTagClassName
{
color: #254111;
}
</style>
background-color css
<style>
a { background-color: #254111; }
a { background-color: rgb(37,65,17); }
div.DivClassName
{
background-color: #254111;
}
.BgClassName
{
background-color: #254111;
}
</style>
border-color css
<style>
span { border-color: #254111; }
span { border-color: rgb(37,65,17); }
td.TdClassName
{
border-color: #254111;
}
.TagClassName
{
border-color: #254111;
}
</style>