Shades of Black Rose #4F2B37
Tints of Black Rose #4F2B37
RGB
CMYK
RGB Variations
Color information
#4F2B37 (or 0x4F2B37) is known color: Black Rose. HEX triplet: 4F, 2B and 37. RGB value is (79,43,55). Sum of RGB (Red+Green+Blue) = 79+43+55=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2B37 is #B0D4C8. Grayscale: #373737. Windows color (decimal): -11588809 or 3615567. OLE color: 3615567.
HSL color Cylindrical-coordinate representation of color #4F2B37: hue angle of 340º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F2B37 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 43 | 55 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.69 |
| HSL | 340º | 0.3% | 0.24% | - |
| HSV(B) | 340º | 0.46% | 0.31% | - |
| XYZ | 4.78 | 3.67 | 4.07 | - |
| YUV | 55.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 43 | 55 | 0 | 0.46 | 0.30 | 0.69 | 340 | 0.3 | 0.24 |
| Hex | 4F | 2B | 37 | 0 | 2E | 1E | 45 | 154 | 1E | 18 |
| Octal | 117 | 53 | 67 | 0 | 56 | 36 | 105 | 524 | 36 | 30 |
| Binary | 1001111 | 101011 | 110111 | 0 | 101110 | 11110 | 1000101 | 101010100 | 11110 | 11000 |
Color Harmonies of #4F2B37
Complementary color
Monochromatic Colors of #4F2B37
Black with #4F2B37
Text Example
Text Example
White with #4F2B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2B37; }
p { color: rgb(79,43,55); }
H1.HeaderClassName
{
color: #4F2B37;
}
.AnyTagClassName
{
color: #4F2B37;
}
</style>
background-color css
<style>
a { background-color: #4F2B37; }
a { background-color: rgb(79,43,55); }
div.DivClassName
{
background-color: #4F2B37;
}
.BgClassName
{
background-color: #4F2B37;
}
</style>
border-color css
<style>
span { border-color: #4F2B37; }
span { border-color: rgb(79,43,55); }
td.TdClassName
{
border-color: #4F2B37;
}
.TagClassName
{
border-color: #4F2B37;
}
</style>