Shades of Black Rose #4F262E
Tints of Black Rose #4F262E
RGB
CMYK
RGB Variations
Color information
#4F262E (or 0x4F262E) is known color: Black Rose. HEX triplet: 4F, 26 and 2E. RGB value is (79,38,46). Sum of RGB (Red+Green+Blue) = 79+38+46=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F262E is #B0D9D1. Grayscale: #333333. Windows color (decimal): -11590098 or 3024463. OLE color: 3024463.
HSL color Cylindrical-coordinate representation of color #4F262E: hue angle of 348.29º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F262E is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 38 | 46 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.69 |
| HSL | 348.29º | 0.35% | 0.23% | - |
| HSV(B) | 348.29º | 0.52% | 0.31% | - |
| XYZ | 4.41 | 3.25 | 2.98 | - |
| YUV | 51.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 46 | 0 | 0.52 | 0.42 | 0.69 | 348.29 | 0.35 | 0.23 |
| Hex | 4F | 26 | 2E | 0 | 34 | 2A | 45 | 15C | 23 | 17 |
| Octal | 117 | 46 | 56 | 0 | 64 | 52 | 105 | 534 | 43 | 27 |
| Binary | 1001111 | 100110 | 101110 | 0 | 110100 | 101010 | 1000101 | 101011100 | 100011 | 10111 |
Color Harmonies of #4F262E
Complementary color
Monochromatic Colors of #4F262E
Black with #4F262E
Text Example
Text Example
White with #4F262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F262E; }
p { color: rgb(79,38,46); }
H1.HeaderClassName
{
color: #4F262E;
}
.AnyTagClassName
{
color: #4F262E;
}
</style>
background-color css
<style>
a { background-color: #4F262E; }
a { background-color: rgb(79,38,46); }
div.DivClassName
{
background-color: #4F262E;
}
.BgClassName
{
background-color: #4F262E;
}
</style>
border-color css
<style>
span { border-color: #4F262E; }
span { border-color: rgb(79,38,46); }
td.TdClassName
{
border-color: #4F262E;
}
.TagClassName
{
border-color: #4F262E;
}
</style>