Shades of Black Rose #511F30
Tints of Black Rose #511F30
RGB
CMYK
RGB Variations
Color information
#511F30 (or 0x511F30) is known color: Black Rose. HEX triplet: 51, 1F and 30. RGB value is (81,31,48). Sum of RGB (Red+Green+Blue) = 81+31+48=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #511F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F30 is #AEE0CF. Grayscale: #2F2F2F. Windows color (decimal): -11460816 or 3153745. OLE color: 3153745.
HSL color Cylindrical-coordinate representation of color #511F30: hue angle of 339.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #511F30 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 31 | 48 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.68 |
| HSL | 339.6º | 0.45% | 0.22% | - |
| HSV(B) | 339.6º | 0.62% | 0.32% | - |
| XYZ | 4.42 | 2.94 | 3.13 | - |
| YUV | 47.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 48 | 0 | 0.62 | 0.41 | 0.68 | 339.6 | 0.45 | 0.22 |
| Hex | 51 | 1F | 30 | 0 | 3E | 29 | 44 | 154 | 2D | 16 |
| Octal | 121 | 37 | 60 | 0 | 76 | 51 | 104 | 524 | 55 | 26 |
| Binary | 1010001 | 11111 | 110000 | 0 | 111110 | 101001 | 1000100 | 101010100 | 101101 | 10110 |
Color Harmonies of #511F30
Complementary color
Monochromatic Colors of #511F30
Black with #511F30
Text Example
Text Example
White with #511F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F30; }
p { color: rgb(81,31,48); }
H1.HeaderClassName
{
color: #511F30;
}
.AnyTagClassName
{
color: #511F30;
}
</style>
background-color css
<style>
a { background-color: #511F30; }
a { background-color: rgb(81,31,48); }
div.DivClassName
{
background-color: #511F30;
}
.BgClassName
{
background-color: #511F30;
}
</style>
border-color css
<style>
span { border-color: #511F30; }
span { border-color: rgb(81,31,48); }
td.TdClassName
{
border-color: #511F30;
}
.TagClassName
{
border-color: #511F30;
}
</style>