Shades of Black Rose #4E2B36
Tints of Black Rose #4E2B36
RGB
CMYK
RGB Variations
Color information
#4E2B36 (or 0x4E2B36) is known color: Black Rose. HEX triplet: 4E, 2B and 36. RGB value is (78,43,54). Sum of RGB (Red+Green+Blue) = 78+43+54=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2B36 is #B1D4C9. Grayscale: #363636. Windows color (decimal): -11654346 or 3550030. OLE color: 3550030.
HSL color Cylindrical-coordinate representation of color #4E2B36: hue angle of 341.14º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E2B36 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 43 | 54 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.69 |
| HSL | 341.14º | 0.29% | 0.24% | - |
| HSV(B) | 341.14º | 0.45% | 0.31% | - |
| XYZ | 4.67 | 3.61 | 3.94 | - |
| YUV | 54.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 54 | 0 | 0.45 | 0.31 | 0.69 | 341.14 | 0.29 | 0.24 |
| Hex | 4E | 2B | 36 | 0 | 2D | 1F | 45 | 155 | 1D | 18 |
| Octal | 116 | 53 | 66 | 0 | 55 | 37 | 105 | 525 | 35 | 30 |
| Binary | 1001110 | 101011 | 110110 | 0 | 101101 | 11111 | 1000101 | 101010101 | 11101 | 11000 |
Color Harmonies of #4E2B36
Complementary color
Monochromatic Colors of #4E2B36
Black with #4E2B36
Text Example
Text Example
White with #4E2B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2B36; }
p { color: rgb(78,43,54); }
H1.HeaderClassName
{
color: #4E2B36;
}
.AnyTagClassName
{
color: #4E2B36;
}
</style>
background-color css
<style>
a { background-color: #4E2B36; }
a { background-color: rgb(78,43,54); }
div.DivClassName
{
background-color: #4E2B36;
}
.BgClassName
{
background-color: #4E2B36;
}
</style>
border-color css
<style>
span { border-color: #4E2B36; }
span { border-color: rgb(78,43,54); }
td.TdClassName
{
border-color: #4E2B36;
}
.TagClassName
{
border-color: #4E2B36;
}
</style>