Shades of Blackberry #481E34
Tints of Blackberry #481E34
RGB
CMYK
RGB Variations
Color information
#481E34 (or 0x481E34) is known color: Blackberry. HEX triplet: 48, 1E and 34. RGB value is (72,30,52). Sum of RGB (Red+Green+Blue) = 72+30+52=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #481E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E34 is #B7E1CB. Grayscale: #2D2D2D. Windows color (decimal): -12050892 or 3415624. OLE color: 3415624.
HSL color Cylindrical-coordinate representation of color #481E34: hue angle of 328.57º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E34 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 52 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.72 |
| HSL | 328.57º | 0.41% | 0.2% | - |
| HSV(B) | 328.57º | 0.58% | 0.28% | - |
| XYZ | 3.76 | 2.55 | 3.54 | - |
| YUV | 45.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 52 | 0 | 0.58 | 0.28 | 0.72 | 328.57 | 0.41 | 0.2 |
| Hex | 48 | 1E | 34 | 0 | 3A | 1C | 48 | 149 | 29 | 14 |
| Octal | 110 | 36 | 64 | 0 | 72 | 34 | 110 | 511 | 51 | 24 |
| Binary | 1001000 | 11110 | 110100 | 0 | 111010 | 11100 | 1001000 | 101001001 | 101001 | 10100 |
Color Harmonies of #481E34
Complementary color
Monochromatic Colors of #481E34
Black with #481E34
Text Example
Text Example
White with #481E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E34; }
p { color: rgb(72,30,52); }
H1.HeaderClassName
{
color: #481E34;
}
.AnyTagClassName
{
color: #481E34;
}
</style>
background-color css
<style>
a { background-color: #481E34; }
a { background-color: rgb(72,30,52); }
div.DivClassName
{
background-color: #481E34;
}
.BgClassName
{
background-color: #481E34;
}
</style>
border-color css
<style>
span { border-color: #481E34; }
span { border-color: rgb(72,30,52); }
td.TdClassName
{
border-color: #481E34;
}
.TagClassName
{
border-color: #481E34;
}
</style>