Shades of Black Rose #4B252E
Tints of Black Rose #4B252E
RGB
CMYK
RGB Variations
Color information
#4B252E (or 0x4B252E) is known color: Black Rose. HEX triplet: 4B, 25 and 2E. RGB value is (75,37,46). Sum of RGB (Red+Green+Blue) = 75+37+46=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B252E is #B4DAD1. Grayscale: #313131. Windows color (decimal): -11852498 or 3024203. OLE color: 3024203.
HSL color Cylindrical-coordinate representation of color #4B252E: hue angle of 345.79º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B252E is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 46 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.71 |
| HSL | 345.79º | 0.34% | 0.22% | - |
| HSV(B) | 345.79º | 0.51% | 0.29% | - |
| XYZ | 4.06 | 3.02 | 2.95 | - |
| YUV | 49.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 46 | 0 | 0.51 | 0.39 | 0.71 | 345.79 | 0.34 | 0.22 |
| Hex | 4B | 25 | 2E | 0 | 33 | 27 | 47 | 15A | 22 | 16 |
| Octal | 113 | 45 | 56 | 0 | 63 | 47 | 107 | 532 | 42 | 26 |
| Binary | 1001011 | 100101 | 101110 | 0 | 110011 | 100111 | 1000111 | 101011010 | 100010 | 10110 |
Color Harmonies of #4B252E
Complementary color
Monochromatic Colors of #4B252E
Black with #4B252E
Text Example
Text Example
White with #4B252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B252E; }
p { color: rgb(75,37,46); }
H1.HeaderClassName
{
color: #4B252E;
}
.AnyTagClassName
{
color: #4B252E;
}
</style>
background-color css
<style>
a { background-color: #4B252E; }
a { background-color: rgb(75,37,46); }
div.DivClassName
{
background-color: #4B252E;
}
.BgClassName
{
background-color: #4B252E;
}
</style>
border-color css
<style>
span { border-color: #4B252E; }
span { border-color: rgb(75,37,46); }
td.TdClassName
{
border-color: #4B252E;
}
.TagClassName
{
border-color: #4B252E;
}
</style>