Shades of Black Rose #4F2830
Tints of Black Rose #4F2830
RGB
CMYK
RGB Variations
Color information
#4F2830 (or 0x4F2830) is known color: Black Rose. HEX triplet: 4F, 28 and 30. RGB value is (79,40,48). Sum of RGB (Red+Green+Blue) = 79+40+48=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2830 is #B0D7CF. Grayscale: #343434. Windows color (decimal): -11589584 or 3156047. OLE color: 3156047.
HSL color Cylindrical-coordinate representation of color #4F2830: hue angle of 347.69º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F2830 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 40 | 48 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.69 |
| HSL | 347.69º | 0.33% | 0.23% | - |
| HSV(B) | 347.69º | 0.49% | 0.31% | - |
| XYZ | 4.52 | 3.39 | 3.21 | - |
| YUV | 52.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 48 | 0 | 0.49 | 0.39 | 0.69 | 347.69 | 0.33 | 0.23 |
| Hex | 4F | 28 | 30 | 0 | 31 | 27 | 45 | 15C | 21 | 17 |
| Octal | 117 | 50 | 60 | 0 | 61 | 47 | 105 | 534 | 41 | 27 |
| Binary | 1001111 | 101000 | 110000 | 0 | 110001 | 100111 | 1000101 | 101011100 | 100001 | 10111 |
Color Harmonies of #4F2830
Complementary color
Monochromatic Colors of #4F2830
Black with #4F2830
Text Example
Text Example
White with #4F2830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2830; }
p { color: rgb(79,40,48); }
H1.HeaderClassName
{
color: #4F2830;
}
.AnyTagClassName
{
color: #4F2830;
}
</style>
background-color css
<style>
a { background-color: #4F2830; }
a { background-color: rgb(79,40,48); }
div.DivClassName
{
background-color: #4F2830;
}
.BgClassName
{
background-color: #4F2830;
}
</style>
border-color css
<style>
span { border-color: #4F2830; }
span { border-color: rgb(79,40,48); }
td.TdClassName
{
border-color: #4F2830;
}
.TagClassName
{
border-color: #4F2830;
}
</style>