Shades of Black Rose #541C30
Tints of Black Rose #541C30
RGB
CMYK
RGB Variations
Color information
#541C30 (or 0x541C30) is known color: Black Rose. HEX triplet: 54, 1C and 30. RGB value is (84,28,48). Sum of RGB (Red+Green+Blue) = 84+28+48=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #541C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C30 is #ABE3CF. Grayscale: #2F2F2F. Windows color (decimal): -11264976 or 3152980. OLE color: 3152980.
HSL color Cylindrical-coordinate representation of color #541C30: hue angle of 338.57º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #541C30 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 28 | 48 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.67 |
| HSL | 338.57º | 0.5% | 0.22% | - |
| HSV(B) | 338.57º | 0.67% | 0.33% | - |
| XYZ | 4.6 | 2.93 | 3.12 | - |
| YUV | 47.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 48 | 0 | 0.67 | 0.43 | 0.67 | 338.57 | 0.5 | 0.22 |
| Hex | 54 | 1C | 30 | 0 | 43 | 2B | 43 | 153 | 32 | 16 |
| Octal | 124 | 34 | 60 | 0 | 103 | 53 | 103 | 523 | 62 | 26 |
| Binary | 1010100 | 11100 | 110000 | 0 | 1000011 | 101011 | 1000011 | 101010011 | 110010 | 10110 |
Color Harmonies of #541C30
Complementary color
Monochromatic Colors of #541C30
Black with #541C30
Text Example
Text Example
White with #541C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541C30; }
p { color: rgb(84,28,48); }
H1.HeaderClassName
{
color: #541C30;
}
.AnyTagClassName
{
color: #541C30;
}
</style>
background-color css
<style>
a { background-color: #541C30; }
a { background-color: rgb(84,28,48); }
div.DivClassName
{
background-color: #541C30;
}
.BgClassName
{
background-color: #541C30;
}
</style>
border-color css
<style>
span { border-color: #541C30; }
span { border-color: rgb(84,28,48); }
td.TdClassName
{
border-color: #541C30;
}
.TagClassName
{
border-color: #541C30;
}
</style>