Shades of Black Rose #51212C
Tints of Black Rose #51212C
RGB
CMYK
RGB Variations
Color information
#51212C (or 0x51212C) is known color: Black Rose. HEX triplet: 51, 21 and 2C. RGB value is (81,33,44). Sum of RGB (Red+Green+Blue) = 81+33+44=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #51212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51212C is #AEDED3. Grayscale: #303030. Windows color (decimal): -11460308 or 2892113. OLE color: 2892113.
HSL color Cylindrical-coordinate representation of color #51212C: hue angle of 346.25º 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 #51212C is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 33 | 44 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.68 |
| HSL | 346.25º | 0.42% | 0.22% | - |
| HSV(B) | 346.25º | 0.59% | 0.32% | - |
| XYZ | 4.39 | 3.02 | 2.73 | - |
| YUV | 48.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 44 | 0 | 0.59 | 0.46 | 0.68 | 346.25 | 0.42 | 0.22 |
| Hex | 51 | 21 | 2C | 0 | 3B | 2E | 44 | 15A | 2A | 16 |
| Octal | 121 | 41 | 54 | 0 | 73 | 56 | 104 | 532 | 52 | 26 |
| Binary | 1010001 | 100001 | 101100 | 0 | 111011 | 101110 | 1000100 | 101011010 | 101010 | 10110 |
Color Harmonies of #51212C
Complementary color
Monochromatic Colors of #51212C
Black with #51212C
Text Example
Text Example
White with #51212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51212C; }
p { color: rgb(81,33,44); }
H1.HeaderClassName
{
color: #51212C;
}
.AnyTagClassName
{
color: #51212C;
}
</style>
background-color css
<style>
a { background-color: #51212C; }
a { background-color: rgb(81,33,44); }
div.DivClassName
{
background-color: #51212C;
}
.BgClassName
{
background-color: #51212C;
}
</style>
border-color css
<style>
span { border-color: #51212C; }
span { border-color: rgb(81,33,44); }
td.TdClassName
{
border-color: #51212C;
}
.TagClassName
{
border-color: #51212C;
}
</style>