Shades of Blackberry #48123A
Tints of Blackberry #48123A
RGB
CMYK
RGB Variations
Color information
#48123A (or 0x48123A) is known color: Blackberry. HEX triplet: 48, 12 and 3A. RGB value is (72,18,58). Sum of RGB (Red+Green+Blue) = 72+18+58=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #48123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48123A is #B7EDC5. Grayscale: #262626. Windows color (decimal): -12053958 or 3805768. OLE color: 3805768.
HSL color Cylindrical-coordinate representation of color #48123A: hue angle of 315.56º 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 #48123A is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 18 | 58 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.72 |
| HSL | 315.56º | 0.6% | 0.18% | - |
| HSV(B) | 315.56º | 0.75% | 0.28% | - |
| XYZ | 3.65 | 2.12 | 4.22 | - |
| YUV | 38.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 58 | 0 | 0.75 | 0.19 | 0.72 | 315.56 | 0.6 | 0.18 |
| Hex | 48 | 12 | 3A | 0 | 4B | 13 | 48 | 13C | 3C | 12 |
| Octal | 110 | 22 | 72 | 0 | 113 | 23 | 110 | 474 | 74 | 22 |
| Binary | 1001000 | 10010 | 111010 | 0 | 1001011 | 10011 | 1001000 | 100111100 | 111100 | 10010 |
Color Harmonies of #48123A
Complementary color
Monochromatic Colors of #48123A
Black with #48123A
Text Example
Text Example
White with #48123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48123A; }
p { color: rgb(72,18,58); }
H1.HeaderClassName
{
color: #48123A;
}
.AnyTagClassName
{
color: #48123A;
}
</style>
background-color css
<style>
a { background-color: #48123A; }
a { background-color: rgb(72,18,58); }
div.DivClassName
{
background-color: #48123A;
}
.BgClassName
{
background-color: #48123A;
}
</style>
border-color css
<style>
span { border-color: #48123A; }
span { border-color: rgb(72,18,58); }
td.TdClassName
{
border-color: #48123A;
}
.TagClassName
{
border-color: #48123A;
}
</style>