Shades of Blackberry #4A0332
Tints of Blackberry #4A0332
RGB
CMYK
RGB Variations
Color information
#4A0332 (or 0x4A0332) is known color: Blackberry. HEX triplet: 4A, 03 and 32. RGB value is (74,3,50). Sum of RGB (Red+Green+Blue) = 74+3+50=127 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.27% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0332 is #B5FCCD. Grayscale: #1D1D1D. Windows color (decimal): -11926734 or 3277642. OLE color: 3277642.
HSL color Cylindrical-coordinate representation of color #4A0332: hue angle of 320.28º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A0332 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 3 | 50 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.71 |
| HSL | 320.28º | 0.92% | 0.15% | - |
| HSV(B) | 320.28º | 0.96% | 0.29% | - |
| XYZ | 3.43 | 1.75 | 3.17 | - |
| YUV | 29.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 50 | 0 | 0.96 | 0.32 | 0.71 | 320.28 | 0.92 | 0.15 |
| Hex | 4A | 3 | 32 | 0 | 60 | 20 | 47 | 140 | 5C | F |
| Octal | 112 | 3 | 62 | 0 | 140 | 40 | 107 | 500 | 134 | 17 |
| Binary | 1001010 | 11 | 110010 | 0 | 1100000 | 100000 | 1000111 | 101000000 | 1011100 | 1111 |
Color Harmonies of #4A0332
Complementary color
Monochromatic Colors of #4A0332
Black with #4A0332
Text Example
Text Example
White with #4A0332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0332; }
p { color: rgb(74,3,50); }
H1.HeaderClassName
{
color: #4A0332;
}
.AnyTagClassName
{
color: #4A0332;
}
</style>
background-color css
<style>
a { background-color: #4A0332; }
a { background-color: rgb(74,3,50); }
div.DivClassName
{
background-color: #4A0332;
}
.BgClassName
{
background-color: #4A0332;
}
</style>
border-color css
<style>
span { border-color: #4A0332; }
span { border-color: rgb(74,3,50); }
td.TdClassName
{
border-color: #4A0332;
}
.TagClassName
{
border-color: #4A0332;
}
</style>