Shades of Blackberry #481930
Tints of Blackberry #481930
RGB
CMYK
RGB Variations
Color information
#481930 (or 0x481930) is known color: Blackberry. HEX triplet: 48, 19 and 30. RGB value is (72,25,48). Sum of RGB (Red+Green+Blue) = 72+25+48=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481930 is #B7E6CF. Grayscale: #292929. Windows color (decimal): -12052176 or 3152200. OLE color: 3152200.
HSL color Cylindrical-coordinate representation of color #481930: hue angle of 330.64º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481930 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 48 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.72 |
| HSL | 330.64º | 0.48% | 0.19% | - |
| HSV(B) | 330.64º | 0.65% | 0.28% | - |
| XYZ | 3.55 | 2.29 | 3.05 | - |
| YUV | 41.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 48 | 0 | 0.65 | 0.33 | 0.72 | 330.64 | 0.48 | 0.19 |
| Hex | 48 | 19 | 30 | 0 | 41 | 21 | 48 | 14B | 30 | 13 |
| Octal | 110 | 31 | 60 | 0 | 101 | 41 | 110 | 513 | 60 | 23 |
| Binary | 1001000 | 11001 | 110000 | 0 | 1000001 | 100001 | 1001000 | 101001011 | 110000 | 10011 |
Color Harmonies of #481930
Complementary color
Monochromatic Colors of #481930
Black with #481930
Text Example
Text Example
White with #481930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481930; }
p { color: rgb(72,25,48); }
H1.HeaderClassName
{
color: #481930;
}
.AnyTagClassName
{
color: #481930;
}
</style>
background-color css
<style>
a { background-color: #481930; }
a { background-color: rgb(72,25,48); }
div.DivClassName
{
background-color: #481930;
}
.BgClassName
{
background-color: #481930;
}
</style>
border-color css
<style>
span { border-color: #481930; }
span { border-color: rgb(72,25,48); }
td.TdClassName
{
border-color: #481930;
}
.TagClassName
{
border-color: #481930;
}
</style>