Shades of Black Rose #531D30
Tints of Black Rose #531D30
RGB
CMYK
RGB Variations
Color information
#531D30 (or 0x531D30) is known color: Black Rose. HEX triplet: 53, 1D and 30. RGB value is (83,29,48). Sum of RGB (Red+Green+Blue) = 83+29+48=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #531D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D30 is #ACE2CF. Grayscale: #2F2F2F. Windows color (decimal): -11330256 or 3153235. OLE color: 3153235.
HSL color Cylindrical-coordinate representation of color #531D30: hue angle of 338.89º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #531D30 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 48 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.67 |
| HSL | 338.89º | 0.48% | 0.22% | - |
| HSV(B) | 338.89º | 0.65% | 0.33% | - |
| XYZ | 4.54 | 2.93 | 3.12 | - |
| YUV | 47.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 48 | 0 | 0.65 | 0.42 | 0.67 | 338.89 | 0.48 | 0.22 |
| Hex | 53 | 1D | 30 | 0 | 41 | 2A | 43 | 153 | 30 | 16 |
| Octal | 123 | 35 | 60 | 0 | 101 | 52 | 103 | 523 | 60 | 26 |
| Binary | 1010011 | 11101 | 110000 | 0 | 1000001 | 101010 | 1000011 | 101010011 | 110000 | 10110 |
Color Harmonies of #531D30
Complementary color
Monochromatic Colors of #531D30
Black with #531D30
Text Example
Text Example
White with #531D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D30; }
p { color: rgb(83,29,48); }
H1.HeaderClassName
{
color: #531D30;
}
.AnyTagClassName
{
color: #531D30;
}
</style>
background-color css
<style>
a { background-color: #531D30; }
a { background-color: rgb(83,29,48); }
div.DivClassName
{
background-color: #531D30;
}
.BgClassName
{
background-color: #531D30;
}
</style>
border-color css
<style>
span { border-color: #531D30; }
span { border-color: rgb(83,29,48); }
td.TdClassName
{
border-color: #531D30;
}
.TagClassName
{
border-color: #531D30;
}
</style>