Shades of Blackberry #4A032A
Tints of Blackberry #4A032A
RGB
CMYK
RGB Variations
Color information
#4A032A (or 0x4A032A) is known color: Blackberry. HEX triplet: 4A, 03 and 2A. RGB value is (74,3,42). Sum of RGB (Red+Green+Blue) = 74+3+42=119 (15% of max value = 765). Red value is 74 (29.30% from 255 or 62.18% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 74 - color contains mainly: red. Hex color #4A032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A032A is #B5FCD5. Grayscale: #1C1C1C. Windows color (decimal): -11926742 or 2753354. OLE color: 2753354.
HSL color Cylindrical-coordinate representation of color #4A032A: hue angle of 327.04º 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 #4A032A is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 3 | 42 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.71 |
| HSL | 327.04º | 0.92% | 0.15% | - |
| HSV(B) | 327.04º | 0.96% | 0.29% | - |
| XYZ | 3.27 | 1.69 | 2.34 | - |
| YUV | 28.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 42 | 0 | 0.96 | 0.43 | 0.71 | 327.04 | 0.92 | 0.15 |
| Hex | 4A | 3 | 2A | 0 | 60 | 2B | 47 | 147 | 5C | F |
| Octal | 112 | 3 | 52 | 0 | 140 | 53 | 107 | 507 | 134 | 17 |
| Binary | 1001010 | 11 | 101010 | 0 | 1100000 | 101011 | 1000111 | 101000111 | 1011100 | 1111 |
Color Harmonies of #4A032A
Complementary color
Monochromatic Colors of #4A032A
Black with #4A032A
Text Example
Text Example
White with #4A032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A032A; }
p { color: rgb(74,3,42); }
H1.HeaderClassName
{
color: #4A032A;
}
.AnyTagClassName
{
color: #4A032A;
}
</style>
background-color css
<style>
a { background-color: #4A032A; }
a { background-color: rgb(74,3,42); }
div.DivClassName
{
background-color: #4A032A;
}
.BgClassName
{
background-color: #4A032A;
}
</style>
border-color css
<style>
span { border-color: #4A032A; }
span { border-color: rgb(74,3,42); }
td.TdClassName
{
border-color: #4A032A;
}
.TagClassName
{
border-color: #4A032A;
}
</style>