Shades of Black Rose #50242C
Tints of Black Rose #50242C
RGB
CMYK
RGB Variations
Color information
#50242C (or 0x50242C) is known color: Black Rose. HEX triplet: 50, 24 and 2C. RGB value is (80,36,44). Sum of RGB (Red+Green+Blue) = 80+36+44=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50242C is #AFDBD3. Grayscale: #323232. Windows color (decimal): -11525076 or 2892880. OLE color: 2892880.
HSL color Cylindrical-coordinate representation of color #50242C: hue angle of 349.09º 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 #50242C is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 44 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.69 |
| HSL | 349.09º | 0.38% | 0.23% | - |
| HSV(B) | 349.09º | 0.55% | 0.31% | - |
| XYZ | 4.39 | 3.15 | 2.76 | - |
| YUV | 50.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 44 | 0 | 0.55 | 0.45 | 0.69 | 349.09 | 0.38 | 0.23 |
| Hex | 50 | 24 | 2C | 0 | 37 | 2D | 45 | 15D | 26 | 17 |
| Octal | 120 | 44 | 54 | 0 | 67 | 55 | 105 | 535 | 46 | 27 |
| Binary | 1010000 | 100100 | 101100 | 0 | 110111 | 101101 | 1000101 | 101011101 | 100110 | 10111 |
Color Harmonies of #50242C
Complementary color
Monochromatic Colors of #50242C
Black with #50242C
Text Example
Text Example
White with #50242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50242C; }
p { color: rgb(80,36,44); }
H1.HeaderClassName
{
color: #50242C;
}
.AnyTagClassName
{
color: #50242C;
}
</style>
background-color css
<style>
a { background-color: #50242C; }
a { background-color: rgb(80,36,44); }
div.DivClassName
{
background-color: #50242C;
}
.BgClassName
{
background-color: #50242C;
}
</style>
border-color css
<style>
span { border-color: #50242C; }
span { border-color: rgb(80,36,44); }
td.TdClassName
{
border-color: #50242C;
}
.TagClassName
{
border-color: #50242C;
}
</style>