Shades of Black Rose #5B1E31
Tints of Black Rose #5B1E31
RGB
CMYK
RGB Variations
Color information
#5B1E31 (or 0x5B1E31) is known color: Black Rose. HEX triplet: 5B, 1E and 31. RGB value is (91,30,49). Sum of RGB (Red+Green+Blue) = 91+30+49=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1E31 is #A4E1CE. Grayscale: #323232. Windows color (decimal): -10805711 or 3219035. OLE color: 3219035.
HSL color Cylindrical-coordinate representation of color #5B1E31: hue angle of 341.31º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B1E31 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 30 | 49 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.64 |
| HSL | 341.31º | 0.5% | 0.24% | - |
| HSV(B) | 341.31º | 0.67% | 0.36% | - |
| XYZ | 5.33 | 3.37 | 3.28 | - |
| YUV | 50.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 30 | 49 | 0 | 0.67 | 0.46 | 0.64 | 341.31 | 0.5 | 0.24 |
| Hex | 5B | 1E | 31 | 0 | 43 | 2E | 40 | 155 | 32 | 18 |
| Octal | 133 | 36 | 61 | 0 | 103 | 56 | 100 | 525 | 62 | 30 |
| Binary | 1011011 | 11110 | 110001 | 0 | 1000011 | 101110 | 1000000 | 101010101 | 110010 | 11000 |
Color Harmonies of #5B1E31
Complementary color
Monochromatic Colors of #5B1E31
Black with #5B1E31
Text Example
Text Example
White with #5B1E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1E31; }
p { color: rgb(91,30,49); }
H1.HeaderClassName
{
color: #5B1E31;
}
.AnyTagClassName
{
color: #5B1E31;
}
</style>
background-color css
<style>
a { background-color: #5B1E31; }
a { background-color: rgb(91,30,49); }
div.DivClassName
{
background-color: #5B1E31;
}
.BgClassName
{
background-color: #5B1E31;
}
</style>
border-color css
<style>
span { border-color: #5B1E31; }
span { border-color: rgb(91,30,49); }
td.TdClassName
{
border-color: #5B1E31;
}
.TagClassName
{
border-color: #5B1E31;
}
</style>