Shades of Black Rose #5B2230
Tints of Black Rose #5B2230
RGB
CMYK
RGB Variations
Color information
#5B2230 (or 0x5B2230) is known color: Black Rose. HEX triplet: 5B, 22 and 30. RGB value is (91,34,48). Sum of RGB (Red+Green+Blue) = 91+34+48=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2230 is #A4DDCF. Grayscale: #343434. Windows color (decimal): -10804688 or 3154523. OLE color: 3154523.
HSL color Cylindrical-coordinate representation of color #5B2230: hue angle of 345.26º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B2230 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 34 | 48 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.64 |
| HSL | 345.26º | 0.46% | 0.25% | - |
| HSV(B) | 345.26º | 0.63% | 0.36% | - |
| XYZ | 5.42 | 3.58 | 3.2 | - |
| YUV | 52.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 34 | 48 | 0 | 0.63 | 0.47 | 0.64 | 345.26 | 0.46 | 0.25 |
| Hex | 5B | 22 | 30 | 0 | 3F | 2F | 40 | 159 | 2E | 19 |
| Octal | 133 | 42 | 60 | 0 | 77 | 57 | 100 | 531 | 56 | 31 |
| Binary | 1011011 | 100010 | 110000 | 0 | 111111 | 101111 | 1000000 | 101011001 | 101110 | 11001 |
Color Harmonies of #5B2230
Complementary color
Monochromatic Colors of #5B2230
Black with #5B2230
Text Example
Text Example
White with #5B2230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2230; }
p { color: rgb(91,34,48); }
H1.HeaderClassName
{
color: #5B2230;
}
.AnyTagClassName
{
color: #5B2230;
}
</style>
background-color css
<style>
a { background-color: #5B2230; }
a { background-color: rgb(91,34,48); }
div.DivClassName
{
background-color: #5B2230;
}
.BgClassName
{
background-color: #5B2230;
}
</style>
border-color css
<style>
span { border-color: #5B2230; }
span { border-color: rgb(91,34,48); }
td.TdClassName
{
border-color: #5B2230;
}
.TagClassName
{
border-color: #5B2230;
}
</style>