Shades of Blackberry #481335
Tints of Blackberry #481335
RGB
CMYK
RGB Variations
Color information
#481335 (or 0x481335) is known color: Blackberry. HEX triplet: 48, 13 and 35. RGB value is (72,19,53). Sum of RGB (Red+Green+Blue) = 72+19+53=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481335 is #B7ECCA. Grayscale: #262626. Windows color (decimal): -12053707 or 3478344. OLE color: 3478344.
HSL color Cylindrical-coordinate representation of color #481335: hue angle of 321.51º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481335 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 53 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.72 |
| HSL | 321.51º | 0.58% | 0.18% | - |
| HSV(B) | 321.51º | 0.74% | 0.28% | - |
| XYZ | 3.55 | 2.1 | 3.59 | - |
| YUV | 38.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 53 | 0 | 0.74 | 0.26 | 0.72 | 321.51 | 0.58 | 0.18 |
| Hex | 48 | 13 | 35 | 0 | 4A | 1A | 48 | 142 | 3A | 12 |
| Octal | 110 | 23 | 65 | 0 | 112 | 32 | 110 | 502 | 72 | 22 |
| Binary | 1001000 | 10011 | 110101 | 0 | 1001010 | 11010 | 1001000 | 101000010 | 111010 | 10010 |
Color Harmonies of #481335
Complementary color
Monochromatic Colors of #481335
Black with #481335
Text Example
Text Example
White with #481335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481335; }
p { color: rgb(72,19,53); }
H1.HeaderClassName
{
color: #481335;
}
.AnyTagClassName
{
color: #481335;
}
</style>
background-color css
<style>
a { background-color: #481335; }
a { background-color: rgb(72,19,53); }
div.DivClassName
{
background-color: #481335;
}
.BgClassName
{
background-color: #481335;
}
</style>
border-color css
<style>
span { border-color: #481335; }
span { border-color: rgb(72,19,53); }
td.TdClassName
{
border-color: #481335;
}
.TagClassName
{
border-color: #481335;
}
</style>