Shades of Blackberry #481935
Tints of Blackberry #481935
RGB
CMYK
RGB Variations
Color information
#481935 (or 0x481935) is known color: Blackberry. HEX triplet: 48, 19 and 35. RGB value is (72,25,53). Sum of RGB (Red+Green+Blue) = 72+25+53=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #481935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481935 is #B7E6CA. Grayscale: #2A2A2A. Windows color (decimal): -12052171 or 3479880. OLE color: 3479880.
HSL color Cylindrical-coordinate representation of color #481935: hue angle of 324.26º 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 #481935 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 53 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.72 |
| HSL | 324.26º | 0.48% | 0.19% | - |
| HSV(B) | 324.26º | 0.65% | 0.28% | - |
| XYZ | 3.66 | 2.33 | 3.62 | - |
| YUV | 42.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 53 | 0 | 0.65 | 0.26 | 0.72 | 324.26 | 0.48 | 0.19 |
| Hex | 48 | 19 | 35 | 0 | 41 | 1A | 48 | 144 | 30 | 13 |
| Octal | 110 | 31 | 65 | 0 | 101 | 32 | 110 | 504 | 60 | 23 |
| Binary | 1001000 | 11001 | 110101 | 0 | 1000001 | 11010 | 1001000 | 101000100 | 110000 | 10011 |
Color Harmonies of #481935
Complementary color
Monochromatic Colors of #481935
Black with #481935
Text Example
Text Example
White with #481935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481935; }
p { color: rgb(72,25,53); }
H1.HeaderClassName
{
color: #481935;
}
.AnyTagClassName
{
color: #481935;
}
</style>
background-color css
<style>
a { background-color: #481935; }
a { background-color: rgb(72,25,53); }
div.DivClassName
{
background-color: #481935;
}
.BgClassName
{
background-color: #481935;
}
</style>
border-color css
<style>
span { border-color: #481935; }
span { border-color: rgb(72,25,53); }
td.TdClassName
{
border-color: #481935;
}
.TagClassName
{
border-color: #481935;
}
</style>