Shades of Black Rose #4C2730
Tints of Black Rose #4C2730
RGB
CMYK
RGB Variations
Color information
#4C2730 (or 0x4C2730) is known color: Black Rose. HEX triplet: 4C, 27 and 30. RGB value is (76,39,48). Sum of RGB (Red+Green+Blue) = 76+39+48=163 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.63% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2730 is #B3D8CF. Grayscale: #333333. Windows color (decimal): -11786448 or 3155788. OLE color: 3155788.
HSL color Cylindrical-coordinate representation of color #4C2730: hue angle of 345.41º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C2730 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 39 | 48 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.70 |
| HSL | 345.41º | 0.32% | 0.23% | - |
| HSV(B) | 345.41º | 0.49% | 0.3% | - |
| XYZ | 4.24 | 3.2 | 3.19 | - |
| YUV | 51.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 48 | 0 | 0.49 | 0.37 | 0.70 | 345.41 | 0.32 | 0.23 |
| Hex | 4C | 27 | 30 | 0 | 31 | 25 | 46 | 159 | 20 | 17 |
| Octal | 114 | 47 | 60 | 0 | 61 | 45 | 106 | 531 | 40 | 27 |
| Binary | 1001100 | 100111 | 110000 | 0 | 110001 | 100101 | 1000110 | 101011001 | 100000 | 10111 |
Color Harmonies of #4C2730
Complementary color
Monochromatic Colors of #4C2730
Black with #4C2730
Text Example
Text Example
White with #4C2730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2730; }
p { color: rgb(76,39,48); }
H1.HeaderClassName
{
color: #4C2730;
}
.AnyTagClassName
{
color: #4C2730;
}
</style>
background-color css
<style>
a { background-color: #4C2730; }
a { background-color: rgb(76,39,48); }
div.DivClassName
{
background-color: #4C2730;
}
.BgClassName
{
background-color: #4C2730;
}
</style>
border-color css
<style>
span { border-color: #4C2730; }
span { border-color: rgb(76,39,48); }
td.TdClassName
{
border-color: #4C2730;
}
.TagClassName
{
border-color: #4C2730;
}
</style>