Shades of Black Rose #5B1830
Tints of Black Rose #5B1830
RGB
CMYK
RGB Variations
Color information
#5B1830 (or 0x5B1830) is known color: Black Rose. HEX triplet: 5B, 18 and 30. RGB value is (91,24,48). Sum of RGB (Red+Green+Blue) = 91+24+48=163 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.83% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1830 is #A4E7CF. Grayscale: #2E2E2E. Windows color (decimal): -10807248 or 3151963. OLE color: 3151963.
HSL color Cylindrical-coordinate representation of color #5B1830: hue angle of 338.51º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B1830 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 24 | 48 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.64 |
| HSL | 338.51º | 0.58% | 0.23% | - |
| HSV(B) | 338.51º | 0.74% | 0.36% | - |
| XYZ | 5.17 | 3.09 | 3.12 | - |
| YUV | 46.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 48 | 0 | 0.74 | 0.47 | 0.64 | 338.51 | 0.58 | 0.23 |
| Hex | 5B | 18 | 30 | 0 | 4A | 2F | 40 | 153 | 3A | 17 |
| Octal | 133 | 30 | 60 | 0 | 112 | 57 | 100 | 523 | 72 | 27 |
| Binary | 1011011 | 11000 | 110000 | 0 | 1001010 | 101111 | 1000000 | 101010011 | 111010 | 10111 |
Color Harmonies of #5B1830
Complementary color
Monochromatic Colors of #5B1830
Black with #5B1830
Text Example
Text Example
White with #5B1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1830; }
p { color: rgb(91,24,48); }
H1.HeaderClassName
{
color: #5B1830;
}
.AnyTagClassName
{
color: #5B1830;
}
</style>
background-color css
<style>
a { background-color: #5B1830; }
a { background-color: rgb(91,24,48); }
div.DivClassName
{
background-color: #5B1830;
}
.BgClassName
{
background-color: #5B1830;
}
</style>
border-color css
<style>
span { border-color: #5B1830; }
span { border-color: rgb(91,24,48); }
td.TdClassName
{
border-color: #5B1830;
}
.TagClassName
{
border-color: #5B1830;
}
</style>