Shades of Black Rose #4B242D
Tints of Black Rose #4B242D
RGB
CMYK
RGB Variations
Color information
#4B242D (or 0x4B242D) is known color: Black Rose. HEX triplet: 4B, 24 and 2D. RGB value is (75,36,45). Sum of RGB (Red+Green+Blue) = 75+36+45=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B242D is #B4DBD2. Grayscale: #303030. Windows color (decimal): -11852755 or 2958411. OLE color: 2958411.
HSL color Cylindrical-coordinate representation of color #4B242D: hue angle of 346.15º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B242D is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 36 | 45 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.71 |
| HSL | 346.15º | 0.35% | 0.22% | - |
| HSV(B) | 346.15º | 0.52% | 0.29% | - |
| XYZ | 4.01 | 2.95 | 2.84 | - |
| YUV | 48.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 45 | 0 | 0.52 | 0.40 | 0.71 | 346.15 | 0.35 | 0.22 |
| Hex | 4B | 24 | 2D | 0 | 34 | 28 | 47 | 15A | 23 | 16 |
| Octal | 113 | 44 | 55 | 0 | 64 | 50 | 107 | 532 | 43 | 26 |
| Binary | 1001011 | 100100 | 101101 | 0 | 110100 | 101000 | 1000111 | 101011010 | 100011 | 10110 |
Color Harmonies of #4B242D
Complementary color
Monochromatic Colors of #4B242D
Black with #4B242D
Text Example
Text Example
White with #4B242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B242D; }
p { color: rgb(75,36,45); }
H1.HeaderClassName
{
color: #4B242D;
}
.AnyTagClassName
{
color: #4B242D;
}
</style>
background-color css
<style>
a { background-color: #4B242D; }
a { background-color: rgb(75,36,45); }
div.DivClassName
{
background-color: #4B242D;
}
.BgClassName
{
background-color: #4B242D;
}
</style>
border-color css
<style>
span { border-color: #4B242D; }
span { border-color: rgb(75,36,45); }
td.TdClassName
{
border-color: #4B242D;
}
.TagClassName
{
border-color: #4B242D;
}
</style>