Shades of Blackberry #481A35
Tints of Blackberry #481A35
RGB
CMYK
RGB Variations
Color information
#481A35 (or 0x481A35) is known color: Blackberry. HEX triplet: 48, 1A and 35. RGB value is (72,26,53). Sum of RGB (Red+Green+Blue) = 72+26+53=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #481A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A35 is #B7E5CA. Grayscale: #2A2A2A. Windows color (decimal): -12051915 or 3480136. OLE color: 3480136.
HSL color Cylindrical-coordinate representation of color #481A35: hue angle of 324.78º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A35 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 53 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.72 |
| HSL | 324.78º | 0.47% | 0.19% | - |
| HSV(B) | 324.78º | 0.64% | 0.28% | - |
| XYZ | 3.68 | 2.37 | 3.63 | - |
| YUV | 42.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 53 | 0 | 0.64 | 0.26 | 0.72 | 324.78 | 0.47 | 0.19 |
| Hex | 48 | 1A | 35 | 0 | 40 | 1A | 48 | 145 | 2F | 13 |
| Octal | 110 | 32 | 65 | 0 | 100 | 32 | 110 | 505 | 57 | 23 |
| Binary | 1001000 | 11010 | 110101 | 0 | 1000000 | 11010 | 1001000 | 101000101 | 101111 | 10011 |
Color Harmonies of #481A35
Complementary color
Monochromatic Colors of #481A35
Black with #481A35
Text Example
Text Example
White with #481A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A35; }
p { color: rgb(72,26,53); }
H1.HeaderClassName
{
color: #481A35;
}
.AnyTagClassName
{
color: #481A35;
}
</style>
background-color css
<style>
a { background-color: #481A35; }
a { background-color: rgb(72,26,53); }
div.DivClassName
{
background-color: #481A35;
}
.BgClassName
{
background-color: #481A35;
}
</style>
border-color css
<style>
span { border-color: #481A35; }
span { border-color: rgb(72,26,53); }
td.TdClassName
{
border-color: #481A35;
}
.TagClassName
{
border-color: #481A35;
}
</style>