Shades of Blackberry #4A1A3A
Tints of Blackberry #4A1A3A
RGB
CMYK
RGB Variations
Color information
#4A1A3A (or 0x4A1A3A) is known color: Blackberry. HEX triplet: 4A, 1A and 3A. RGB value is (74,26,58). Sum of RGB (Red+Green+Blue) = 74+26+58=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1A3A is #B5E5C5. Grayscale: #2B2B2B. Windows color (decimal): -11920838 or 3807818. OLE color: 3807818.
HSL color Cylindrical-coordinate representation of color #4A1A3A: hue angle of 320º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A1A3A is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 26 | 58 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.71 |
| HSL | 320º | 0.48% | 0.2% | - |
| HSV(B) | 320º | 0.65% | 0.29% | - |
| XYZ | 3.96 | 2.5 | 4.28 | - |
| YUV | 44 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 58 | 0 | 0.65 | 0.22 | 0.71 | 320 | 0.48 | 0.2 |
| Hex | 4A | 1A | 3A | 0 | 41 | 16 | 47 | 140 | 30 | 14 |
| Octal | 112 | 32 | 72 | 0 | 101 | 26 | 107 | 500 | 60 | 24 |
| Binary | 1001010 | 11010 | 111010 | 0 | 1000001 | 10110 | 1000111 | 101000000 | 110000 | 10100 |
Color Harmonies of #4A1A3A
Complementary color
Monochromatic Colors of #4A1A3A
Black with #4A1A3A
Text Example
Text Example
White with #4A1A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1A3A; }
p { color: rgb(74,26,58); }
H1.HeaderClassName
{
color: #4A1A3A;
}
.AnyTagClassName
{
color: #4A1A3A;
}
</style>
background-color css
<style>
a { background-color: #4A1A3A; }
a { background-color: rgb(74,26,58); }
div.DivClassName
{
background-color: #4A1A3A;
}
.BgClassName
{
background-color: #4A1A3A;
}
</style>
border-color css
<style>
span { border-color: #4A1A3A; }
span { border-color: rgb(74,26,58); }
td.TdClassName
{
border-color: #4A1A3A;
}
.TagClassName
{
border-color: #4A1A3A;
}
</style>