Shades of Blackberry #4A1935
Tints of Blackberry #4A1935
RGB
CMYK
RGB Variations
Color information
#4A1935 (or 0x4A1935) is known color: Blackberry. HEX triplet: 4A, 19 and 35. RGB value is (74,25,53). Sum of RGB (Red+Green+Blue) = 74+25+53=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1935 is #B5E6CA. Grayscale: #2A2A2A. Windows color (decimal): -11921099 or 3479882. OLE color: 3479882.
HSL color Cylindrical-coordinate representation of color #4A1935: hue angle of 325.71º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A1935 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 25 | 53 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.71 |
| HSL | 325.71º | 0.49% | 0.19% | - |
| HSV(B) | 325.71º | 0.66% | 0.29% | - |
| XYZ | 3.81 | 2.41 | 3.63 | - |
| YUV | 42.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 53 | 0 | 0.66 | 0.28 | 0.71 | 325.71 | 0.49 | 0.19 |
| Hex | 4A | 19 | 35 | 0 | 42 | 1C | 47 | 146 | 31 | 13 |
| Octal | 112 | 31 | 65 | 0 | 102 | 34 | 107 | 506 | 61 | 23 |
| Binary | 1001010 | 11001 | 110101 | 0 | 1000010 | 11100 | 1000111 | 101000110 | 110001 | 10011 |
Color Harmonies of #4A1935
Complementary color
Monochromatic Colors of #4A1935
Black with #4A1935
Text Example
Text Example
White with #4A1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1935; }
p { color: rgb(74,25,53); }
H1.HeaderClassName
{
color: #4A1935;
}
.AnyTagClassName
{
color: #4A1935;
}
</style>
background-color css
<style>
a { background-color: #4A1935; }
a { background-color: rgb(74,25,53); }
div.DivClassName
{
background-color: #4A1935;
}
.BgClassName
{
background-color: #4A1935;
}
</style>
border-color css
<style>
span { border-color: #4A1935; }
span { border-color: rgb(74,25,53); }
td.TdClassName
{
border-color: #4A1935;
}
.TagClassName
{
border-color: #4A1935;
}
</style>