Shades of Blackberry #4A1934
Tints of Blackberry #4A1934
RGB
CMYK
RGB Variations
Color information
#4A1934 (or 0x4A1934) is known color: Blackberry. HEX triplet: 4A, 19 and 34. RGB value is (74,25,52). Sum of RGB (Red+Green+Blue) = 74+25+52=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1934 is #B5E6CB. Grayscale: #2A2A2A. Windows color (decimal): -11921100 or 3414346. OLE color: 3414346.
HSL color Cylindrical-coordinate representation of color #4A1934: hue angle of 326.94º 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 #4A1934 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 25 | 52 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.71 |
| HSL | 326.94º | 0.49% | 0.19% | - |
| HSV(B) | 326.94º | 0.66% | 0.29% | - |
| XYZ | 3.79 | 2.4 | 3.51 | - |
| YUV | 42.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 52 | 0 | 0.66 | 0.30 | 0.71 | 326.94 | 0.49 | 0.19 |
| Hex | 4A | 19 | 34 | 0 | 42 | 1E | 47 | 147 | 31 | 13 |
| Octal | 112 | 31 | 64 | 0 | 102 | 36 | 107 | 507 | 61 | 23 |
| Binary | 1001010 | 11001 | 110100 | 0 | 1000010 | 11110 | 1000111 | 101000111 | 110001 | 10011 |
Color Harmonies of #4A1934
Complementary color
Monochromatic Colors of #4A1934
Black with #4A1934
Text Example
Text Example
White with #4A1934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1934; }
p { color: rgb(74,25,52); }
H1.HeaderClassName
{
color: #4A1934;
}
.AnyTagClassName
{
color: #4A1934;
}
</style>
background-color css
<style>
a { background-color: #4A1934; }
a { background-color: rgb(74,25,52); }
div.DivClassName
{
background-color: #4A1934;
}
.BgClassName
{
background-color: #4A1934;
}
</style>
border-color css
<style>
span { border-color: #4A1934; }
span { border-color: rgb(74,25,52); }
td.TdClassName
{
border-color: #4A1934;
}
.TagClassName
{
border-color: #4A1934;
}
</style>