Shades of Blackberry #481334
Tints of Blackberry #481334
RGB
CMYK
RGB Variations
Color information
#481334 (or 0x481334) is known color: Blackberry. HEX triplet: 48, 13 and 34. RGB value is (72,19,52). Sum of RGB (Red+Green+Blue) = 72+19+52=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #481334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481334 is #B7ECCB. Grayscale: #262626. Windows color (decimal): -12053708 or 3412808. OLE color: 3412808.
HSL color Cylindrical-coordinate representation of color #481334: hue angle of 322.64º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481334 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 52 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.72 |
| HSL | 322.64º | 0.58% | 0.18% | - |
| HSV(B) | 322.64º | 0.74% | 0.28% | - |
| XYZ | 3.53 | 2.09 | 3.47 | - |
| YUV | 38.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 52 | 0 | 0.74 | 0.28 | 0.72 | 322.64 | 0.58 | 0.18 |
| Hex | 48 | 13 | 34 | 0 | 4A | 1C | 48 | 143 | 3A | 12 |
| Octal | 110 | 23 | 64 | 0 | 112 | 34 | 110 | 503 | 72 | 22 |
| Binary | 1001000 | 10011 | 110100 | 0 | 1001010 | 11100 | 1001000 | 101000011 | 111010 | 10010 |
Color Harmonies of #481334
Complementary color
Monochromatic Colors of #481334
Black with #481334
Text Example
Text Example
White with #481334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481334; }
p { color: rgb(72,19,52); }
H1.HeaderClassName
{
color: #481334;
}
.AnyTagClassName
{
color: #481334;
}
</style>
background-color css
<style>
a { background-color: #481334; }
a { background-color: rgb(72,19,52); }
div.DivClassName
{
background-color: #481334;
}
.BgClassName
{
background-color: #481334;
}
</style>
border-color css
<style>
span { border-color: #481334; }
span { border-color: rgb(72,19,52); }
td.TdClassName
{
border-color: #481334;
}
.TagClassName
{
border-color: #481334;
}
</style>