Shades of Blackberry #4A1D3A
Tints of Blackberry #4A1D3A
RGB
CMYK
RGB Variations
Color information
#4A1D3A (or 0x4A1D3A) is known color: Blackberry. HEX triplet: 4A, 1D and 3A. RGB value is (74,29,58). Sum of RGB (Red+Green+Blue) = 74+29+58=161 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.96% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1D3A is #B5E2C5. Grayscale: #2D2D2D. Windows color (decimal): -11920070 or 3808586. OLE color: 3808586.
HSL color Cylindrical-coordinate representation of color #4A1D3A: hue angle of 321.33º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A1D3A is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 29 | 58 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.71 |
| HSL | 321.33º | 0.44% | 0.2% | - |
| HSV(B) | 321.33º | 0.61% | 0.29% | - |
| XYZ | 4.03 | 2.64 | 4.3 | - |
| YUV | 45.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 29 | 58 | 0 | 0.61 | 0.22 | 0.71 | 321.33 | 0.44 | 0.2 |
| Hex | 4A | 1D | 3A | 0 | 3D | 16 | 47 | 141 | 2C | 14 |
| Octal | 112 | 35 | 72 | 0 | 75 | 26 | 107 | 501 | 54 | 24 |
| Binary | 1001010 | 11101 | 111010 | 0 | 111101 | 10110 | 1000111 | 101000001 | 101100 | 10100 |
Color Harmonies of #4A1D3A
Complementary color
Monochromatic Colors of #4A1D3A
Black with #4A1D3A
Text Example
Text Example
White with #4A1D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1D3A; }
p { color: rgb(74,29,58); }
H1.HeaderClassName
{
color: #4A1D3A;
}
.AnyTagClassName
{
color: #4A1D3A;
}
</style>
background-color css
<style>
a { background-color: #4A1D3A; }
a { background-color: rgb(74,29,58); }
div.DivClassName
{
background-color: #4A1D3A;
}
.BgClassName
{
background-color: #4A1D3A;
}
</style>
border-color css
<style>
span { border-color: #4A1D3A; }
span { border-color: rgb(74,29,58); }
td.TdClassName
{
border-color: #4A1D3A;
}
.TagClassName
{
border-color: #4A1D3A;
}
</style>