Shades of Black Rose #4F232E
Tints of Black Rose #4F232E
RGB
CMYK
RGB Variations
Color information
#4F232E (or 0x4F232E) is known color: Black Rose. HEX triplet: 4F, 23 and 2E. RGB value is (79,35,46). Sum of RGB (Red+Green+Blue) = 79+35+46=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F232E is #B0DCD1. Grayscale: #313131. Windows color (decimal): -11590866 or 3023695. OLE color: 3023695.
HSL color Cylindrical-coordinate representation of color #4F232E: hue angle of 345º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F232E is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 35 | 46 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.69 |
| HSL | 345º | 0.39% | 0.22% | - |
| HSV(B) | 345º | 0.56% | 0.31% | - |
| XYZ | 4.32 | 3.06 | 2.95 | - |
| YUV | 49.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 46 | 0 | 0.56 | 0.42 | 0.69 | 345 | 0.39 | 0.22 |
| Hex | 4F | 23 | 2E | 0 | 38 | 2A | 45 | 159 | 27 | 16 |
| Octal | 117 | 43 | 56 | 0 | 70 | 52 | 105 | 531 | 47 | 26 |
| Binary | 1001111 | 100011 | 101110 | 0 | 111000 | 101010 | 1000101 | 101011001 | 100111 | 10110 |
Color Harmonies of #4F232E
Complementary color
Monochromatic Colors of #4F232E
Black with #4F232E
Text Example
Text Example
White with #4F232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F232E; }
p { color: rgb(79,35,46); }
H1.HeaderClassName
{
color: #4F232E;
}
.AnyTagClassName
{
color: #4F232E;
}
</style>
background-color css
<style>
a { background-color: #4F232E; }
a { background-color: rgb(79,35,46); }
div.DivClassName
{
background-color: #4F232E;
}
.BgClassName
{
background-color: #4F232E;
}
</style>
border-color css
<style>
span { border-color: #4F232E; }
span { border-color: rgb(79,35,46); }
td.TdClassName
{
border-color: #4F232E;
}
.TagClassName
{
border-color: #4F232E;
}
</style>