Shades of Black Rose #4E2830
Tints of Black Rose #4E2830
RGB
CMYK
RGB Variations
Color information
#4E2830 (or 0x4E2830) is known color: Black Rose. HEX triplet: 4E, 28 and 30. RGB value is (78,40,48). Sum of RGB (Red+Green+Blue) = 78+40+48=166 (21% of max value = 765). Red value is 78 (30.86% from 255 or 46.99% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2830 is #B1D7CF. Grayscale: #343434. Windows color (decimal): -11655120 or 3156046. OLE color: 3156046.
HSL color Cylindrical-coordinate representation of color #4E2830: hue angle of 347.37º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E2830 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 40 | 48 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.69 |
| HSL | 347.37º | 0.32% | 0.23% | - |
| HSV(B) | 347.37º | 0.49% | 0.31% | - |
| XYZ | 4.43 | 3.35 | 3.21 | - |
| YUV | 52.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 48 | 0 | 0.49 | 0.38 | 0.69 | 347.37 | 0.32 | 0.23 |
| Hex | 4E | 28 | 30 | 0 | 31 | 26 | 45 | 15B | 20 | 17 |
| Octal | 116 | 50 | 60 | 0 | 61 | 46 | 105 | 533 | 40 | 27 |
| Binary | 1001110 | 101000 | 110000 | 0 | 110001 | 100110 | 1000101 | 101011011 | 100000 | 10111 |
Color Harmonies of #4E2830
Complementary color
Monochromatic Colors of #4E2830
Black with #4E2830
Text Example
Text Example
White with #4E2830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2830; }
p { color: rgb(78,40,48); }
H1.HeaderClassName
{
color: #4E2830;
}
.AnyTagClassName
{
color: #4E2830;
}
</style>
background-color css
<style>
a { background-color: #4E2830; }
a { background-color: rgb(78,40,48); }
div.DivClassName
{
background-color: #4E2830;
}
.BgClassName
{
background-color: #4E2830;
}
</style>
border-color css
<style>
span { border-color: #4E2830; }
span { border-color: rgb(78,40,48); }
td.TdClassName
{
border-color: #4E2830;
}
.TagClassName
{
border-color: #4E2830;
}
</style>