Shades of Blackberry #4A0335
Tints of Blackberry #4A0335
RGB
CMYK
RGB Variations
Color information
#4A0335 (or 0x4A0335) is known color: Blackberry. HEX triplet: 4A, 03 and 35. RGB value is (74,3,53). Sum of RGB (Red+Green+Blue) = 74+3+53=130 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.92% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0335 is #B5FCCA. Grayscale: #1D1D1D. Windows color (decimal): -11926731 or 3474250. OLE color: 3474250.
HSL color Cylindrical-coordinate representation of color #4A0335: hue angle of 317.75º 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 #4A0335 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 3 | 53 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.71 |
| HSL | 317.75º | 0.92% | 0.15% | - |
| HSV(B) | 317.75º | 0.96% | 0.29% | - |
| XYZ | 3.5 | 1.78 | 3.53 | - |
| YUV | 29.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 53 | 0 | 0.96 | 0.28 | 0.71 | 317.75 | 0.92 | 0.15 |
| Hex | 4A | 3 | 35 | 0 | 60 | 1C | 47 | 13E | 5C | F |
| Octal | 112 | 3 | 65 | 0 | 140 | 34 | 107 | 476 | 134 | 17 |
| Binary | 1001010 | 11 | 110101 | 0 | 1100000 | 11100 | 1000111 | 100111110 | 1011100 | 1111 |
Color Harmonies of #4A0335
Complementary color
Monochromatic Colors of #4A0335
Black with #4A0335
Text Example
Text Example
White with #4A0335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0335; }
p { color: rgb(74,3,53); }
H1.HeaderClassName
{
color: #4A0335;
}
.AnyTagClassName
{
color: #4A0335;
}
</style>
background-color css
<style>
a { background-color: #4A0335; }
a { background-color: rgb(74,3,53); }
div.DivClassName
{
background-color: #4A0335;
}
.BgClassName
{
background-color: #4A0335;
}
</style>
border-color css
<style>
span { border-color: #4A0335; }
span { border-color: rgb(74,3,53); }
td.TdClassName
{
border-color: #4A0335;
}
.TagClassName
{
border-color: #4A0335;
}
</style>