Shades of Blackberry #4A1835
Tints of Blackberry #4A1835
RGB
CMYK
RGB Variations
Color information
#4A1835 (or 0x4A1835) is known color: Blackberry. HEX triplet: 4A, 18 and 35. RGB value is (74,24,53). Sum of RGB (Red+Green+Blue) = 74+24+53=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1835 is #B5E7CA. Grayscale: #2A2A2A. Windows color (decimal): -11921355 or 3479626. OLE color: 3479626.
HSL color Cylindrical-coordinate representation of color #4A1835: hue angle of 325.2º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A1835 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 24 | 53 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.71 |
| HSL | 325.2º | 0.51% | 0.19% | - |
| HSV(B) | 325.2º | 0.68% | 0.29% | - |
| XYZ | 3.79 | 2.37 | 3.62 | - |
| YUV | 42.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 53 | 0 | 0.68 | 0.28 | 0.71 | 325.2 | 0.51 | 0.19 |
| Hex | 4A | 18 | 35 | 0 | 44 | 1C | 47 | 145 | 33 | 13 |
| Octal | 112 | 30 | 65 | 0 | 104 | 34 | 107 | 505 | 63 | 23 |
| Binary | 1001010 | 11000 | 110101 | 0 | 1000100 | 11100 | 1000111 | 101000101 | 110011 | 10011 |
Color Harmonies of #4A1835
Complementary color
Monochromatic Colors of #4A1835
Black with #4A1835
Text Example
Text Example
White with #4A1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1835; }
p { color: rgb(74,24,53); }
H1.HeaderClassName
{
color: #4A1835;
}
.AnyTagClassName
{
color: #4A1835;
}
</style>
background-color css
<style>
a { background-color: #4A1835; }
a { background-color: rgb(74,24,53); }
div.DivClassName
{
background-color: #4A1835;
}
.BgClassName
{
background-color: #4A1835;
}
</style>
border-color css
<style>
span { border-color: #4A1835; }
span { border-color: rgb(74,24,53); }
td.TdClassName
{
border-color: #4A1835;
}
.TagClassName
{
border-color: #4A1835;
}
</style>