Shades of Black Rose #4E242D
Tints of Black Rose #4E242D
RGB
CMYK
RGB Variations
Color information
#4E242D (or 0x4E242D) is known color: Black Rose. HEX triplet: 4E, 24 and 2D. RGB value is (78,36,45). Sum of RGB (Red+Green+Blue) = 78+36+45=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E242D is #B1DBD2. Grayscale: #313131. Windows color (decimal): -11656147 or 2958414. OLE color: 2958414.
HSL color Cylindrical-coordinate representation of color #4E242D: hue angle of 347.14º 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 #4E242D is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 36 | 45 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.69 |
| HSL | 347.14º | 0.37% | 0.22% | - |
| HSV(B) | 347.14º | 0.54% | 0.31% | - |
| XYZ | 4.25 | 3.07 | 2.85 | - |
| YUV | 49.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 45 | 0 | 0.54 | 0.42 | 0.69 | 347.14 | 0.37 | 0.22 |
| Hex | 4E | 24 | 2D | 0 | 36 | 2A | 45 | 15B | 25 | 16 |
| Octal | 116 | 44 | 55 | 0 | 66 | 52 | 105 | 533 | 45 | 26 |
| Binary | 1001110 | 100100 | 101101 | 0 | 110110 | 101010 | 1000101 | 101011011 | 100101 | 10110 |
Color Harmonies of #4E242D
Complementary color
Monochromatic Colors of #4E242D
Black with #4E242D
Text Example
Text Example
White with #4E242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E242D; }
p { color: rgb(78,36,45); }
H1.HeaderClassName
{
color: #4E242D;
}
.AnyTagClassName
{
color: #4E242D;
}
</style>
background-color css
<style>
a { background-color: #4E242D; }
a { background-color: rgb(78,36,45); }
div.DivClassName
{
background-color: #4E242D;
}
.BgClassName
{
background-color: #4E242D;
}
</style>
border-color css
<style>
span { border-color: #4E242D; }
span { border-color: rgb(78,36,45); }
td.TdClassName
{
border-color: #4E242D;
}
.TagClassName
{
border-color: #4E242D;
}
</style>