Shades of Blackberry #481739
Tints of Blackberry #481739
RGB
CMYK
RGB Variations
Color information
#481739 (or 0x481739) is known color: Blackberry. HEX triplet: 48, 17 and 39. RGB value is (72,23,57). Sum of RGB (Red+Green+Blue) = 72+23+57=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #481739 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481739 is #B7E8C6. Grayscale: #292929. Windows color (decimal): -12052679 or 3741512. OLE color: 3741512.
HSL color Cylindrical-coordinate representation of color #481739: hue angle of 318.37º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481739 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 57 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.72 |
| HSL | 318.37º | 0.52% | 0.19% | - |
| HSV(B) | 318.37º | 0.68% | 0.28% | - |
| XYZ | 3.72 | 2.29 | 4.12 | - |
| YUV | 41.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 57 | 0 | 0.68 | 0.21 | 0.72 | 318.37 | 0.52 | 0.19 |
| Hex | 48 | 17 | 39 | 0 | 44 | 15 | 48 | 13E | 34 | 13 |
| Octal | 110 | 27 | 71 | 0 | 104 | 25 | 110 | 476 | 64 | 23 |
| Binary | 1001000 | 10111 | 111001 | 0 | 1000100 | 10101 | 1001000 | 100111110 | 110100 | 10011 |
Color Harmonies of #481739
Complementary color
Monochromatic Colors of #481739
Black with #481739
Text Example
Text Example
White with #481739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481739; }
p { color: rgb(72,23,57); }
H1.HeaderClassName
{
color: #481739;
}
.AnyTagClassName
{
color: #481739;
}
</style>
background-color css
<style>
a { background-color: #481739; }
a { background-color: rgb(72,23,57); }
div.DivClassName
{
background-color: #481739;
}
.BgClassName
{
background-color: #481739;
}
</style>
border-color css
<style>
span { border-color: #481739; }
span { border-color: rgb(72,23,57); }
td.TdClassName
{
border-color: #481739;
}
.TagClassName
{
border-color: #481739;
}
</style>