Shades of Blackberry #481839
Tints of Blackberry #481839
RGB
CMYK
RGB Variations
Color information
#481839 (or 0x481839) is known color: Blackberry. HEX triplet: 48, 18 and 39. RGB value is (72,24,57). Sum of RGB (Red+Green+Blue) = 72+24+57=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #481839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481839 is #B7E7C6. Grayscale: #2A2A2A. Windows color (decimal): -12052423 or 3741768. OLE color: 3741768.
HSL color Cylindrical-coordinate representation of color #481839: hue angle of 318.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481839 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 57 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.72 |
| HSL | 318.75º | 0.5% | 0.19% | - |
| HSV(B) | 318.75º | 0.67% | 0.28% | - |
| XYZ | 3.74 | 2.33 | 4.12 | - |
| YUV | 42.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 57 | 0 | 0.67 | 0.21 | 0.72 | 318.75 | 0.5 | 0.19 |
| Hex | 48 | 18 | 39 | 0 | 43 | 15 | 48 | 13F | 32 | 13 |
| Octal | 110 | 30 | 71 | 0 | 103 | 25 | 110 | 477 | 62 | 23 |
| Binary | 1001000 | 11000 | 111001 | 0 | 1000011 | 10101 | 1001000 | 100111111 | 110010 | 10011 |
Color Harmonies of #481839
Complementary color
Monochromatic Colors of #481839
Black with #481839
Text Example
Text Example
White with #481839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481839; }
p { color: rgb(72,24,57); }
H1.HeaderClassName
{
color: #481839;
}
.AnyTagClassName
{
color: #481839;
}
</style>
background-color css
<style>
a { background-color: #481839; }
a { background-color: rgb(72,24,57); }
div.DivClassName
{
background-color: #481839;
}
.BgClassName
{
background-color: #481839;
}
</style>
border-color css
<style>
span { border-color: #481839; }
span { border-color: rgb(72,24,57); }
td.TdClassName
{
border-color: #481839;
}
.TagClassName
{
border-color: #481839;
}
</style>