Shades of Black Rose #5B242F
Tints of Black Rose #5B242F
RGB
CMYK
RGB Variations
Color information
#5B242F (or 0x5B242F) is known color: Black Rose. HEX triplet: 5B, 24 and 2F. RGB value is (91,36,47). Sum of RGB (Red+Green+Blue) = 91+36+47=174 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52.30% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 91 - color contains mainly: red. Hex color #5B242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B242F is #A4DBD0. Grayscale: #353535. Windows color (decimal): -10804177 or 3089499. OLE color: 3089499.
HSL color Cylindrical-coordinate representation of color #5B242F: hue angle of 348º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B242F is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 36 | 47 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.64 |
| HSL | 348º | 0.43% | 0.25% | - |
| HSV(B) | 348º | 0.6% | 0.36% | - |
| XYZ | 5.46 | 3.69 | 3.11 | - |
| YUV | 53.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 36 | 47 | 0 | 0.60 | 0.48 | 0.64 | 348 | 0.43 | 0.25 |
| Hex | 5B | 24 | 2F | 0 | 3C | 30 | 40 | 15C | 2B | 19 |
| Octal | 133 | 44 | 57 | 0 | 74 | 60 | 100 | 534 | 53 | 31 |
| Binary | 1011011 | 100100 | 101111 | 0 | 111100 | 110000 | 1000000 | 101011100 | 101011 | 11001 |
Color Harmonies of #5B242F
Complementary color
Monochromatic Colors of #5B242F
Black with #5B242F
Text Example
Text Example
White with #5B242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B242F; }
p { color: rgb(91,36,47); }
H1.HeaderClassName
{
color: #5B242F;
}
.AnyTagClassName
{
color: #5B242F;
}
</style>
background-color css
<style>
a { background-color: #5B242F; }
a { background-color: rgb(91,36,47); }
div.DivClassName
{
background-color: #5B242F;
}
.BgClassName
{
background-color: #5B242F;
}
</style>
border-color css
<style>
span { border-color: #5B242F; }
span { border-color: rgb(91,36,47); }
td.TdClassName
{
border-color: #5B242F;
}
.TagClassName
{
border-color: #5B242F;
}
</style>