Shades of Black Forest #2F322C
Tints of Black Forest #2F322C
RGB
CMYK
RGB Variations
Color information
#2F322C (or 0x2F322C) is known color: Black Forest. HEX triplet: 2F, 32 and 2C. RGB value is (47,50,44). Sum of RGB (Red+Green+Blue) = 47+50+44=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 50 - color contains mainly: green. Hex color #2F322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F322C is #D0CDD3. Grayscale: #303030. Windows color (decimal): -13684180 or 2896431. OLE color: 2896431.
HSL color Cylindrical-coordinate representation of color #2F322C: hue angle of 90º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2F322C is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
RGB | 47 | 50 | 44 | - |
CMYK | 0.06 | 0 | 0.12 | 0.80 |
HSL | 90º | 0.06% | 0.18% | - |
HSV(B) | 90º | 0.12% | 0.2% | - |
XYZ | 2.77 | 3.07 | 2.83 | - |
YUV | 48.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 50 | 44 | 0.06 | 0 | 0.12 | 0.80 | 90 | 0.06 | 0.18 |
Hex | 2F | 32 | 2C | 6 | 0 | C | 50 | 5A | 6 | 12 |
Octal | 57 | 62 | 54 | 6 | 0 | 14 | 120 | 132 | 6 | 22 |
Binary | 101111 | 110010 | 101100 | 110 | 0 | 1100 | 1010000 | 1011010 | 110 | 10010 |
Color Harmonies of #2F322C
Complementary color
Monochromatic Colors of #2F322C
Black with #2F322C
Text Example
Text Example
White with #2F322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F322C; }
p { color: rgb(47,50,44); }
H1.HeaderClassName
{
color: #2F322C;
}
.AnyTagClassName
{
color: #2F322C;
}
</style>
background-color css
<style>
a { background-color: #2F322C; }
a { background-color: rgb(47,50,44); }
div.DivClassName
{
background-color: #2F322C;
}
.BgClassName
{
background-color: #2F322C;
}
</style>
border-color css
<style>
span { border-color: #2F322C; }
span { border-color: rgb(47,50,44); }
td.TdClassName
{
border-color: #2F322C;
}
.TagClassName
{
border-color: #2F322C;
}
</style>