Shades of Black Rose #4D232E
Tints of Black Rose #4D232E
RGB
CMYK
RGB Variations
Color information
#4D232E (or 0x4D232E) is known color: Black Rose. HEX triplet: 4D, 23 and 2E. RGB value is (77,35,46). Sum of RGB (Red+Green+Blue) = 77+35+46=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D232E is #B2DCD1. Grayscale: #303030. Windows color (decimal): -11721938 or 3023693. OLE color: 3023693.
HSL color Cylindrical-coordinate representation of color #4D232E: hue angle of 344.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D232E is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 35 | 46 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.70 |
| HSL | 344.29º | 0.38% | 0.22% | - |
| HSV(B) | 344.29º | 0.55% | 0.3% | - |
| XYZ | 4.15 | 2.98 | 2.94 | - |
| YUV | 48.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 46 | 0 | 0.55 | 0.40 | 0.70 | 344.29 | 0.38 | 0.22 |
| Hex | 4D | 23 | 2E | 0 | 37 | 28 | 46 | 158 | 26 | 16 |
| Octal | 115 | 43 | 56 | 0 | 67 | 50 | 106 | 530 | 46 | 26 |
| Binary | 1001101 | 100011 | 101110 | 0 | 110111 | 101000 | 1000110 | 101011000 | 100110 | 10110 |
Color Harmonies of #4D232E
Complementary color
Monochromatic Colors of #4D232E
Black with #4D232E
Text Example
Text Example
White with #4D232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D232E; }
p { color: rgb(77,35,46); }
H1.HeaderClassName
{
color: #4D232E;
}
.AnyTagClassName
{
color: #4D232E;
}
</style>
background-color css
<style>
a { background-color: #4D232E; }
a { background-color: rgb(77,35,46); }
div.DivClassName
{
background-color: #4D232E;
}
.BgClassName
{
background-color: #4D232E;
}
</style>
border-color css
<style>
span { border-color: #4D232E; }
span { border-color: rgb(77,35,46); }
td.TdClassName
{
border-color: #4D232E;
}
.TagClassName
{
border-color: #4D232E;
}
</style>