Shades of Black Rose #4F2330
Tints of Black Rose #4F2330
RGB
CMYK
RGB Variations
Color information
#4F2330 (or 0x4F2330) is known color: Black Rose. HEX triplet: 4F, 23 and 30. RGB value is (79,35,48). Sum of RGB (Red+Green+Blue) = 79+35+48=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2330 is #B0DCCF. Grayscale: #313131. Windows color (decimal): -11590864 or 3154767. OLE color: 3154767.
HSL color Cylindrical-coordinate representation of color #4F2330: hue angle of 342.27º 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 #4F2330 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 35 | 48 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.69 |
| HSL | 342.27º | 0.39% | 0.22% | - |
| HSV(B) | 342.27º | 0.56% | 0.31% | - |
| XYZ | 4.36 | 3.08 | 3.16 | - |
| YUV | 49.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 48 | 0 | 0.56 | 0.39 | 0.69 | 342.27 | 0.39 | 0.22 |
| Hex | 4F | 23 | 30 | 0 | 38 | 27 | 45 | 156 | 27 | 16 |
| Octal | 117 | 43 | 60 | 0 | 70 | 47 | 105 | 526 | 47 | 26 |
| Binary | 1001111 | 100011 | 110000 | 0 | 111000 | 100111 | 1000101 | 101010110 | 100111 | 10110 |
Color Harmonies of #4F2330
Complementary color
Monochromatic Colors of #4F2330
Black with #4F2330
Text Example
Text Example
White with #4F2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2330; }
p { color: rgb(79,35,48); }
H1.HeaderClassName
{
color: #4F2330;
}
.AnyTagClassName
{
color: #4F2330;
}
</style>
background-color css
<style>
a { background-color: #4F2330; }
a { background-color: rgb(79,35,48); }
div.DivClassName
{
background-color: #4F2330;
}
.BgClassName
{
background-color: #4F2330;
}
</style>
border-color css
<style>
span { border-color: #4F2330; }
span { border-color: rgb(79,35,48); }
td.TdClassName
{
border-color: #4F2330;
}
.TagClassName
{
border-color: #4F2330;
}
</style>