Shades of Black Rose #502831
Tints of Black Rose #502831
RGB
CMYK
RGB Variations
Color information
#502831 (or 0x502831) is known color: Black Rose. HEX triplet: 50, 28 and 31. RGB value is (80,40,49). Sum of RGB (Red+Green+Blue) = 80+40+49=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #502831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502831 is #AFD7CE. Grayscale: #343434. Windows color (decimal): -11524047 or 3221584. OLE color: 3221584.
HSL color Cylindrical-coordinate representation of color #502831: hue angle of 346.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #502831 is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 40 | 49 | - |
| CMYK | 0 | 0.5 | 0.39 | 0.69 |
| HSL | 346.5º | 0.33% | 0.24% | - |
| HSV(B) | 346.5º | 0.5% | 0.31% | - |
| XYZ | 4.62 | 3.44 | 3.33 | - |
| YUV | 52.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 49 | 0 | 0.5 | 0.39 | 0.69 | 346.5 | 0.33 | 0.24 |
| Hex | 50 | 28 | 31 | 0 | 32 | 27 | 45 | 15A | 21 | 18 |
| Octal | 120 | 50 | 61 | 0 | 62 | 47 | 105 | 532 | 41 | 30 |
| Binary | 1010000 | 101000 | 110001 | 0 | 110010 | 100111 | 1000101 | 101011010 | 100001 | 11000 |
Color Harmonies of #502831
Complementary color
Monochromatic Colors of #502831
Black with #502831
Text Example
Text Example
White with #502831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502831; }
p { color: rgb(80,40,49); }
H1.HeaderClassName
{
color: #502831;
}
.AnyTagClassName
{
color: #502831;
}
</style>
background-color css
<style>
a { background-color: #502831; }
a { background-color: rgb(80,40,49); }
div.DivClassName
{
background-color: #502831;
}
.BgClassName
{
background-color: #502831;
}
</style>
border-color css
<style>
span { border-color: #502831; }
span { border-color: rgb(80,40,49); }
td.TdClassName
{
border-color: #502831;
}
.TagClassName
{
border-color: #502831;
}
</style>