Shades of Blackberry #4A162B
Tints of Blackberry #4A162B
RGB
CMYK
RGB Variations
Color information
#4A162B (or 0x4A162B) is known color: Blackberry. HEX triplet: 4A, 16 and 2B. RGB value is (74,22,43). Sum of RGB (Red+Green+Blue) = 74+22+43=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A162B is #B5E9D4. Grayscale: #272727. Windows color (decimal): -11921877 or 2823754. OLE color: 2823754.
HSL color Cylindrical-coordinate representation of color #4A162B: hue angle of 335.77º 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 #4A162B is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 22 | 43 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.71 |
| HSL | 335.77º | 0.54% | 0.19% | - |
| HSV(B) | 335.77º | 0.7% | 0.29% | - |
| XYZ | 3.55 | 2.2 | 2.52 | - |
| YUV | 39.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 43 | 0 | 0.70 | 0.42 | 0.71 | 335.77 | 0.54 | 0.19 |
| Hex | 4A | 16 | 2B | 0 | 46 | 2A | 47 | 150 | 36 | 13 |
| Octal | 112 | 26 | 53 | 0 | 106 | 52 | 107 | 520 | 66 | 23 |
| Binary | 1001010 | 10110 | 101011 | 0 | 1000110 | 101010 | 1000111 | 101010000 | 110110 | 10011 |
Color Harmonies of #4A162B
Complementary color
Monochromatic Colors of #4A162B
Black with #4A162B
Text Example
Text Example
White with #4A162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A162B; }
p { color: rgb(74,22,43); }
H1.HeaderClassName
{
color: #4A162B;
}
.AnyTagClassName
{
color: #4A162B;
}
</style>
background-color css
<style>
a { background-color: #4A162B; }
a { background-color: rgb(74,22,43); }
div.DivClassName
{
background-color: #4A162B;
}
.BgClassName
{
background-color: #4A162B;
}
</style>
border-color css
<style>
span { border-color: #4A162B; }
span { border-color: rgb(74,22,43); }
td.TdClassName
{
border-color: #4A162B;
}
.TagClassName
{
border-color: #4A162B;
}
</style>