Shades of Blackberry #480025
Tints of Blackberry #480025
RGB
CMYK
RGB Variations
Color information
#480025 (or 0x480025) is known color: Blackberry. HEX triplet: 48, 00 and 25. RGB value is (72,0,37). Sum of RGB (Red+Green+Blue) = 72+0+37=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #480025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480025 is #B7FFDA. Grayscale: #191919. Windows color (decimal): -12058587 or 2424904. OLE color: 2424904.
HSL color Cylindrical-coordinate representation of color #480025: hue angle of 329.17º 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 #480025 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.49 | 0.72 |
| HSL | 329.17º | 1% | 0.14% | - |
| HSV(B) | 329.17º | 1% | 0.28% | - |
| XYZ | 3.01 | 1.51 | 1.88 | - |
| YUV | 25.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 37 | 0 | 1 | 0.49 | 0.72 | 329.17 | 1 | 0.14 |
| Hex | 48 | 0 | 25 | 0 | 64 | 31 | 48 | 149 | 64 | E |
| Octal | 110 | 0 | 45 | 0 | 144 | 61 | 110 | 511 | 144 | 16 |
| Binary | 1001000 | 0 | 100101 | 0 | 1100100 | 110001 | 1001000 | 101001001 | 1100100 | 1110 |
Color Harmonies of #480025
Complementary color
Monochromatic Colors of #480025
Black with #480025
Text Example
Text Example
White with #480025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480025; }
p { color: rgb(72,0,37); }
H1.HeaderClassName
{
color: #480025;
}
.AnyTagClassName
{
color: #480025;
}
</style>
background-color css
<style>
a { background-color: #480025; }
a { background-color: rgb(72,0,37); }
div.DivClassName
{
background-color: #480025;
}
.BgClassName
{
background-color: #480025;
}
</style>
border-color css
<style>
span { border-color: #480025; }
span { border-color: rgb(72,0,37); }
td.TdClassName
{
border-color: #480025;
}
.TagClassName
{
border-color: #480025;
}
</style>