Shades of Black Rose #502030
Tints of Black Rose #502030
RGB
CMYK
RGB Variations
Color information
#502030 (or 0x502030) is known color: Black Rose. HEX triplet: 50, 20 and 30. RGB value is (80,32,48). Sum of RGB (Red+Green+Blue) = 80+32+48=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #502030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502030 is #AFDFCF. Grayscale: #303030. Windows color (decimal): -11526096 or 3154000. OLE color: 3154000.
HSL color Cylindrical-coordinate representation of color #502030: hue angle of 340º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502030 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 48 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.69 |
| HSL | 340º | 0.43% | 0.22% | - |
| HSV(B) | 340º | 0.6% | 0.31% | - |
| XYZ | 4.36 | 2.95 | 3.14 | - |
| YUV | 48.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 48 | 0 | 0.60 | 0.40 | 0.69 | 340 | 0.43 | 0.22 |
| Hex | 50 | 20 | 30 | 0 | 3C | 28 | 45 | 154 | 2B | 16 |
| Octal | 120 | 40 | 60 | 0 | 74 | 50 | 105 | 524 | 53 | 26 |
| Binary | 1010000 | 100000 | 110000 | 0 | 111100 | 101000 | 1000101 | 101010100 | 101011 | 10110 |
Color Harmonies of #502030
Complementary color
Monochromatic Colors of #502030
Black with #502030
Text Example
Text Example
White with #502030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502030; }
p { color: rgb(80,32,48); }
H1.HeaderClassName
{
color: #502030;
}
.AnyTagClassName
{
color: #502030;
}
</style>
background-color css
<style>
a { background-color: #502030; }
a { background-color: rgb(80,32,48); }
div.DivClassName
{
background-color: #502030;
}
.BgClassName
{
background-color: #502030;
}
</style>
border-color css
<style>
span { border-color: #502030; }
span { border-color: rgb(80,32,48); }
td.TdClassName
{
border-color: #502030;
}
.TagClassName
{
border-color: #502030;
}
</style>