Shades of Black Forest #304025
Tints of Black Forest #304025
RGB
CMYK
RGB Variations
Color information
#304025 (or 0x304025) is known color: Black Forest. HEX triplet: 30, 40 and 25. RGB value is (48,64,37). Sum of RGB (Red+Green+Blue) = 48+64+37=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #304025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304025 is #CFBFDA. Grayscale: #383838. Windows color (decimal): -13615067 or 2441264. OLE color: 2441264.
HSL color Cylindrical-coordinate representation of color #304025: hue angle of 95.56º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #304025 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 37 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.75 |
| HSL | 95.56º | 0.27% | 0.2% | - |
| HSV(B) | 95.56º | 0.42% | 0.25% | - |
| XYZ | 3.39 | 4.43 | 2.43 | - |
| YUV | 56.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 37 | 0.25 | 0 | 0.42 | 0.75 | 95.56 | 0.27 | 0.2 |
| Hex | 30 | 40 | 25 | 19 | 0 | 2A | 4B | 60 | 1B | 14 |
| Octal | 60 | 100 | 45 | 31 | 0 | 52 | 113 | 140 | 33 | 24 |
| Binary | 110000 | 1000000 | 100101 | 11001 | 0 | 101010 | 1001011 | 1100000 | 11011 | 10100 |
Color Harmonies of #304025
Complementary color
Monochromatic Colors of #304025
Black with #304025
Text Example
Text Example
White with #304025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304025; }
p { color: rgb(48,64,37); }
H1.HeaderClassName
{
color: #304025;
}
.AnyTagClassName
{
color: #304025;
}
</style>
background-color css
<style>
a { background-color: #304025; }
a { background-color: rgb(48,64,37); }
div.DivClassName
{
background-color: #304025;
}
.BgClassName
{
background-color: #304025;
}
</style>
border-color css
<style>
span { border-color: #304025; }
span { border-color: rgb(48,64,37); }
td.TdClassName
{
border-color: #304025;
}
.TagClassName
{
border-color: #304025;
}
</style>