Shades of Black Rose #54303E
Tints of Black Rose #54303E
RGB
CMYK
RGB Variations
Color information
#54303E (or 0x54303E) is known color: Black Rose. HEX triplet: 54, 30 and 3E. RGB value is (84,48,62). Sum of RGB (Red+Green+Blue) = 84+48+62=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54303E is #ABCFC1. Grayscale: #3C3C3C. Windows color (decimal): -11259842 or 4075604. OLE color: 4075604.
HSL color Cylindrical-coordinate representation of color #54303E: hue angle of 336.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54303E is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 48 | 62 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.67 |
| HSL | 336.67º | 0.27% | 0.26% | - |
| HSV(B) | 336.67º | 0.43% | 0.33% | - |
| XYZ | 5.58 | 4.35 | 5.1 | - |
| YUV | 60.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 62 | 0 | 0.43 | 0.26 | 0.67 | 336.67 | 0.27 | 0.26 |
| Hex | 54 | 30 | 3E | 0 | 2B | 1A | 43 | 151 | 1B | 1A |
| Octal | 124 | 60 | 76 | 0 | 53 | 32 | 103 | 521 | 33 | 32 |
| Binary | 1010100 | 110000 | 111110 | 0 | 101011 | 11010 | 1000011 | 101010001 | 11011 | 11010 |
Color Harmonies of #54303E
Complementary color
Monochromatic Colors of #54303E
Black with #54303E
Text Example
Text Example
White with #54303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54303E; }
p { color: rgb(84,48,62); }
H1.HeaderClassName
{
color: #54303E;
}
.AnyTagClassName
{
color: #54303E;
}
</style>
background-color css
<style>
a { background-color: #54303E; }
a { background-color: rgb(84,48,62); }
div.DivClassName
{
background-color: #54303E;
}
.BgClassName
{
background-color: #54303E;
}
</style>
border-color css
<style>
span { border-color: #54303E; }
span { border-color: rgb(84,48,62); }
td.TdClassName
{
border-color: #54303E;
}
.TagClassName
{
border-color: #54303E;
}
</style>