Shades of Black Rose #551A30
Tints of Black Rose #551A30
RGB
CMYK
RGB Variations
Color information
#551A30 (or 0x551A30) is known color: Black Rose. HEX triplet: 55, 1A and 30. RGB value is (85,26,48). Sum of RGB (Red+Green+Blue) = 85+26+48=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #551A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A30 is #AAE5CF. Grayscale: #2E2E2E. Windows color (decimal): -11199952 or 3152469. OLE color: 3152469.
HSL color Cylindrical-coordinate representation of color #551A30: hue angle of 337.63º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A30 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 26 | 48 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.67 |
| HSL | 337.63º | 0.53% | 0.22% | - |
| HSV(B) | 337.63º | 0.69% | 0.33% | - |
| XYZ | 4.65 | 2.88 | 3.11 | - |
| YUV | 46.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 48 | 0 | 0.69 | 0.44 | 0.67 | 337.63 | 0.53 | 0.22 |
| Hex | 55 | 1A | 30 | 0 | 45 | 2C | 43 | 152 | 35 | 16 |
| Octal | 125 | 32 | 60 | 0 | 105 | 54 | 103 | 522 | 65 | 26 |
| Binary | 1010101 | 11010 | 110000 | 0 | 1000101 | 101100 | 1000011 | 101010010 | 110101 | 10110 |
Color Harmonies of #551A30
Complementary color
Monochromatic Colors of #551A30
Black with #551A30
Text Example
Text Example
White with #551A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A30; }
p { color: rgb(85,26,48); }
H1.HeaderClassName
{
color: #551A30;
}
.AnyTagClassName
{
color: #551A30;
}
</style>
background-color css
<style>
a { background-color: #551A30; }
a { background-color: rgb(85,26,48); }
div.DivClassName
{
background-color: #551A30;
}
.BgClassName
{
background-color: #551A30;
}
</style>
border-color css
<style>
span { border-color: #551A30; }
span { border-color: rgb(85,26,48); }
td.TdClassName
{
border-color: #551A30;
}
.TagClassName
{
border-color: #551A30;
}
</style>