Shades of Blackberry #480022
Tints of Blackberry #480022
RGB
CMYK
RGB Variations
Color information
#480022 (or 0x480022) is known color: Blackberry. HEX triplet: 48, 00 and 22. RGB value is (72,0,34). Sum of RGB (Red+Green+Blue) = 72+0+34=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #480022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480022 is #B7FFDD. Grayscale: #191919. Windows color (decimal): -12058590 or 2228296. OLE color: 2228296.
HSL color Cylindrical-coordinate representation of color #480022: hue angle of 331.67º 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 #480022 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.53 | 0.72 |
| HSL | 331.67º | 1% | 0.14% | - |
| HSV(B) | 331.67º | 1% | 0.28% | - |
| XYZ | 2.96 | 1.49 | 1.65 | - |
| YUV | 25.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 34 | 0 | 1 | 0.53 | 0.72 | 331.67 | 1 | 0.14 |
| Hex | 48 | 0 | 22 | 0 | 64 | 35 | 48 | 14C | 64 | E |
| Octal | 110 | 0 | 42 | 0 | 144 | 65 | 110 | 514 | 144 | 16 |
| Binary | 1001000 | 0 | 100010 | 0 | 1100100 | 110101 | 1001000 | 101001100 | 1100100 | 1110 |
Color Harmonies of #480022
Complementary color
Monochromatic Colors of #480022
Black with #480022
Text Example
Text Example
White with #480022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480022; }
p { color: rgb(72,0,34); }
H1.HeaderClassName
{
color: #480022;
}
.AnyTagClassName
{
color: #480022;
}
</style>
background-color css
<style>
a { background-color: #480022; }
a { background-color: rgb(72,0,34); }
div.DivClassName
{
background-color: #480022;
}
.BgClassName
{
background-color: #480022;
}
</style>
border-color css
<style>
span { border-color: #480022; }
span { border-color: rgb(72,0,34); }
td.TdClassName
{
border-color: #480022;
}
.TagClassName
{
border-color: #480022;
}
</style>