Shades of Black Forest #272A25
Tints of Black Forest #272A25
RGB
CMYK
RGB Variations
Color information
#272A25 (or 0x272A25) is known color: Black Forest. HEX triplet: 27, 2A and 25. RGB value is (39,42,37). Sum of RGB (Red+Green+Blue) = 39+42+37=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 42 - color contains mainly: green. Hex color #272A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A25 is #D8D5DA. Grayscale: #282828. Windows color (decimal): -14210523 or 2435623. OLE color: 2435623.
HSL color Cylindrical-coordinate representation of color #272A25: hue angle of 96º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #272A25 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 42 | 37 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.84 |
| HSL | 96º | 0.06% | 0.15% | - |
| HSV(B) | 96º | 0.12% | 0.16% | - |
| XYZ | 2 | 2.22 | 2.07 | - |
| YUV | 40.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 37 | 0.07 | 0 | 0.12 | 0.84 | 96 | 0.06 | 0.15 |
| Hex | 27 | 2A | 25 | 7 | 0 | C | 54 | 60 | 6 | F |
| Octal | 47 | 52 | 45 | 7 | 0 | 14 | 124 | 140 | 6 | 17 |
| Binary | 100111 | 101010 | 100101 | 111 | 0 | 1100 | 1010100 | 1100000 | 110 | 1111 |
Color Harmonies of #272A25
Complementary color
Monochromatic Colors of #272A25
Black with #272A25
Text Example
Text Example
White with #272A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A25; }
p { color: rgb(39,42,37); }
H1.HeaderClassName
{
color: #272A25;
}
.AnyTagClassName
{
color: #272A25;
}
</style>
background-color css
<style>
a { background-color: #272A25; }
a { background-color: rgb(39,42,37); }
div.DivClassName
{
background-color: #272A25;
}
.BgClassName
{
background-color: #272A25;
}
</style>
border-color css
<style>
span { border-color: #272A25; }
span { border-color: rgb(39,42,37); }
td.TdClassName
{
border-color: #272A25;
}
.TagClassName
{
border-color: #272A25;
}
</style>