Shades of Black Forest #303D27
Tints of Black Forest #303D27
RGB
CMYK
RGB Variations
Color information
#303D27 (or 0x303D27) is known color: Black Forest. HEX triplet: 30, 3D and 27. RGB value is (48,61,39). Sum of RGB (Red+Green+Blue) = 48+61+39=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 61 - color contains mainly: green. Hex color #303D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D27 is #CFC2D8. Grayscale: #363636. Windows color (decimal): -13615833 or 2571568. OLE color: 2571568.
HSL color Cylindrical-coordinate representation of color #303D27: hue angle of 95.45º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #303D27 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 39 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.76 |
| HSL | 95.45º | 0.22% | 0.2% | - |
| HSV(B) | 95.45º | 0.36% | 0.24% | - |
| XYZ | 3.25 | 4.11 | 2.54 | - |
| YUV | 54.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 39 | 0.21 | 0 | 0.36 | 0.76 | 95.45 | 0.22 | 0.2 |
| Hex | 30 | 3D | 27 | 15 | 0 | 24 | 4C | 5F | 16 | 14 |
| Octal | 60 | 75 | 47 | 25 | 0 | 44 | 114 | 137 | 26 | 24 |
| Binary | 110000 | 111101 | 100111 | 10101 | 0 | 100100 | 1001100 | 1011111 | 10110 | 10100 |
Color Harmonies of #303D27
Complementary color
Monochromatic Colors of #303D27
Black with #303D27
Text Example
Text Example
White with #303D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D27; }
p { color: rgb(48,61,39); }
H1.HeaderClassName
{
color: #303D27;
}
.AnyTagClassName
{
color: #303D27;
}
</style>
background-color css
<style>
a { background-color: #303D27; }
a { background-color: rgb(48,61,39); }
div.DivClassName
{
background-color: #303D27;
}
.BgClassName
{
background-color: #303D27;
}
</style>
border-color css
<style>
span { border-color: #303D27; }
span { border-color: rgb(48,61,39); }
td.TdClassName
{
border-color: #303D27;
}
.TagClassName
{
border-color: #303D27;
}
</style>