Shades of Blackberry #481A32
Tints of Blackberry #481A32
RGB
CMYK
RGB Variations
Color information
#481A32 (or 0x481A32) is known color: Blackberry. HEX triplet: 48, 1A and 32. RGB value is (72,26,50). Sum of RGB (Red+Green+Blue) = 72+26+50=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A32 is #B7E5CD. Grayscale: #2A2A2A. Windows color (decimal): -12051918 or 3283528. OLE color: 3283528.
HSL color Cylindrical-coordinate representation of color #481A32: hue angle of 328.7º 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 #481A32 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 50 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.72 |
| HSL | 328.7º | 0.47% | 0.19% | - |
| HSV(B) | 328.7º | 0.64% | 0.28% | - |
| XYZ | 3.62 | 2.35 | 3.28 | - |
| YUV | 42.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 50 | 0 | 0.64 | 0.31 | 0.72 | 328.7 | 0.47 | 0.19 |
| Hex | 48 | 1A | 32 | 0 | 40 | 1F | 48 | 149 | 2F | 13 |
| Octal | 110 | 32 | 62 | 0 | 100 | 37 | 110 | 511 | 57 | 23 |
| Binary | 1001000 | 11010 | 110010 | 0 | 1000000 | 11111 | 1001000 | 101001001 | 101111 | 10011 |
Color Harmonies of #481A32
Complementary color
Monochromatic Colors of #481A32
Black with #481A32
Text Example
Text Example
White with #481A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A32; }
p { color: rgb(72,26,50); }
H1.HeaderClassName
{
color: #481A32;
}
.AnyTagClassName
{
color: #481A32;
}
</style>
background-color css
<style>
a { background-color: #481A32; }
a { background-color: rgb(72,26,50); }
div.DivClassName
{
background-color: #481A32;
}
.BgClassName
{
background-color: #481A32;
}
</style>
border-color css
<style>
span { border-color: #481A32; }
span { border-color: rgb(72,26,50); }
td.TdClassName
{
border-color: #481A32;
}
.TagClassName
{
border-color: #481A32;
}
</style>