Shades of Black Rose #4C2B37
Tints of Black Rose #4C2B37
RGB
CMYK
RGB Variations
Color information
#4C2B37 (or 0x4C2B37) is known color: Black Rose. HEX triplet: 4C, 2B and 37. RGB value is (76,43,55). Sum of RGB (Red+Green+Blue) = 76+43+55=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2B37 is #B3D4C8. Grayscale: #363636. Windows color (decimal): -11785417 or 3615564. OLE color: 3615564.
HSL color Cylindrical-coordinate representation of color #4C2B37: hue angle of 338.18º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C2B37 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 43 | 55 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.70 |
| HSL | 338.18º | 0.28% | 0.23% | - |
| HSV(B) | 338.18º | 0.43% | 0.3% | - |
| XYZ | 4.53 | 3.54 | 4.06 | - |
| YUV | 54.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 55 | 0 | 0.43 | 0.28 | 0.70 | 338.18 | 0.28 | 0.23 |
| Hex | 4C | 2B | 37 | 0 | 2B | 1C | 46 | 152 | 1C | 17 |
| Octal | 114 | 53 | 67 | 0 | 53 | 34 | 106 | 522 | 34 | 27 |
| Binary | 1001100 | 101011 | 110111 | 0 | 101011 | 11100 | 1000110 | 101010010 | 11100 | 10111 |
Color Harmonies of #4C2B37
Complementary color
Monochromatic Colors of #4C2B37
Black with #4C2B37
Text Example
Text Example
White with #4C2B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2B37; }
p { color: rgb(76,43,55); }
H1.HeaderClassName
{
color: #4C2B37;
}
.AnyTagClassName
{
color: #4C2B37;
}
</style>
background-color css
<style>
a { background-color: #4C2B37; }
a { background-color: rgb(76,43,55); }
div.DivClassName
{
background-color: #4C2B37;
}
.BgClassName
{
background-color: #4C2B37;
}
</style>
border-color css
<style>
span { border-color: #4C2B37; }
span { border-color: rgb(76,43,55); }
td.TdClassName
{
border-color: #4C2B37;
}
.TagClassName
{
border-color: #4C2B37;
}
</style>