Shades of Black Rose #4F212F
Tints of Black Rose #4F212F
RGB
CMYK
RGB Variations
Color information
#4F212F (or 0x4F212F) is known color: Black Rose. HEX triplet: 4F, 21 and 2F. RGB value is (79,33,47). Sum of RGB (Red+Green+Blue) = 79+33+47=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F212F is #B0DED0. Grayscale: #303030. Windows color (decimal): -11591377 or 3088719. OLE color: 3088719.
HSL color Cylindrical-coordinate representation of color #4F212F: hue angle of 341.74º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F212F is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 33 | 47 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.69 |
| HSL | 341.74º | 0.41% | 0.22% | - |
| HSV(B) | 341.74º | 0.58% | 0.31% | - |
| XYZ | 4.28 | 2.96 | 3.03 | - |
| YUV | 48.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 47 | 0 | 0.58 | 0.41 | 0.69 | 341.74 | 0.41 | 0.22 |
| Hex | 4F | 21 | 2F | 0 | 3A | 29 | 45 | 156 | 29 | 16 |
| Octal | 117 | 41 | 57 | 0 | 72 | 51 | 105 | 526 | 51 | 26 |
| Binary | 1001111 | 100001 | 101111 | 0 | 111010 | 101001 | 1000101 | 101010110 | 101001 | 10110 |
Color Harmonies of #4F212F
Complementary color
Monochromatic Colors of #4F212F
Black with #4F212F
Text Example
Text Example
White with #4F212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F212F; }
p { color: rgb(79,33,47); }
H1.HeaderClassName
{
color: #4F212F;
}
.AnyTagClassName
{
color: #4F212F;
}
</style>
background-color css
<style>
a { background-color: #4F212F; }
a { background-color: rgb(79,33,47); }
div.DivClassName
{
background-color: #4F212F;
}
.BgClassName
{
background-color: #4F212F;
}
</style>
border-color css
<style>
span { border-color: #4F212F; }
span { border-color: rgb(79,33,47); }
td.TdClassName
{
border-color: #4F212F;
}
.TagClassName
{
border-color: #4F212F;
}
</style>