Shades of Blackberry #4A162D
Tints of Blackberry #4A162D
RGB
CMYK
RGB Variations
Color information
#4A162D (or 0x4A162D) is known color: Blackberry. HEX triplet: 4A, 16 and 2D. RGB value is (74,22,45). Sum of RGB (Red+Green+Blue) = 74+22+45=141 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.48% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 74 - color contains mainly: red. Hex color #4A162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A162D is #B5E9D2. Grayscale: #282828. Windows color (decimal): -11921875 or 2954826. OLE color: 2954826.
HSL color Cylindrical-coordinate representation of color #4A162D: hue angle of 333.46º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A162D is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 22 | 45 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.71 |
| HSL | 333.46º | 0.54% | 0.19% | - |
| HSV(B) | 333.46º | 0.7% | 0.29% | - |
| XYZ | 3.58 | 2.22 | 2.72 | - |
| YUV | 40.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 45 | 0 | 0.70 | 0.39 | 0.71 | 333.46 | 0.54 | 0.19 |
| Hex | 4A | 16 | 2D | 0 | 46 | 27 | 47 | 14D | 36 | 13 |
| Octal | 112 | 26 | 55 | 0 | 106 | 47 | 107 | 515 | 66 | 23 |
| Binary | 1001010 | 10110 | 101101 | 0 | 1000110 | 100111 | 1000111 | 101001101 | 110110 | 10011 |
Color Harmonies of #4A162D
Complementary color
Monochromatic Colors of #4A162D
Black with #4A162D
Text Example
Text Example
White with #4A162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A162D; }
p { color: rgb(74,22,45); }
H1.HeaderClassName
{
color: #4A162D;
}
.AnyTagClassName
{
color: #4A162D;
}
</style>
background-color css
<style>
a { background-color: #4A162D; }
a { background-color: rgb(74,22,45); }
div.DivClassName
{
background-color: #4A162D;
}
.BgClassName
{
background-color: #4A162D;
}
</style>
border-color css
<style>
span { border-color: #4A162D; }
span { border-color: rgb(74,22,45); }
td.TdClassName
{
border-color: #4A162D;
}
.TagClassName
{
border-color: #4A162D;
}
</style>