Shades of Black Rose #4B242E
Tints of Black Rose #4B242E
RGB
CMYK
RGB Variations
Color information
#4B242E (or 0x4B242E) is known color: Black Rose. HEX triplet: 4B, 24 and 2E. RGB value is (75,36,46). Sum of RGB (Red+Green+Blue) = 75+36+46=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B242E is #B4DBD1. Grayscale: #303030. Windows color (decimal): -11852754 or 3023947. OLE color: 3023947.
HSL color Cylindrical-coordinate representation of color #4B242E: hue angle of 344.62º 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 #4B242E is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 36 | 46 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.71 |
| HSL | 344.62º | 0.35% | 0.22% | - |
| HSV(B) | 344.62º | 0.52% | 0.29% | - |
| XYZ | 4.03 | 2.95 | 2.94 | - |
| YUV | 48.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 46 | 0 | 0.52 | 0.39 | 0.71 | 344.62 | 0.35 | 0.22 |
| Hex | 4B | 24 | 2E | 0 | 34 | 27 | 47 | 159 | 23 | 16 |
| Octal | 113 | 44 | 56 | 0 | 64 | 47 | 107 | 531 | 43 | 26 |
| Binary | 1001011 | 100100 | 101110 | 0 | 110100 | 100111 | 1000111 | 101011001 | 100011 | 10110 |
Color Harmonies of #4B242E
Complementary color
Monochromatic Colors of #4B242E
Black with #4B242E
Text Example
Text Example
White with #4B242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B242E; }
p { color: rgb(75,36,46); }
H1.HeaderClassName
{
color: #4B242E;
}
.AnyTagClassName
{
color: #4B242E;
}
</style>
background-color css
<style>
a { background-color: #4B242E; }
a { background-color: rgb(75,36,46); }
div.DivClassName
{
background-color: #4B242E;
}
.BgClassName
{
background-color: #4B242E;
}
</style>
border-color css
<style>
span { border-color: #4B242E; }
span { border-color: rgb(75,36,46); }
td.TdClassName
{
border-color: #4B242E;
}
.TagClassName
{
border-color: #4B242E;
}
</style>