Shades of Blackberry #48002A
Tints of Blackberry #48002A
RGB
CMYK
RGB Variations
Color information
#48002A (or 0x48002A) is known color: Blackberry. HEX triplet: 48, 00 and 2A. RGB value is (72,0,42). Sum of RGB (Red+Green+Blue) = 72+0+42=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #48002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48002A is #B7FFD5. Grayscale: #1A1A1A. Windows color (decimal): -12058582 or 2752584. OLE color: 2752584.
HSL color Cylindrical-coordinate representation of color #48002A: hue angle of 325º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48002A is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.42 | 0.72 |
| HSL | 325º | 1% | 0.14% | - |
| HSV(B) | 325º | 1% | 0.28% | - |
| XYZ | 3.09 | 1.54 | 2.33 | - |
| YUV | 26.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 42 | 0 | 1 | 0.42 | 0.72 | 325 | 1 | 0.14 |
| Hex | 48 | 0 | 2A | 0 | 64 | 2A | 48 | 145 | 64 | E |
| Octal | 110 | 0 | 52 | 0 | 144 | 52 | 110 | 505 | 144 | 16 |
| Binary | 1001000 | 0 | 101010 | 0 | 1100100 | 101010 | 1001000 | 101000101 | 1100100 | 1110 |
Color Harmonies of #48002A
Complementary color
Monochromatic Colors of #48002A
Black with #48002A
Text Example
Text Example
White with #48002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48002A; }
p { color: rgb(72,0,42); }
H1.HeaderClassName
{
color: #48002A;
}
.AnyTagClassName
{
color: #48002A;
}
</style>
background-color css
<style>
a { background-color: #48002A; }
a { background-color: rgb(72,0,42); }
div.DivClassName
{
background-color: #48002A;
}
.BgClassName
{
background-color: #48002A;
}
</style>
border-color css
<style>
span { border-color: #48002A; }
span { border-color: rgb(72,0,42); }
td.TdClassName
{
border-color: #48002A;
}
.TagClassName
{
border-color: #48002A;
}
</style>