Shades of Black Rose #502331
Tints of Black Rose #502331
RGB
CMYK
RGB Variations
Color information
#502331 (or 0x502331) is known color: Black Rose. HEX triplet: 50, 23 and 31. RGB value is (80,35,49). Sum of RGB (Red+Green+Blue) = 80+35+49=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #502331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502331 is #AFDCCE. Grayscale: #323232. Windows color (decimal): -11525327 or 3220304. OLE color: 3220304.
HSL color Cylindrical-coordinate representation of color #502331: hue angle of 341.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #502331 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 35 | 49 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.69 |
| HSL | 341.33º | 0.39% | 0.23% | - |
| HSV(B) | 341.33º | 0.56% | 0.31% | - |
| XYZ | 4.46 | 3.13 | 3.27 | - |
| YUV | 50.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 49 | 0 | 0.56 | 0.39 | 0.69 | 341.33 | 0.39 | 0.23 |
| Hex | 50 | 23 | 31 | 0 | 38 | 27 | 45 | 155 | 27 | 17 |
| Octal | 120 | 43 | 61 | 0 | 70 | 47 | 105 | 525 | 47 | 27 |
| Binary | 1010000 | 100011 | 110001 | 0 | 111000 | 100111 | 1000101 | 101010101 | 100111 | 10111 |
Color Harmonies of #502331
Complementary color
Monochromatic Colors of #502331
Black with #502331
Text Example
Text Example
White with #502331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502331; }
p { color: rgb(80,35,49); }
H1.HeaderClassName
{
color: #502331;
}
.AnyTagClassName
{
color: #502331;
}
</style>
background-color css
<style>
a { background-color: #502331; }
a { background-color: rgb(80,35,49); }
div.DivClassName
{
background-color: #502331;
}
.BgClassName
{
background-color: #502331;
}
</style>
border-color css
<style>
span { border-color: #502331; }
span { border-color: rgb(80,35,49); }
td.TdClassName
{
border-color: #502331;
}
.TagClassName
{
border-color: #502331;
}
</style>