Shades of Blackberry #4A192E
Tints of Blackberry #4A192E
RGB
CMYK
RGB Variations
Color information
#4A192E (or 0x4A192E) is known color: Blackberry. HEX triplet: 4A, 19 and 2E. RGB value is (74,25,46). Sum of RGB (Red+Green+Blue) = 74+25+46=145 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.03% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 74 - color contains mainly: red. Hex color #4A192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A192E is #B5E6D1. Grayscale: #2A2A2A. Windows color (decimal): -11921106 or 3021130. OLE color: 3021130.
HSL color Cylindrical-coordinate representation of color #4A192E: hue angle of 334.29º 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 #4A192E is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 25 | 46 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.71 |
| HSL | 334.29º | 0.49% | 0.19% | - |
| HSV(B) | 334.29º | 0.66% | 0.29% | - |
| XYZ | 3.66 | 2.35 | 2.84 | - |
| YUV | 42.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 46 | 0 | 0.66 | 0.38 | 0.71 | 334.29 | 0.49 | 0.19 |
| Hex | 4A | 19 | 2E | 0 | 42 | 26 | 47 | 14E | 31 | 13 |
| Octal | 112 | 31 | 56 | 0 | 102 | 46 | 107 | 516 | 61 | 23 |
| Binary | 1001010 | 11001 | 101110 | 0 | 1000010 | 100110 | 1000111 | 101001110 | 110001 | 10011 |
Color Harmonies of #4A192E
Complementary color
Monochromatic Colors of #4A192E
Black with #4A192E
Text Example
Text Example
White with #4A192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A192E; }
p { color: rgb(74,25,46); }
H1.HeaderClassName
{
color: #4A192E;
}
.AnyTagClassName
{
color: #4A192E;
}
</style>
background-color css
<style>
a { background-color: #4A192E; }
a { background-color: rgb(74,25,46); }
div.DivClassName
{
background-color: #4A192E;
}
.BgClassName
{
background-color: #4A192E;
}
</style>
border-color css
<style>
span { border-color: #4A192E; }
span { border-color: rgb(74,25,46); }
td.TdClassName
{
border-color: #4A192E;
}
.TagClassName
{
border-color: #4A192E;
}
</style>