Shades of Bulgarian Rose #48242B
Tints of Bulgarian Rose #48242B
RGB
CMYK
RGB Variations
Color information
#48242B (or 0x48242B) is known color: Bulgarian Rose. HEX triplet: 48, 24 and 2B. RGB value is (72,36,43). Sum of RGB (Red+Green+Blue) = 72+36+43=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48242B is #B7DBD4. Grayscale: #2F2F2F. Windows color (decimal): -12049365 or 2827336. OLE color: 2827336.
HSL color Cylindrical-coordinate representation of color #48242B: hue angle of 348.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48242B is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 43 | - |
| CMYK | 0 | 0.5 | 0.40 | 0.72 |
| HSL | 348.33º | 0.33% | 0.21% | - |
| HSV(B) | 348.33º | 0.5% | 0.28% | - |
| XYZ | 3.74 | 2.81 | 2.63 | - |
| YUV | 47.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 43 | 0 | 0.5 | 0.40 | 0.72 | 348.33 | 0.33 | 0.21 |
| Hex | 48 | 24 | 2B | 0 | 32 | 28 | 48 | 15C | 21 | 15 |
| Octal | 110 | 44 | 53 | 0 | 62 | 50 | 110 | 534 | 41 | 25 |
| Binary | 1001000 | 100100 | 101011 | 0 | 110010 | 101000 | 1001000 | 101011100 | 100001 | 10101 |
Color Harmonies of #48242B
Complementary color
Monochromatic Colors of #48242B
Black with #48242B
Text Example
Text Example
White with #48242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48242B; }
p { color: rgb(72,36,43); }
H1.HeaderClassName
{
color: #48242B;
}
.AnyTagClassName
{
color: #48242B;
}
</style>
background-color css
<style>
a { background-color: #48242B; }
a { background-color: rgb(72,36,43); }
div.DivClassName
{
background-color: #48242B;
}
.BgClassName
{
background-color: #48242B;
}
</style>
border-color css
<style>
span { border-color: #48242B; }
span { border-color: rgb(72,36,43); }
td.TdClassName
{
border-color: #48242B;
}
.TagClassName
{
border-color: #48242B;
}
</style>