Shades of Black Rose #50232E
Tints of Black Rose #50232E
RGB
CMYK
RGB Variations
Color information
#50232E (or 0x50232E) is known color: Black Rose. HEX triplet: 50, 23 and 2E. RGB value is (80,35,46). Sum of RGB (Red+Green+Blue) = 80+35+46=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50232E is #AFDCD1. Grayscale: #313131. Windows color (decimal): -11525330 or 3023696. OLE color: 3023696.
HSL color Cylindrical-coordinate representation of color #50232E: hue angle of 345.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 #50232E is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 35 | 46 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.69 |
| HSL | 345.33º | 0.39% | 0.23% | - |
| HSV(B) | 345.33º | 0.56% | 0.31% | - |
| XYZ | 4.4 | 3.1 | 2.95 | - |
| YUV | 49.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 46 | 0 | 0.56 | 0.42 | 0.69 | 345.33 | 0.39 | 0.23 |
| Hex | 50 | 23 | 2E | 0 | 38 | 2A | 45 | 159 | 27 | 17 |
| Octal | 120 | 43 | 56 | 0 | 70 | 52 | 105 | 531 | 47 | 27 |
| Binary | 1010000 | 100011 | 101110 | 0 | 111000 | 101010 | 1000101 | 101011001 | 100111 | 10111 |
Color Harmonies of #50232E
Complementary color
Monochromatic Colors of #50232E
Black with #50232E
Text Example
Text Example
White with #50232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50232E; }
p { color: rgb(80,35,46); }
H1.HeaderClassName
{
color: #50232E;
}
.AnyTagClassName
{
color: #50232E;
}
</style>
background-color css
<style>
a { background-color: #50232E; }
a { background-color: rgb(80,35,46); }
div.DivClassName
{
background-color: #50232E;
}
.BgClassName
{
background-color: #50232E;
}
</style>
border-color css
<style>
span { border-color: #50232E; }
span { border-color: rgb(80,35,46); }
td.TdClassName
{
border-color: #50232E;
}
.TagClassName
{
border-color: #50232E;
}
</style>