Shades of Blackberry #480139
Tints of Blackberry #480139
RGB
CMYK
RGB Variations
Color information
#480139 (or 0x480139) is known color: Blackberry. HEX triplet: 48, 01 and 39. RGB value is (72,1,57). Sum of RGB (Red+Green+Blue) = 72+1+57=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #480139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480139 is #B7FEC6. Grayscale: #1C1C1C. Windows color (decimal): -12058311 or 3735880. OLE color: 3735880.
HSL color Cylindrical-coordinate representation of color #480139: hue angle of 312.68º 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 #480139 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.72 |
| HSL | 312.68º | 0.97% | 0.14% | - |
| HSV(B) | 312.68º | 0.99% | 0.28% | - |
| XYZ | 3.42 | 1.69 | 4.02 | - |
| YUV | 28.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 57 | 0 | 0.99 | 0.21 | 0.72 | 312.68 | 0.97 | 0.14 |
| Hex | 48 | 1 | 39 | 0 | 63 | 15 | 48 | 139 | 61 | E |
| Octal | 110 | 1 | 71 | 0 | 143 | 25 | 110 | 471 | 141 | 16 |
| Binary | 1001000 | 1 | 111001 | 0 | 1100011 | 10101 | 1001000 | 100111001 | 1100001 | 1110 |
Color Harmonies of #480139
Complementary color
Monochromatic Colors of #480139
Black with #480139
Text Example
Text Example
White with #480139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480139; }
p { color: rgb(72,1,57); }
H1.HeaderClassName
{
color: #480139;
}
.AnyTagClassName
{
color: #480139;
}
</style>
background-color css
<style>
a { background-color: #480139; }
a { background-color: rgb(72,1,57); }
div.DivClassName
{
background-color: #480139;
}
.BgClassName
{
background-color: #480139;
}
</style>
border-color css
<style>
span { border-color: #480139; }
span { border-color: rgb(72,1,57); }
td.TdClassName
{
border-color: #480139;
}
.TagClassName
{
border-color: #480139;
}
</style>