Shades of Black Rose #4E2932
Tints of Black Rose #4E2932
RGB
CMYK
RGB Variations
Color information
#4E2932 (or 0x4E2932) is known color: Black Rose. HEX triplet: 4E, 29 and 32. RGB value is (78,41,50). Sum of RGB (Red+Green+Blue) = 78+41+50=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2932 is #B1D6CD. Grayscale: #353535. Windows color (decimal): -11654862 or 3287374. OLE color: 3287374.
HSL color Cylindrical-coordinate representation of color #4E2932: hue angle of 345.41º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E2932 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 41 | 50 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.69 |
| HSL | 345.41º | 0.31% | 0.23% | - |
| HSV(B) | 345.41º | 0.47% | 0.31% | - |
| XYZ | 4.51 | 3.44 | 3.44 | - |
| YUV | 53.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 50 | 0 | 0.47 | 0.36 | 0.69 | 345.41 | 0.31 | 0.23 |
| Hex | 4E | 29 | 32 | 0 | 2F | 24 | 45 | 159 | 1F | 17 |
| Octal | 116 | 51 | 62 | 0 | 57 | 44 | 105 | 531 | 37 | 27 |
| Binary | 1001110 | 101001 | 110010 | 0 | 101111 | 100100 | 1000101 | 101011001 | 11111 | 10111 |
Color Harmonies of #4E2932
Complementary color
Monochromatic Colors of #4E2932
Black with #4E2932
Text Example
Text Example
White with #4E2932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2932; }
p { color: rgb(78,41,50); }
H1.HeaderClassName
{
color: #4E2932;
}
.AnyTagClassName
{
color: #4E2932;
}
</style>
background-color css
<style>
a { background-color: #4E2932; }
a { background-color: rgb(78,41,50); }
div.DivClassName
{
background-color: #4E2932;
}
.BgClassName
{
background-color: #4E2932;
}
</style>
border-color css
<style>
span { border-color: #4E2932; }
span { border-color: rgb(78,41,50); }
td.TdClassName
{
border-color: #4E2932;
}
.TagClassName
{
border-color: #4E2932;
}
</style>