Shades of Blackberry #481A2E
Tints of Blackberry #481A2E
RGB
CMYK
RGB Variations
Color information
#481A2E (or 0x481A2E) is known color: Blackberry. HEX triplet: 48, 1A and 2E. RGB value is (72,26,46). Sum of RGB (Red+Green+Blue) = 72+26+46=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A2E is #B7E5D1. Grayscale: #2A2A2A. Windows color (decimal): -12051922 or 3021384. OLE color: 3021384.
HSL color Cylindrical-coordinate representation of color #481A2E: hue angle of 333.91º 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 #481A2E is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 46 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.72 |
| HSL | 333.91º | 0.47% | 0.19% | - |
| HSV(B) | 333.91º | 0.64% | 0.28% | - |
| XYZ | 3.54 | 2.31 | 2.85 | - |
| YUV | 42.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 46 | 0 | 0.64 | 0.36 | 0.72 | 333.91 | 0.47 | 0.19 |
| Hex | 48 | 1A | 2E | 0 | 40 | 24 | 48 | 14E | 2F | 13 |
| Octal | 110 | 32 | 56 | 0 | 100 | 44 | 110 | 516 | 57 | 23 |
| Binary | 1001000 | 11010 | 101110 | 0 | 1000000 | 100100 | 1001000 | 101001110 | 101111 | 10011 |
Color Harmonies of #481A2E
Complementary color
Monochromatic Colors of #481A2E
Black with #481A2E
Text Example
Text Example
White with #481A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A2E; }
p { color: rgb(72,26,46); }
H1.HeaderClassName
{
color: #481A2E;
}
.AnyTagClassName
{
color: #481A2E;
}
</style>
background-color css
<style>
a { background-color: #481A2E; }
a { background-color: rgb(72,26,46); }
div.DivClassName
{
background-color: #481A2E;
}
.BgClassName
{
background-color: #481A2E;
}
</style>
border-color css
<style>
span { border-color: #481A2E; }
span { border-color: rgb(72,26,46); }
td.TdClassName
{
border-color: #481A2E;
}
.TagClassName
{
border-color: #481A2E;
}
</style>