Shades of Black Rose #4C2830
Tints of Black Rose #4C2830
RGB
CMYK
RGB Variations
Color information
#4C2830 (or 0x4C2830) is known color: Black Rose. HEX triplet: 4C, 28 and 30. RGB value is (76,40,48). Sum of RGB (Red+Green+Blue) = 76+40+48=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2830 is #B3D7CF. Grayscale: #333333. Windows color (decimal): -11786192 or 3156044. OLE color: 3156044.
HSL color Cylindrical-coordinate representation of color #4C2830: hue angle of 346.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C2830 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 40 | 48 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.70 |
| HSL | 346.67º | 0.31% | 0.23% | - |
| HSV(B) | 346.67º | 0.47% | 0.3% | - |
| XYZ | 4.27 | 3.27 | 3.2 | - |
| YUV | 51.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 48 | 0 | 0.47 | 0.37 | 0.70 | 346.67 | 0.31 | 0.23 |
| Hex | 4C | 28 | 30 | 0 | 2F | 25 | 46 | 15B | 1F | 17 |
| Octal | 114 | 50 | 60 | 0 | 57 | 45 | 106 | 533 | 37 | 27 |
| Binary | 1001100 | 101000 | 110000 | 0 | 101111 | 100101 | 1000110 | 101011011 | 11111 | 10111 |
Color Harmonies of #4C2830
Complementary color
Monochromatic Colors of #4C2830
Black with #4C2830
Text Example
Text Example
White with #4C2830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2830; }
p { color: rgb(76,40,48); }
H1.HeaderClassName
{
color: #4C2830;
}
.AnyTagClassName
{
color: #4C2830;
}
</style>
background-color css
<style>
a { background-color: #4C2830; }
a { background-color: rgb(76,40,48); }
div.DivClassName
{
background-color: #4C2830;
}
.BgClassName
{
background-color: #4C2830;
}
</style>
border-color css
<style>
span { border-color: #4C2830; }
span { border-color: rgb(76,40,48); }
td.TdClassName
{
border-color: #4C2830;
}
.TagClassName
{
border-color: #4C2830;
}
</style>