Shades of Blackberry #4A1932
Tints of Blackberry #4A1932
RGB
CMYK
RGB Variations
Color information
#4A1932 (or 0x4A1932) is known color: Blackberry. HEX triplet: 4A, 19 and 32. RGB value is (74,25,50). Sum of RGB (Red+Green+Blue) = 74+25+50=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1932 is #B5E6CD. Grayscale: #2A2A2A. Windows color (decimal): -11921102 or 3283274. OLE color: 3283274.
HSL color Cylindrical-coordinate representation of color #4A1932: hue angle of 329.39º 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 #4A1932 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 25 | 50 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.71 |
| HSL | 329.39º | 0.49% | 0.19% | - |
| HSV(B) | 329.39º | 0.66% | 0.29% | - |
| XYZ | 3.75 | 2.38 | 3.28 | - |
| YUV | 42.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 50 | 0 | 0.66 | 0.32 | 0.71 | 329.39 | 0.49 | 0.19 |
| Hex | 4A | 19 | 32 | 0 | 42 | 20 | 47 | 149 | 31 | 13 |
| Octal | 112 | 31 | 62 | 0 | 102 | 40 | 107 | 511 | 61 | 23 |
| Binary | 1001010 | 11001 | 110010 | 0 | 1000010 | 100000 | 1000111 | 101001001 | 110001 | 10011 |
Color Harmonies of #4A1932
Complementary color
Monochromatic Colors of #4A1932
Black with #4A1932
Text Example
Text Example
White with #4A1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1932; }
p { color: rgb(74,25,50); }
H1.HeaderClassName
{
color: #4A1932;
}
.AnyTagClassName
{
color: #4A1932;
}
</style>
background-color css
<style>
a { background-color: #4A1932; }
a { background-color: rgb(74,25,50); }
div.DivClassName
{
background-color: #4A1932;
}
.BgClassName
{
background-color: #4A1932;
}
</style>
border-color css
<style>
span { border-color: #4A1932; }
span { border-color: rgb(74,25,50); }
td.TdClassName
{
border-color: #4A1932;
}
.TagClassName
{
border-color: #4A1932;
}
</style>