Shades of Blackberry #4A1731
Tints of Blackberry #4A1731
RGB
CMYK
RGB Variations
Color information
#4A1731 (or 0x4A1731) is known color: Blackberry. HEX triplet: 4A, 17 and 31. RGB value is (74,23,49). Sum of RGB (Red+Green+Blue) = 74+23+49=146 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.68% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1731 is #B5E8CE. Grayscale: #292929. Windows color (decimal): -11921615 or 3217226. OLE color: 3217226.
HSL color Cylindrical-coordinate representation of color #4A1731: hue angle of 329.41º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A1731 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 23 | 49 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.71 |
| HSL | 329.41º | 0.53% | 0.19% | - |
| HSV(B) | 329.41º | 0.69% | 0.29% | - |
| XYZ | 3.68 | 2.29 | 3.15 | - |
| YUV | 41.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 49 | 0 | 0.69 | 0.34 | 0.71 | 329.41 | 0.53 | 0.19 |
| Hex | 4A | 17 | 31 | 0 | 45 | 22 | 47 | 149 | 35 | 13 |
| Octal | 112 | 27 | 61 | 0 | 105 | 42 | 107 | 511 | 65 | 23 |
| Binary | 1001010 | 10111 | 110001 | 0 | 1000101 | 100010 | 1000111 | 101001001 | 110101 | 10011 |
Color Harmonies of #4A1731
Complementary color
Monochromatic Colors of #4A1731
Black with #4A1731
Text Example
Text Example
White with #4A1731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1731; }
p { color: rgb(74,23,49); }
H1.HeaderClassName
{
color: #4A1731;
}
.AnyTagClassName
{
color: #4A1731;
}
</style>
background-color css
<style>
a { background-color: #4A1731; }
a { background-color: rgb(74,23,49); }
div.DivClassName
{
background-color: #4A1731;
}
.BgClassName
{
background-color: #4A1731;
}
</style>
border-color css
<style>
span { border-color: #4A1731; }
span { border-color: rgb(74,23,49); }
td.TdClassName
{
border-color: #4A1731;
}
.TagClassName
{
border-color: #4A1731;
}
</style>