Shades of Black Rose #4E262E
Tints of Black Rose #4E262E
RGB
CMYK
RGB Variations
Color information
#4E262E (or 0x4E262E) is known color: Black Rose. HEX triplet: 4E, 26 and 2E. RGB value is (78,38,46). Sum of RGB (Red+Green+Blue) = 78+38+46=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E262E is #B1D9D1. Grayscale: #323232. Windows color (decimal): -11655634 or 3024462. OLE color: 3024462.
HSL color Cylindrical-coordinate representation of color #4E262E: hue angle of 348º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E262E is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 38 | 46 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.69 |
| HSL | 348º | 0.34% | 0.23% | - |
| HSV(B) | 348º | 0.51% | 0.31% | - |
| XYZ | 4.33 | 3.2 | 2.97 | - |
| YUV | 50.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 46 | 0 | 0.51 | 0.41 | 0.69 | 348 | 0.34 | 0.23 |
| Hex | 4E | 26 | 2E | 0 | 33 | 29 | 45 | 15C | 22 | 17 |
| Octal | 116 | 46 | 56 | 0 | 63 | 51 | 105 | 534 | 42 | 27 |
| Binary | 1001110 | 100110 | 101110 | 0 | 110011 | 101001 | 1000101 | 101011100 | 100010 | 10111 |
Color Harmonies of #4E262E
Complementary color
Monochromatic Colors of #4E262E
Black with #4E262E
Text Example
Text Example
White with #4E262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E262E; }
p { color: rgb(78,38,46); }
H1.HeaderClassName
{
color: #4E262E;
}
.AnyTagClassName
{
color: #4E262E;
}
</style>
background-color css
<style>
a { background-color: #4E262E; }
a { background-color: rgb(78,38,46); }
div.DivClassName
{
background-color: #4E262E;
}
.BgClassName
{
background-color: #4E262E;
}
</style>
border-color css
<style>
span { border-color: #4E262E; }
span { border-color: rgb(78,38,46); }
td.TdClassName
{
border-color: #4E262E;
}
.TagClassName
{
border-color: #4E262E;
}
</style>