Shades of Blackberry #480122
Tints of Blackberry #480122
RGB
CMYK
RGB Variations
Color information
#480122 (or 0x480122) is known color: Blackberry. HEX triplet: 48, 01 and 22. RGB value is (72,1,34). Sum of RGB (Red+Green+Blue) = 72+1+34=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #480122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480122 is #B7FEDD. Grayscale: #191919. Windows color (decimal): -12058334 or 2228552. OLE color: 2228552.
HSL color Cylindrical-coordinate representation of color #480122: hue angle of 332.11º 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 #480122 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.72 |
| HSL | 332.11º | 0.97% | 0.14% | - |
| HSV(B) | 332.11º | 0.99% | 0.28% | - |
| XYZ | 2.97 | 1.51 | 1.65 | - |
| YUV | 25.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 34 | 0 | 0.99 | 0.53 | 0.72 | 332.11 | 0.97 | 0.14 |
| Hex | 48 | 1 | 22 | 0 | 63 | 35 | 48 | 14C | 61 | E |
| Octal | 110 | 1 | 42 | 0 | 143 | 65 | 110 | 514 | 141 | 16 |
| Binary | 1001000 | 1 | 100010 | 0 | 1100011 | 110101 | 1001000 | 101001100 | 1100001 | 1110 |
Color Harmonies of #480122
Complementary color
Monochromatic Colors of #480122
Black with #480122
Text Example
Text Example
White with #480122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480122; }
p { color: rgb(72,1,34); }
H1.HeaderClassName
{
color: #480122;
}
.AnyTagClassName
{
color: #480122;
}
</style>
background-color css
<style>
a { background-color: #480122; }
a { background-color: rgb(72,1,34); }
div.DivClassName
{
background-color: #480122;
}
.BgClassName
{
background-color: #480122;
}
</style>
border-color css
<style>
span { border-color: #480122; }
span { border-color: rgb(72,1,34); }
td.TdClassName
{
border-color: #480122;
}
.TagClassName
{
border-color: #480122;
}
</style>