Shades of Black Rose #4E2730
Tints of Black Rose #4E2730
RGB
CMYK
RGB Variations
Color information
#4E2730 (or 0x4E2730) is known color: Black Rose. HEX triplet: 4E, 27 and 30. RGB value is (78,39,48). Sum of RGB (Red+Green+Blue) = 78+39+48=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2730 is #B1D8CF. Grayscale: #333333. Windows color (decimal): -11655376 or 3155790. OLE color: 3155790.
HSL color Cylindrical-coordinate representation of color #4E2730: hue angle of 346.15º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E2730 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 39 | 48 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.69 |
| HSL | 346.15º | 0.33% | 0.23% | - |
| HSV(B) | 346.15º | 0.5% | 0.31% | - |
| XYZ | 4.4 | 3.28 | 3.2 | - |
| YUV | 51.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 48 | 0 | 0.50 | 0.38 | 0.69 | 346.15 | 0.33 | 0.23 |
| Hex | 4E | 27 | 30 | 0 | 32 | 26 | 45 | 15A | 21 | 17 |
| Octal | 116 | 47 | 60 | 0 | 62 | 46 | 105 | 532 | 41 | 27 |
| Binary | 1001110 | 100111 | 110000 | 0 | 110010 | 100110 | 1000101 | 101011010 | 100001 | 10111 |
Color Harmonies of #4E2730
Complementary color
Monochromatic Colors of #4E2730
Black with #4E2730
Text Example
Text Example
White with #4E2730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2730; }
p { color: rgb(78,39,48); }
H1.HeaderClassName
{
color: #4E2730;
}
.AnyTagClassName
{
color: #4E2730;
}
</style>
background-color css
<style>
a { background-color: #4E2730; }
a { background-color: rgb(78,39,48); }
div.DivClassName
{
background-color: #4E2730;
}
.BgClassName
{
background-color: #4E2730;
}
</style>
border-color css
<style>
span { border-color: #4E2730; }
span { border-color: rgb(78,39,48); }
td.TdClassName
{
border-color: #4E2730;
}
.TagClassName
{
border-color: #4E2730;
}
</style>