Shades of Blackberry #4A0622
Tints of Blackberry #4A0622
RGB
CMYK
RGB Variations
Color information
#4A0622 (or 0x4A0622) is known color: Blackberry. HEX triplet: 4A, 06 and 22. RGB value is (74,6,34). Sum of RGB (Red+Green+Blue) = 74+6+34=114 (15% of max value = 765). Red value is 74 (29.30% from 255 or 64.91% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0622 is #B5F9DD. Grayscale: #1D1D1D. Windows color (decimal): -11925982 or 2229834. OLE color: 2229834.
HSL color Cylindrical-coordinate representation of color #4A0622: hue angle of 335.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A0622 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 6 | 34 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.71 |
| HSL | 335.29º | 0.85% | 0.16% | - |
| HSV(B) | 335.29º | 0.92% | 0.29% | - |
| XYZ | 3.18 | 1.7 | 1.67 | - |
| YUV | 29.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 34 | 0 | 0.92 | 0.54 | 0.71 | 335.29 | 0.85 | 0.16 |
| Hex | 4A | 6 | 22 | 0 | 5C | 36 | 47 | 14F | 55 | 10 |
| Octal | 112 | 6 | 42 | 0 | 134 | 66 | 107 | 517 | 125 | 20 |
| Binary | 1001010 | 110 | 100010 | 0 | 1011100 | 110110 | 1000111 | 101001111 | 1010101 | 10000 |
Color Harmonies of #4A0622
Complementary color
Monochromatic Colors of #4A0622
Black with #4A0622
Text Example
Text Example
White with #4A0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0622; }
p { color: rgb(74,6,34); }
H1.HeaderClassName
{
color: #4A0622;
}
.AnyTagClassName
{
color: #4A0622;
}
</style>
background-color css
<style>
a { background-color: #4A0622; }
a { background-color: rgb(74,6,34); }
div.DivClassName
{
background-color: #4A0622;
}
.BgClassName
{
background-color: #4A0622;
}
</style>
border-color css
<style>
span { border-color: #4A0622; }
span { border-color: rgb(74,6,34); }
td.TdClassName
{
border-color: #4A0622;
}
.TagClassName
{
border-color: #4A0622;
}
</style>