Shades of Black Rose #5B2335
Tints of Black Rose #5B2335
RGB
CMYK
RGB Variations
Color information
#5B2335 (or 0x5B2335) is known color: Black Rose. HEX triplet: 5B, 23 and 35. RGB value is (91,35,53). Sum of RGB (Red+Green+Blue) = 91+35+53=179 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.84% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2335 is #A4DCCA. Grayscale: #353535. Windows color (decimal): -10804427 or 3482459. OLE color: 3482459.
HSL color Cylindrical-coordinate representation of color #5B2335: hue angle of 340.71º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B2335 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 35 | 53 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.64 |
| HSL | 340.71º | 0.44% | 0.25% | - |
| HSV(B) | 340.71º | 0.62% | 0.36% | - |
| XYZ | 5.56 | 3.68 | 3.79 | - |
| YUV | 53.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 53 | 0 | 0.62 | 0.42 | 0.64 | 340.71 | 0.44 | 0.25 |
| Hex | 5B | 23 | 35 | 0 | 3E | 2A | 40 | 155 | 2C | 19 |
| Octal | 133 | 43 | 65 | 0 | 76 | 52 | 100 | 525 | 54 | 31 |
| Binary | 1011011 | 100011 | 110101 | 0 | 111110 | 101010 | 1000000 | 101010101 | 101100 | 11001 |
Color Harmonies of #5B2335
Complementary color
Monochromatic Colors of #5B2335
Black with #5B2335
Text Example
Text Example
White with #5B2335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2335; }
p { color: rgb(91,35,53); }
H1.HeaderClassName
{
color: #5B2335;
}
.AnyTagClassName
{
color: #5B2335;
}
</style>
background-color css
<style>
a { background-color: #5B2335; }
a { background-color: rgb(91,35,53); }
div.DivClassName
{
background-color: #5B2335;
}
.BgClassName
{
background-color: #5B2335;
}
</style>
border-color css
<style>
span { border-color: #5B2335; }
span { border-color: rgb(91,35,53); }
td.TdClassName
{
border-color: #5B2335;
}
.TagClassName
{
border-color: #5B2335;
}
</style>