Shades of Black Rose #50242E
Tints of Black Rose #50242E
RGB
CMYK
RGB Variations
Color information
#50242E (or 0x50242E) is known color: Black Rose. HEX triplet: 50, 24 and 2E. RGB value is (80,36,46). Sum of RGB (Red+Green+Blue) = 80+36+46=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50242E is #AFDBD1. Grayscale: #323232. Windows color (decimal): -11525074 or 3023952. OLE color: 3023952.
HSL color Cylindrical-coordinate representation of color #50242E: hue angle of 346.36º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50242E is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 46 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.69 |
| HSL | 346.36º | 0.38% | 0.23% | - |
| HSV(B) | 346.36º | 0.55% | 0.31% | - |
| XYZ | 4.43 | 3.16 | 2.96 | - |
| YUV | 50.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 46 | 0 | 0.55 | 0.42 | 0.69 | 346.36 | 0.38 | 0.23 |
| Hex | 50 | 24 | 2E | 0 | 37 | 2A | 45 | 15A | 26 | 17 |
| Octal | 120 | 44 | 56 | 0 | 67 | 52 | 105 | 532 | 46 | 27 |
| Binary | 1010000 | 100100 | 101110 | 0 | 110111 | 101010 | 1000101 | 101011010 | 100110 | 10111 |
Color Harmonies of #50242E
Complementary color
Monochromatic Colors of #50242E
Black with #50242E
Text Example
Text Example
White with #50242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50242E; }
p { color: rgb(80,36,46); }
H1.HeaderClassName
{
color: #50242E;
}
.AnyTagClassName
{
color: #50242E;
}
</style>
background-color css
<style>
a { background-color: #50242E; }
a { background-color: rgb(80,36,46); }
div.DivClassName
{
background-color: #50242E;
}
.BgClassName
{
background-color: #50242E;
}
</style>
border-color css
<style>
span { border-color: #50242E; }
span { border-color: rgb(80,36,46); }
td.TdClassName
{
border-color: #50242E;
}
.TagClassName
{
border-color: #50242E;
}
</style>