Shades of Blackberry #481630
Tints of Blackberry #481630
RGB
CMYK
RGB Variations
Color information
#481630 (or 0x481630) is known color: Blackberry. HEX triplet: 48, 16 and 30. RGB value is (72,22,48). Sum of RGB (Red+Green+Blue) = 72+22+48=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481630 is #B7E9CF. Grayscale: #272727. Windows color (decimal): -12052944 or 3151432. OLE color: 3151432.
HSL color Cylindrical-coordinate representation of color #481630: hue angle of 328.8º 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 #481630 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 48 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.72 |
| HSL | 328.8º | 0.53% | 0.18% | - |
| HSV(B) | 328.8º | 0.69% | 0.28% | - |
| XYZ | 3.49 | 2.16 | 3.03 | - |
| YUV | 39.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 48 | 0 | 0.69 | 0.33 | 0.72 | 328.8 | 0.53 | 0.18 |
| Hex | 48 | 16 | 30 | 0 | 45 | 21 | 48 | 149 | 35 | 12 |
| Octal | 110 | 26 | 60 | 0 | 105 | 41 | 110 | 511 | 65 | 22 |
| Binary | 1001000 | 10110 | 110000 | 0 | 1000101 | 100001 | 1001000 | 101001001 | 110101 | 10010 |
Color Harmonies of #481630
Complementary color
Monochromatic Colors of #481630
Black with #481630
Text Example
Text Example
White with #481630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481630; }
p { color: rgb(72,22,48); }
H1.HeaderClassName
{
color: #481630;
}
.AnyTagClassName
{
color: #481630;
}
</style>
background-color css
<style>
a { background-color: #481630; }
a { background-color: rgb(72,22,48); }
div.DivClassName
{
background-color: #481630;
}
.BgClassName
{
background-color: #481630;
}
</style>
border-color css
<style>
span { border-color: #481630; }
span { border-color: rgb(72,22,48); }
td.TdClassName
{
border-color: #481630;
}
.TagClassName
{
border-color: #481630;
}
</style>