Shades of Black Rose #51242C
Tints of Black Rose #51242C
RGB
CMYK
RGB Variations
Color information
#51242C (or 0x51242C) is known color: Black Rose. HEX triplet: 51, 24 and 2C. RGB value is (81,36,44). Sum of RGB (Red+Green+Blue) = 81+36+44=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51242C is #AEDBD3. Grayscale: #323232. Windows color (decimal): -11459540 or 2892881. OLE color: 2892881.
HSL color Cylindrical-coordinate representation of color #51242C: hue angle of 349.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51242C is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 36 | 44 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.68 |
| HSL | 349.33º | 0.38% | 0.23% | - |
| HSV(B) | 349.33º | 0.56% | 0.32% | - |
| XYZ | 4.48 | 3.19 | 2.76 | - |
| YUV | 50.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 44 | 0 | 0.56 | 0.46 | 0.68 | 349.33 | 0.38 | 0.23 |
| Hex | 51 | 24 | 2C | 0 | 38 | 2E | 44 | 15D | 26 | 17 |
| Octal | 121 | 44 | 54 | 0 | 70 | 56 | 104 | 535 | 46 | 27 |
| Binary | 1010001 | 100100 | 101100 | 0 | 111000 | 101110 | 1000100 | 101011101 | 100110 | 10111 |
Color Harmonies of #51242C
Complementary color
Monochromatic Colors of #51242C
Black with #51242C
Text Example
Text Example
White with #51242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51242C; }
p { color: rgb(81,36,44); }
H1.HeaderClassName
{
color: #51242C;
}
.AnyTagClassName
{
color: #51242C;
}
</style>
background-color css
<style>
a { background-color: #51242C; }
a { background-color: rgb(81,36,44); }
div.DivClassName
{
background-color: #51242C;
}
.BgClassName
{
background-color: #51242C;
}
</style>
border-color css
<style>
span { border-color: #51242C; }
span { border-color: rgb(81,36,44); }
td.TdClassName
{
border-color: #51242C;
}
.TagClassName
{
border-color: #51242C;
}
</style>