Shades of Blackberry #4A1336
Tints of Blackberry #4A1336
RGB
CMYK
RGB Variations
Color information
#4A1336 (or 0x4A1336) is known color: Blackberry. HEX triplet: 4A, 13 and 36. RGB value is (74,19,54). Sum of RGB (Red+Green+Blue) = 74+19+54=147 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.34% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1336 is #B5ECC9. Grayscale: #272727. Windows color (decimal): -11922634 or 3543882. OLE color: 3543882.
HSL color Cylindrical-coordinate representation of color #4A1336: hue angle of 321.82º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A1336 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 19 | 54 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.71 |
| HSL | 321.82º | 0.59% | 0.18% | - |
| HSV(B) | 321.82º | 0.74% | 0.29% | - |
| XYZ | 3.72 | 2.19 | 3.72 | - |
| YUV | 39.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 54 | 0 | 0.74 | 0.27 | 0.71 | 321.82 | 0.59 | 0.18 |
| Hex | 4A | 13 | 36 | 0 | 4A | 1B | 47 | 142 | 3B | 12 |
| Octal | 112 | 23 | 66 | 0 | 112 | 33 | 107 | 502 | 73 | 22 |
| Binary | 1001010 | 10011 | 110110 | 0 | 1001010 | 11011 | 1000111 | 101000010 | 111011 | 10010 |
Color Harmonies of #4A1336
Complementary color
Monochromatic Colors of #4A1336
Black with #4A1336
Text Example
Text Example
White with #4A1336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1336; }
p { color: rgb(74,19,54); }
H1.HeaderClassName
{
color: #4A1336;
}
.AnyTagClassName
{
color: #4A1336;
}
</style>
background-color css
<style>
a { background-color: #4A1336; }
a { background-color: rgb(74,19,54); }
div.DivClassName
{
background-color: #4A1336;
}
.BgClassName
{
background-color: #4A1336;
}
</style>
border-color css
<style>
span { border-color: #4A1336; }
span { border-color: rgb(74,19,54); }
td.TdClassName
{
border-color: #4A1336;
}
.TagClassName
{
border-color: #4A1336;
}
</style>