Shades of Black Rose #4E232E
Tints of Black Rose #4E232E
RGB
CMYK
RGB Variations
Color information
#4E232E (or 0x4E232E) is known color: Black Rose. HEX triplet: 4E, 23 and 2E. RGB value is (78,35,46). Sum of RGB (Red+Green+Blue) = 78+35+46=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E232E is #B1DCD1. Grayscale: #313131. Windows color (decimal): -11656402 or 3023694. OLE color: 3023694.
HSL color Cylindrical-coordinate representation of color #4E232E: hue angle of 344.65º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E232E is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 46 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.69 |
| HSL | 344.65º | 0.38% | 0.22% | - |
| HSV(B) | 344.65º | 0.55% | 0.31% | - |
| XYZ | 4.24 | 3.02 | 2.94 | - |
| YUV | 49.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 46 | 0 | 0.55 | 0.41 | 0.69 | 344.65 | 0.38 | 0.22 |
| Hex | 4E | 23 | 2E | 0 | 37 | 29 | 45 | 159 | 26 | 16 |
| Octal | 116 | 43 | 56 | 0 | 67 | 51 | 105 | 531 | 46 | 26 |
| Binary | 1001110 | 100011 | 101110 | 0 | 110111 | 101001 | 1000101 | 101011001 | 100110 | 10110 |
Color Harmonies of #4E232E
Complementary color
Monochromatic Colors of #4E232E
Black with #4E232E
Text Example
Text Example
White with #4E232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E232E; }
p { color: rgb(78,35,46); }
H1.HeaderClassName
{
color: #4E232E;
}
.AnyTagClassName
{
color: #4E232E;
}
</style>
background-color css
<style>
a { background-color: #4E232E; }
a { background-color: rgb(78,35,46); }
div.DivClassName
{
background-color: #4E232E;
}
.BgClassName
{
background-color: #4E232E;
}
</style>
border-color css
<style>
span { border-color: #4E232E; }
span { border-color: rgb(78,35,46); }
td.TdClassName
{
border-color: #4E232E;
}
.TagClassName
{
border-color: #4E232E;
}
</style>