Shades of Black Rose #502A36
Tints of Black Rose #502A36
RGB
CMYK
RGB Variations
Color information
#502A36 (or 0x502A36) is known color: Black Rose. HEX triplet: 50, 2A and 36. RGB value is (80,42,54). Sum of RGB (Red+Green+Blue) = 80+42+54=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #502A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A36 is #AFD5C9. Grayscale: #363636. Windows color (decimal): -11523530 or 3549776. OLE color: 3549776.
HSL color Cylindrical-coordinate representation of color #502A36: hue angle of 341.05º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #502A36 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 42 | 54 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.69 |
| HSL | 341.05º | 0.31% | 0.24% | - |
| HSV(B) | 341.05º | 0.48% | 0.31% | - |
| XYZ | 4.8 | 3.63 | 3.94 | - |
| YUV | 54.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 54 | 0 | 0.48 | 0.33 | 0.69 | 341.05 | 0.31 | 0.24 |
| Hex | 50 | 2A | 36 | 0 | 30 | 21 | 45 | 155 | 1F | 18 |
| Octal | 120 | 52 | 66 | 0 | 60 | 41 | 105 | 525 | 37 | 30 |
| Binary | 1010000 | 101010 | 110110 | 0 | 110000 | 100001 | 1000101 | 101010101 | 11111 | 11000 |
Color Harmonies of #502A36
Complementary color
Monochromatic Colors of #502A36
Black with #502A36
Text Example
Text Example
White with #502A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A36; }
p { color: rgb(80,42,54); }
H1.HeaderClassName
{
color: #502A36;
}
.AnyTagClassName
{
color: #502A36;
}
</style>
background-color css
<style>
a { background-color: #502A36; }
a { background-color: rgb(80,42,54); }
div.DivClassName
{
background-color: #502A36;
}
.BgClassName
{
background-color: #502A36;
}
</style>
border-color css
<style>
span { border-color: #502A36; }
span { border-color: rgb(80,42,54); }
td.TdClassName
{
border-color: #502A36;
}
.TagClassName
{
border-color: #502A36;
}
</style>