Shades of Blackberry #48122D
Tints of Blackberry #48122D
RGB
CMYK
RGB Variations
Color information
#48122D (or 0x48122D) is known color: Blackberry. HEX triplet: 48, 12 and 2D. RGB value is (72,18,45). Sum of RGB (Red+Green+Blue) = 72+18+45=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48122D is #B7EDD2. Grayscale: #252525. Windows color (decimal): -12053971 or 2953800. OLE color: 2953800.
HSL color Cylindrical-coordinate representation of color #48122D: hue angle of 330º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48122D is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 18 | 45 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.72 |
| HSL | 330º | 0.6% | 0.18% | - |
| HSV(B) | 330º | 0.75% | 0.28% | - |
| XYZ | 3.36 | 2 | 2.69 | - |
| YUV | 37.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 45 | 0 | 0.75 | 0.38 | 0.72 | 330 | 0.6 | 0.18 |
| Hex | 48 | 12 | 2D | 0 | 4B | 26 | 48 | 14A | 3C | 12 |
| Octal | 110 | 22 | 55 | 0 | 113 | 46 | 110 | 512 | 74 | 22 |
| Binary | 1001000 | 10010 | 101101 | 0 | 1001011 | 100110 | 1001000 | 101001010 | 111100 | 10010 |
Color Harmonies of #48122D
Complementary color
Monochromatic Colors of #48122D
Black with #48122D
Text Example
Text Example
White with #48122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48122D; }
p { color: rgb(72,18,45); }
H1.HeaderClassName
{
color: #48122D;
}
.AnyTagClassName
{
color: #48122D;
}
</style>
background-color css
<style>
a { background-color: #48122D; }
a { background-color: rgb(72,18,45); }
div.DivClassName
{
background-color: #48122D;
}
.BgClassName
{
background-color: #48122D;
}
</style>
border-color css
<style>
span { border-color: #48122D; }
span { border-color: rgb(72,18,45); }
td.TdClassName
{
border-color: #48122D;
}
.TagClassName
{
border-color: #48122D;
}
</style>