Shades of Blackberry #48022E
Tints of Blackberry #48022E
RGB
CMYK
RGB Variations
Color information
#48022E (or 0x48022E) is known color: Blackberry. HEX triplet: 48, 02 and 2E. RGB value is (72,2,46). Sum of RGB (Red+Green+Blue) = 72+2+46=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48022E is #B7FDD1. Grayscale: #1B1B1B. Windows color (decimal): -12058066 or 3015240. OLE color: 3015240.
HSL color Cylindrical-coordinate representation of color #48022E: hue angle of 322.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48022E is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 2 | 46 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.72 |
| HSL | 322.29º | 0.95% | 0.15% | - |
| HSV(B) | 322.29º | 0.97% | 0.28% | - |
| XYZ | 3.19 | 1.62 | 2.73 | - |
| YUV | 27.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 46 | 0 | 0.97 | 0.36 | 0.72 | 322.29 | 0.95 | 0.15 |
| Hex | 48 | 2 | 2E | 0 | 61 | 24 | 48 | 142 | 5F | F |
| Octal | 110 | 2 | 56 | 0 | 141 | 44 | 110 | 502 | 137 | 17 |
| Binary | 1001000 | 10 | 101110 | 0 | 1100001 | 100100 | 1001000 | 101000010 | 1011111 | 1111 |
Color Harmonies of #48022E
Complementary color
Monochromatic Colors of #48022E
Black with #48022E
Text Example
Text Example
White with #48022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48022E; }
p { color: rgb(72,2,46); }
H1.HeaderClassName
{
color: #48022E;
}
.AnyTagClassName
{
color: #48022E;
}
</style>
background-color css
<style>
a { background-color: #48022E; }
a { background-color: rgb(72,2,46); }
div.DivClassName
{
background-color: #48022E;
}
.BgClassName
{
background-color: #48022E;
}
</style>
border-color css
<style>
span { border-color: #48022E; }
span { border-color: rgb(72,2,46); }
td.TdClassName
{
border-color: #48022E;
}
.TagClassName
{
border-color: #48022E;
}
</style>