Shades of Black Rose #4F232D
Tints of Black Rose #4F232D
RGB
CMYK
RGB Variations
Color information
#4F232D (or 0x4F232D) is known color: Black Rose. HEX triplet: 4F, 23 and 2D. RGB value is (79,35,45). Sum of RGB (Red+Green+Blue) = 79+35+45=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F232D is #B0DCD2. Grayscale: #313131. Windows color (decimal): -11590867 or 2958159. OLE color: 2958159.
HSL color Cylindrical-coordinate representation of color #4F232D: hue angle of 346.36º 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 #4F232D is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 35 | 45 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.69 |
| HSL | 346.36º | 0.39% | 0.22% | - |
| HSV(B) | 346.36º | 0.56% | 0.31% | - |
| XYZ | 4.3 | 3.05 | 2.85 | - |
| YUV | 49.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 45 | 0 | 0.56 | 0.43 | 0.69 | 346.36 | 0.39 | 0.22 |
| Hex | 4F | 23 | 2D | 0 | 38 | 2B | 45 | 15A | 27 | 16 |
| Octal | 117 | 43 | 55 | 0 | 70 | 53 | 105 | 532 | 47 | 26 |
| Binary | 1001111 | 100011 | 101101 | 0 | 111000 | 101011 | 1000101 | 101011010 | 100111 | 10110 |
Color Harmonies of #4F232D
Complementary color
Monochromatic Colors of #4F232D
Black with #4F232D
Text Example
Text Example
White with #4F232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F232D; }
p { color: rgb(79,35,45); }
H1.HeaderClassName
{
color: #4F232D;
}
.AnyTagClassName
{
color: #4F232D;
}
</style>
background-color css
<style>
a { background-color: #4F232D; }
a { background-color: rgb(79,35,45); }
div.DivClassName
{
background-color: #4F232D;
}
.BgClassName
{
background-color: #4F232D;
}
</style>
border-color css
<style>
span { border-color: #4F232D; }
span { border-color: rgb(79,35,45); }
td.TdClassName
{
border-color: #4F232D;
}
.TagClassName
{
border-color: #4F232D;
}
</style>