Shades of Blackberry #481A30
Tints of Blackberry #481A30
RGB
CMYK
RGB Variations
Color information
#481A30 (or 0x481A30) is known color: Blackberry. HEX triplet: 48, 1A and 30. RGB value is (72,26,48). Sum of RGB (Red+Green+Blue) = 72+26+48=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A30 is #B7E5CF. Grayscale: #2A2A2A. Windows color (decimal): -12051920 or 3152456. OLE color: 3152456.
HSL color Cylindrical-coordinate representation of color #481A30: hue angle of 331.3º 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 #481A30 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 48 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.72 |
| HSL | 331.3º | 0.47% | 0.19% | - |
| HSV(B) | 331.3º | 0.64% | 0.28% | - |
| XYZ | 3.58 | 2.33 | 3.06 | - |
| YUV | 42.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 48 | 0 | 0.64 | 0.33 | 0.72 | 331.3 | 0.47 | 0.19 |
| Hex | 48 | 1A | 30 | 0 | 40 | 21 | 48 | 14B | 2F | 13 |
| Octal | 110 | 32 | 60 | 0 | 100 | 41 | 110 | 513 | 57 | 23 |
| Binary | 1001000 | 11010 | 110000 | 0 | 1000000 | 100001 | 1001000 | 101001011 | 101111 | 10011 |
Color Harmonies of #481A30
Complementary color
Monochromatic Colors of #481A30
Black with #481A30
Text Example
Text Example
White with #481A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A30; }
p { color: rgb(72,26,48); }
H1.HeaderClassName
{
color: #481A30;
}
.AnyTagClassName
{
color: #481A30;
}
</style>
background-color css
<style>
a { background-color: #481A30; }
a { background-color: rgb(72,26,48); }
div.DivClassName
{
background-color: #481A30;
}
.BgClassName
{
background-color: #481A30;
}
</style>
border-color css
<style>
span { border-color: #481A30; }
span { border-color: rgb(72,26,48); }
td.TdClassName
{
border-color: #481A30;
}
.TagClassName
{
border-color: #481A30;
}
</style>