Shades of Black Rose #4E2330
Tints of Black Rose #4E2330
RGB
CMYK
RGB Variations
Color information
#4E2330 (or 0x4E2330) is known color: Black Rose. HEX triplet: 4E, 23 and 30. RGB value is (78,35,48). Sum of RGB (Red+Green+Blue) = 78+35+48=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2330 is #B1DCCF. Grayscale: #313131. Windows color (decimal): -11656400 or 3154766. OLE color: 3154766.
HSL color Cylindrical-coordinate representation of color #4E2330: hue angle of 341.86º 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 #4E2330 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 48 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.69 |
| HSL | 341.86º | 0.38% | 0.22% | - |
| HSV(B) | 341.86º | 0.55% | 0.31% | - |
| XYZ | 4.28 | 3.04 | 3.16 | - |
| YUV | 49.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 48 | 0 | 0.55 | 0.38 | 0.69 | 341.86 | 0.38 | 0.22 |
| Hex | 4E | 23 | 30 | 0 | 37 | 26 | 45 | 156 | 26 | 16 |
| Octal | 116 | 43 | 60 | 0 | 67 | 46 | 105 | 526 | 46 | 26 |
| Binary | 1001110 | 100011 | 110000 | 0 | 110111 | 100110 | 1000101 | 101010110 | 100110 | 10110 |
Color Harmonies of #4E2330
Complementary color
Monochromatic Colors of #4E2330
Black with #4E2330
Text Example
Text Example
White with #4E2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2330; }
p { color: rgb(78,35,48); }
H1.HeaderClassName
{
color: #4E2330;
}
.AnyTagClassName
{
color: #4E2330;
}
</style>
background-color css
<style>
a { background-color: #4E2330; }
a { background-color: rgb(78,35,48); }
div.DivClassName
{
background-color: #4E2330;
}
.BgClassName
{
background-color: #4E2330;
}
</style>
border-color css
<style>
span { border-color: #4E2330; }
span { border-color: rgb(78,35,48); }
td.TdClassName
{
border-color: #4E2330;
}
.TagClassName
{
border-color: #4E2330;
}
</style>