Shades of Black Rose #502B39
Tints of Black Rose #502B39
RGB
CMYK
RGB Variations
Color information
#502B39 (or 0x502B39) is known color: Black Rose. HEX triplet: 50, 2B and 39. RGB value is (80,43,57). Sum of RGB (Red+Green+Blue) = 80+43+57=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #502B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B39 is #AFD4C6. Grayscale: #373737. Windows color (decimal): -11523271 or 3746640. OLE color: 3746640.
HSL color Cylindrical-coordinate representation of color #502B39: hue angle of 337.3º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502B39 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 43 | 57 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.69 |
| HSL | 337.3º | 0.3% | 0.24% | - |
| HSV(B) | 337.3º | 0.46% | 0.31% | - |
| XYZ | 4.91 | 3.73 | 4.33 | - |
| YUV | 55.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 57 | 0 | 0.46 | 0.29 | 0.69 | 337.3 | 0.3 | 0.24 |
| Hex | 50 | 2B | 39 | 0 | 2E | 1D | 45 | 151 | 1E | 18 |
| Octal | 120 | 53 | 71 | 0 | 56 | 35 | 105 | 521 | 36 | 30 |
| Binary | 1010000 | 101011 | 111001 | 0 | 101110 | 11101 | 1000101 | 101010001 | 11110 | 11000 |
Color Harmonies of #502B39
Complementary color
Monochromatic Colors of #502B39
Black with #502B39
Text Example
Text Example
White with #502B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B39; }
p { color: rgb(80,43,57); }
H1.HeaderClassName
{
color: #502B39;
}
.AnyTagClassName
{
color: #502B39;
}
</style>
background-color css
<style>
a { background-color: #502B39; }
a { background-color: rgb(80,43,57); }
div.DivClassName
{
background-color: #502B39;
}
.BgClassName
{
background-color: #502B39;
}
</style>
border-color css
<style>
span { border-color: #502B39; }
span { border-color: rgb(80,43,57); }
td.TdClassName
{
border-color: #502B39;
}
.TagClassName
{
border-color: #502B39;
}
</style>