Shades of Blackberry #48013A
Tints of Blackberry #48013A
RGB
CMYK
RGB Variations
Color information
#48013A (or 0x48013A) is known color: Blackberry. HEX triplet: 48, 01 and 3A. RGB value is (72,1,58). Sum of RGB (Red+Green+Blue) = 72+1+58=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #48013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48013A is #B7FEC5. Grayscale: #1C1C1C. Windows color (decimal): -12058310 or 3801416. OLE color: 3801416.
HSL color Cylindrical-coordinate representation of color #48013A: hue angle of 311.83º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48013A is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.72 |
| HSL | 311.83º | 0.97% | 0.14% | - |
| HSV(B) | 311.83º | 0.99% | 0.28% | - |
| XYZ | 3.45 | 1.7 | 4.15 | - |
| YUV | 28.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 58 | 0 | 0.99 | 0.19 | 0.72 | 311.83 | 0.97 | 0.14 |
| Hex | 48 | 1 | 3A | 0 | 63 | 13 | 48 | 138 | 61 | E |
| Octal | 110 | 1 | 72 | 0 | 143 | 23 | 110 | 470 | 141 | 16 |
| Binary | 1001000 | 1 | 111010 | 0 | 1100011 | 10011 | 1001000 | 100111000 | 1100001 | 1110 |
Color Harmonies of #48013A
Complementary color
Monochromatic Colors of #48013A
Black with #48013A
Text Example
Text Example
White with #48013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48013A; }
p { color: rgb(72,1,58); }
H1.HeaderClassName
{
color: #48013A;
}
.AnyTagClassName
{
color: #48013A;
}
</style>
background-color css
<style>
a { background-color: #48013A; }
a { background-color: rgb(72,1,58); }
div.DivClassName
{
background-color: #48013A;
}
.BgClassName
{
background-color: #48013A;
}
</style>
border-color css
<style>
span { border-color: #48013A; }
span { border-color: rgb(72,1,58); }
td.TdClassName
{
border-color: #48013A;
}
.TagClassName
{
border-color: #48013A;
}
</style>