Shades of Blackberry #4A153D
Tints of Blackberry #4A153D
RGB
CMYK
RGB Variations
Color information
#4A153D (or 0x4A153D) is known color: Blackberry. HEX triplet: 4A, 15 and 3D. RGB value is (74,21,61). Sum of RGB (Red+Green+Blue) = 74+21+61=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 74 - color contains mainly: red. Hex color #4A153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A153D is #B5EAC2. Grayscale: #292929. Windows color (decimal): -11922115 or 4003146. OLE color: 4003146.
HSL color Cylindrical-coordinate representation of color #4A153D: hue angle of 314.72º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A153D is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 21 | 61 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.71 |
| HSL | 314.72º | 0.56% | 0.19% | - |
| HSV(B) | 314.72º | 0.72% | 0.29% | - |
| XYZ | 3.93 | 2.33 | 4.66 | - |
| YUV | 41.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 61 | 0 | 0.72 | 0.18 | 0.71 | 314.72 | 0.56 | 0.19 |
| Hex | 4A | 15 | 3D | 0 | 48 | 12 | 47 | 13B | 38 | 13 |
| Octal | 112 | 25 | 75 | 0 | 110 | 22 | 107 | 473 | 70 | 23 |
| Binary | 1001010 | 10101 | 111101 | 0 | 1001000 | 10010 | 1000111 | 100111011 | 111000 | 10011 |
Color Harmonies of #4A153D
Complementary color
Monochromatic Colors of #4A153D
Black with #4A153D
Text Example
Text Example
White with #4A153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A153D; }
p { color: rgb(74,21,61); }
H1.HeaderClassName
{
color: #4A153D;
}
.AnyTagClassName
{
color: #4A153D;
}
</style>
background-color css
<style>
a { background-color: #4A153D; }
a { background-color: rgb(74,21,61); }
div.DivClassName
{
background-color: #4A153D;
}
.BgClassName
{
background-color: #4A153D;
}
</style>
border-color css
<style>
span { border-color: #4A153D; }
span { border-color: rgb(74,21,61); }
td.TdClassName
{
border-color: #4A153D;
}
.TagClassName
{
border-color: #4A153D;
}
</style>