Shades of Blackberry #481639
Tints of Blackberry #481639
RGB
CMYK
RGB Variations
Color information
#481639 (or 0x481639) is known color: Blackberry. HEX triplet: 48, 16 and 39. RGB value is (72,22,57). Sum of RGB (Red+Green+Blue) = 72+22+57=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #481639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481639 is #B7E9C6. Grayscale: #282828. Windows color (decimal): -12052935 or 3741256. OLE color: 3741256.
HSL color Cylindrical-coordinate representation of color #481639: hue angle of 318º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481639 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 57 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.72 |
| HSL | 318º | 0.53% | 0.18% | - |
| HSV(B) | 318º | 0.69% | 0.28% | - |
| XYZ | 3.7 | 2.25 | 4.11 | - |
| YUV | 40.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 57 | 0 | 0.69 | 0.21 | 0.72 | 318 | 0.53 | 0.18 |
| Hex | 48 | 16 | 39 | 0 | 45 | 15 | 48 | 13E | 35 | 12 |
| Octal | 110 | 26 | 71 | 0 | 105 | 25 | 110 | 476 | 65 | 22 |
| Binary | 1001000 | 10110 | 111001 | 0 | 1000101 | 10101 | 1001000 | 100111110 | 110101 | 10010 |
Color Harmonies of #481639
Complementary color
Monochromatic Colors of #481639
Black with #481639
Text Example
Text Example
White with #481639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481639; }
p { color: rgb(72,22,57); }
H1.HeaderClassName
{
color: #481639;
}
.AnyTagClassName
{
color: #481639;
}
</style>
background-color css
<style>
a { background-color: #481639; }
a { background-color: rgb(72,22,57); }
div.DivClassName
{
background-color: #481639;
}
.BgClassName
{
background-color: #481639;
}
</style>
border-color css
<style>
span { border-color: #481639; }
span { border-color: rgb(72,22,57); }
td.TdClassName
{
border-color: #481639;
}
.TagClassName
{
border-color: #481639;
}
</style>