Shades of Black Forest #254112
Tints of Black Forest #254112
RGB
CMYK
RGB Variations
Color information
#254112 (or 0x254112) is known color: Black Forest. HEX triplet: 25, 41 and 12. RGB value is (37,65,18). Sum of RGB (Red+Green+Blue) = 37+65+18=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #254112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254112 is #DABEED. Grayscale: #333333. Windows color (decimal): -14335726 or 1196325. OLE color: 1196325.
HSL color Cylindrical-coordinate representation of color #254112: hue angle of 95.74º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254112 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 65 | 18 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.75 |
| HSL | 95.74º | 0.57% | 0.16% | - |
| HSV(B) | 95.74º | 0.72% | 0.25% | - |
| XYZ | 2.76 | 4.22 | 1.24 | - |
| YUV | 51.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 18 | 0.43 | 0 | 0.72 | 0.75 | 95.74 | 0.57 | 0.16 |
| Hex | 25 | 41 | 12 | 2B | 0 | 48 | 4B | 60 | 39 | 10 |
| Octal | 45 | 101 | 22 | 53 | 0 | 110 | 113 | 140 | 71 | 20 |
| Binary | 100101 | 1000001 | 10010 | 101011 | 0 | 1001000 | 1001011 | 1100000 | 111001 | 10000 |
Color Harmonies of #254112
Complementary color
Monochromatic Colors of #254112
Black with #254112
Text Example
Text Example
White with #254112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254112; }
p { color: rgb(37,65,18); }
H1.HeaderClassName
{
color: #254112;
}
.AnyTagClassName
{
color: #254112;
}
</style>
background-color css
<style>
a { background-color: #254112; }
a { background-color: rgb(37,65,18); }
div.DivClassName
{
background-color: #254112;
}
.BgClassName
{
background-color: #254112;
}
</style>
border-color css
<style>
span { border-color: #254112; }
span { border-color: rgb(37,65,18); }
td.TdClassName
{
border-color: #254112;
}
.TagClassName
{
border-color: #254112;
}
</style>