Shades of Black Rose #4E2431
Tints of Black Rose #4E2431
RGB
CMYK
RGB Variations
Color information
#4E2431 (or 0x4E2431) is known color: Black Rose. HEX triplet: 4E, 24 and 31. RGB value is (78,36,49). Sum of RGB (Red+Green+Blue) = 78+36+49=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2431 is #B1DBCE. Grayscale: #323232. Windows color (decimal): -11656143 or 3220558. OLE color: 3220558.
HSL color Cylindrical-coordinate representation of color #4E2431: hue angle of 341.43º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E2431 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 36 | 49 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.69 |
| HSL | 341.43º | 0.37% | 0.22% | - |
| HSV(B) | 341.43º | 0.54% | 0.31% | - |
| XYZ | 4.33 | 3.1 | 3.28 | - |
| YUV | 50.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 49 | 0 | 0.54 | 0.37 | 0.69 | 341.43 | 0.37 | 0.22 |
| Hex | 4E | 24 | 31 | 0 | 36 | 25 | 45 | 155 | 25 | 16 |
| Octal | 116 | 44 | 61 | 0 | 66 | 45 | 105 | 525 | 45 | 26 |
| Binary | 1001110 | 100100 | 110001 | 0 | 110110 | 100101 | 1000101 | 101010101 | 100101 | 10110 |
Color Harmonies of #4E2431
Complementary color
Monochromatic Colors of #4E2431
Black with #4E2431
Text Example
Text Example
White with #4E2431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2431; }
p { color: rgb(78,36,49); }
H1.HeaderClassName
{
color: #4E2431;
}
.AnyTagClassName
{
color: #4E2431;
}
</style>
background-color css
<style>
a { background-color: #4E2431; }
a { background-color: rgb(78,36,49); }
div.DivClassName
{
background-color: #4E2431;
}
.BgClassName
{
background-color: #4E2431;
}
</style>
border-color css
<style>
span { border-color: #4E2431; }
span { border-color: rgb(78,36,49); }
td.TdClassName
{
border-color: #4E2431;
}
.TagClassName
{
border-color: #4E2431;
}
</style>