Shades of Black Rose #50232C
Tints of Black Rose #50232C
RGB
CMYK
RGB Variations
Color information
#50232C (or 0x50232C) is known color: Black Rose. HEX triplet: 50, 23 and 2C. RGB value is (80,35,44). Sum of RGB (Red+Green+Blue) = 80+35+44=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50232C is #AFDCD3. Grayscale: #313131. Windows color (decimal): -11525332 or 2892624. OLE color: 2892624.
HSL color Cylindrical-coordinate representation of color #50232C: hue angle of 348º 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 #50232C is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 35 | 44 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.69 |
| HSL | 348º | 0.39% | 0.23% | - |
| HSV(B) | 348º | 0.56% | 0.31% | - |
| XYZ | 4.36 | 3.09 | 2.75 | - |
| YUV | 49.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 44 | 0 | 0.56 | 0.45 | 0.69 | 348 | 0.39 | 0.23 |
| Hex | 50 | 23 | 2C | 0 | 38 | 2D | 45 | 15C | 27 | 17 |
| Octal | 120 | 43 | 54 | 0 | 70 | 55 | 105 | 534 | 47 | 27 |
| Binary | 1010000 | 100011 | 101100 | 0 | 111000 | 101101 | 1000101 | 101011100 | 100111 | 10111 |
Color Harmonies of #50232C
Complementary color
Monochromatic Colors of #50232C
Black with #50232C
Text Example
Text Example
White with #50232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50232C; }
p { color: rgb(80,35,44); }
H1.HeaderClassName
{
color: #50232C;
}
.AnyTagClassName
{
color: #50232C;
}
</style>
background-color css
<style>
a { background-color: #50232C; }
a { background-color: rgb(80,35,44); }
div.DivClassName
{
background-color: #50232C;
}
.BgClassName
{
background-color: #50232C;
}
</style>
border-color css
<style>
span { border-color: #50232C; }
span { border-color: rgb(80,35,44); }
td.TdClassName
{
border-color: #50232C;
}
.TagClassName
{
border-color: #50232C;
}
</style>