Shades of Black Rose #4C262F
Tints of Black Rose #4C262F
RGB
CMYK
RGB Variations
Color information
#4C262F (or 0x4C262F) is known color: Black Rose. HEX triplet: 4C, 26 and 2F. RGB value is (76,38,47). Sum of RGB (Red+Green+Blue) = 76+38+47=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C262F is #B3D9D0. Grayscale: #323232. Windows color (decimal): -11786705 or 3089996. OLE color: 3089996.
HSL color Cylindrical-coordinate representation of color #4C262F: hue angle of 345.79º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C262F is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 38 | 47 | - |
| CMYK | 0 | 0.5 | 0.38 | 0.70 |
| HSL | 345.79º | 0.33% | 0.22% | - |
| HSV(B) | 345.79º | 0.5% | 0.3% | - |
| XYZ | 4.19 | 3.13 | 3.07 | - |
| YUV | 50.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 47 | 0 | 0.5 | 0.38 | 0.70 | 345.79 | 0.33 | 0.22 |
| Hex | 4C | 26 | 2F | 0 | 32 | 26 | 46 | 15A | 21 | 16 |
| Octal | 114 | 46 | 57 | 0 | 62 | 46 | 106 | 532 | 41 | 26 |
| Binary | 1001100 | 100110 | 101111 | 0 | 110010 | 100110 | 1000110 | 101011010 | 100001 | 10110 |
Color Harmonies of #4C262F
Complementary color
Monochromatic Colors of #4C262F
Black with #4C262F
Text Example
Text Example
White with #4C262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C262F; }
p { color: rgb(76,38,47); }
H1.HeaderClassName
{
color: #4C262F;
}
.AnyTagClassName
{
color: #4C262F;
}
</style>
background-color css
<style>
a { background-color: #4C262F; }
a { background-color: rgb(76,38,47); }
div.DivClassName
{
background-color: #4C262F;
}
.BgClassName
{
background-color: #4C262F;
}
</style>
border-color css
<style>
span { border-color: #4C262F; }
span { border-color: rgb(76,38,47); }
td.TdClassName
{
border-color: #4C262F;
}
.TagClassName
{
border-color: #4C262F;
}
</style>