Shades of Blackberry #481A3A
Tints of Blackberry #481A3A
RGB
CMYK
RGB Variations
Color information
#481A3A (or 0x481A3A) is known color: Blackberry. HEX triplet: 48, 1A and 3A. RGB value is (72,26,58). Sum of RGB (Red+Green+Blue) = 72+26+58=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #481A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A3A is #B7E5C5. Grayscale: #2B2B2B. Windows color (decimal): -12051910 or 3807816. OLE color: 3807816.
HSL color Cylindrical-coordinate representation of color #481A3A: hue angle of 318.26º 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 #481A3A is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 58 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.72 |
| HSL | 318.26º | 0.47% | 0.19% | - |
| HSV(B) | 318.26º | 0.64% | 0.28% | - |
| XYZ | 3.81 | 2.42 | 4.27 | - |
| YUV | 43.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 58 | 0 | 0.64 | 0.19 | 0.72 | 318.26 | 0.47 | 0.19 |
| Hex | 48 | 1A | 3A | 0 | 40 | 13 | 48 | 13E | 2F | 13 |
| Octal | 110 | 32 | 72 | 0 | 100 | 23 | 110 | 476 | 57 | 23 |
| Binary | 1001000 | 11010 | 111010 | 0 | 1000000 | 10011 | 1001000 | 100111110 | 101111 | 10011 |
Color Harmonies of #481A3A
Complementary color
Monochromatic Colors of #481A3A
Black with #481A3A
Text Example
Text Example
White with #481A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A3A; }
p { color: rgb(72,26,58); }
H1.HeaderClassName
{
color: #481A3A;
}
.AnyTagClassName
{
color: #481A3A;
}
</style>
background-color css
<style>
a { background-color: #481A3A; }
a { background-color: rgb(72,26,58); }
div.DivClassName
{
background-color: #481A3A;
}
.BgClassName
{
background-color: #481A3A;
}
</style>
border-color css
<style>
span { border-color: #481A3A; }
span { border-color: rgb(72,26,58); }
td.TdClassName
{
border-color: #481A3A;
}
.TagClassName
{
border-color: #481A3A;
}
</style>