Shades of Black Rose #4C272F
Tints of Black Rose #4C272F
RGB
CMYK
RGB Variations
Color information
#4C272F (or 0x4C272F) is known color: Black Rose. HEX triplet: 4C, 27 and 2F. RGB value is (76,39,47). Sum of RGB (Red+Green+Blue) = 76+39+47=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C272F is #B3D8D0. Grayscale: #323232. Windows color (decimal): -11786449 or 3090252. OLE color: 3090252.
HSL color Cylindrical-coordinate representation of color #4C272F: hue angle of 347.03º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C272F is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 39 | 47 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.70 |
| HSL | 347.03º | 0.32% | 0.23% | - |
| HSV(B) | 347.03º | 0.49% | 0.3% | - |
| XYZ | 4.22 | 3.19 | 3.08 | - |
| YUV | 50.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 47 | 0 | 0.49 | 0.38 | 0.70 | 347.03 | 0.32 | 0.23 |
| Hex | 4C | 27 | 2F | 0 | 31 | 26 | 46 | 15B | 20 | 17 |
| Octal | 114 | 47 | 57 | 0 | 61 | 46 | 106 | 533 | 40 | 27 |
| Binary | 1001100 | 100111 | 101111 | 0 | 110001 | 100110 | 1000110 | 101011011 | 100000 | 10111 |
Color Harmonies of #4C272F
Complementary color
Monochromatic Colors of #4C272F
Black with #4C272F
Text Example
Text Example
White with #4C272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C272F; }
p { color: rgb(76,39,47); }
H1.HeaderClassName
{
color: #4C272F;
}
.AnyTagClassName
{
color: #4C272F;
}
</style>
background-color css
<style>
a { background-color: #4C272F; }
a { background-color: rgb(76,39,47); }
div.DivClassName
{
background-color: #4C272F;
}
.BgClassName
{
background-color: #4C272F;
}
</style>
border-color css
<style>
span { border-color: #4C272F; }
span { border-color: rgb(76,39,47); }
td.TdClassName
{
border-color: #4C272F;
}
.TagClassName
{
border-color: #4C272F;
}
</style>