Shades of Black Forest #254113
Tints of Black Forest #254113
RGB
CMYK
RGB Variations
Color information
#254113 (or 0x254113) is known color: Black Forest. HEX triplet: 25, 41 and 13. RGB value is (37,65,19). Sum of RGB (Red+Green+Blue) = 37+65+19=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #254113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254113 is #DABEEC. Grayscale: #333333. Windows color (decimal): -14335725 or 1261861. OLE color: 1261861.
HSL color Cylindrical-coordinate representation of color #254113: hue angle of 96.52º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #254113 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 65 | 19 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.75 |
| HSL | 96.52º | 0.55% | 0.16% | - |
| HSV(B) | 96.52º | 0.71% | 0.25% | - |
| XYZ | 2.77 | 4.22 | 1.28 | - |
| YUV | 51.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 19 | 0.43 | 0 | 0.71 | 0.75 | 96.52 | 0.55 | 0.16 |
| Hex | 25 | 41 | 13 | 2B | 0 | 47 | 4B | 61 | 37 | 10 |
| Octal | 45 | 101 | 23 | 53 | 0 | 107 | 113 | 141 | 67 | 20 |
| Binary | 100101 | 1000001 | 10011 | 101011 | 0 | 1000111 | 1001011 | 1100001 | 110111 | 10000 |
Color Harmonies of #254113
Complementary color
Monochromatic Colors of #254113
Black with #254113
Text Example
Text Example
White with #254113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254113; }
p { color: rgb(37,65,19); }
H1.HeaderClassName
{
color: #254113;
}
.AnyTagClassName
{
color: #254113;
}
</style>
background-color css
<style>
a { background-color: #254113; }
a { background-color: rgb(37,65,19); }
div.DivClassName
{
background-color: #254113;
}
.BgClassName
{
background-color: #254113;
}
</style>
border-color css
<style>
span { border-color: #254113; }
span { border-color: rgb(37,65,19); }
td.TdClassName
{
border-color: #254113;
}
.TagClassName
{
border-color: #254113;
}
</style>