Shades of Black Rose #51212E
Tints of Black Rose #51212E
RGB
CMYK
RGB Variations
Color information
#51212E (or 0x51212E) is known color: Black Rose. HEX triplet: 51, 21 and 2E. RGB value is (81,33,46). Sum of RGB (Red+Green+Blue) = 81+33+46=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51212E is #AEDED1. Grayscale: #303030. Windows color (decimal): -11460306 or 3023185. OLE color: 3023185.
HSL color Cylindrical-coordinate representation of color #51212E: hue angle of 343.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51212E is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 33 | 46 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.68 |
| HSL | 343.75º | 0.42% | 0.22% | - |
| HSV(B) | 343.75º | 0.59% | 0.32% | - |
| XYZ | 4.43 | 3.03 | 2.94 | - |
| YUV | 48.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 46 | 0 | 0.59 | 0.43 | 0.68 | 343.75 | 0.42 | 0.22 |
| Hex | 51 | 21 | 2E | 0 | 3B | 2B | 44 | 158 | 2A | 16 |
| Octal | 121 | 41 | 56 | 0 | 73 | 53 | 104 | 530 | 52 | 26 |
| Binary | 1010001 | 100001 | 101110 | 0 | 111011 | 101011 | 1000100 | 101011000 | 101010 | 10110 |
Color Harmonies of #51212E
Complementary color
Monochromatic Colors of #51212E
Black with #51212E
Text Example
Text Example
White with #51212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51212E; }
p { color: rgb(81,33,46); }
H1.HeaderClassName
{
color: #51212E;
}
.AnyTagClassName
{
color: #51212E;
}
</style>
background-color css
<style>
a { background-color: #51212E; }
a { background-color: rgb(81,33,46); }
div.DivClassName
{
background-color: #51212E;
}
.BgClassName
{
background-color: #51212E;
}
</style>
border-color css
<style>
span { border-color: #51212E; }
span { border-color: rgb(81,33,46); }
td.TdClassName
{
border-color: #51212E;
}
.TagClassName
{
border-color: #51212E;
}
</style>