Shades of Blackberry #4A153F
Tints of Blackberry #4A153F
RGB
CMYK
RGB Variations
Color information
#4A153F (or 0x4A153F) is known color: Blackberry. HEX triplet: 4A, 15 and 3F. RGB value is (74,21,63). Sum of RGB (Red+Green+Blue) = 74+21+63=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A153F is #B5EAC0. Grayscale: #292929. Windows color (decimal): -11922113 or 4134218. OLE color: 4134218.
HSL color Cylindrical-coordinate representation of color #4A153F: hue angle of 312.45º 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 #4A153F is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 21 | 63 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.71 |
| HSL | 312.45º | 0.56% | 0.19% | - |
| HSV(B) | 312.45º | 0.72% | 0.29% | - |
| XYZ | 3.99 | 2.35 | 4.95 | - |
| YUV | 41.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 63 | 0 | 0.72 | 0.15 | 0.71 | 312.45 | 0.56 | 0.19 |
| Hex | 4A | 15 | 3F | 0 | 48 | F | 47 | 138 | 38 | 13 |
| Octal | 112 | 25 | 77 | 0 | 110 | 17 | 107 | 470 | 70 | 23 |
| Binary | 1001010 | 10101 | 111111 | 0 | 1001000 | 1111 | 1000111 | 100111000 | 111000 | 10011 |
Color Harmonies of #4A153F
Complementary color
Monochromatic Colors of #4A153F
Black with #4A153F
Text Example
Text Example
White with #4A153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A153F; }
p { color: rgb(74,21,63); }
H1.HeaderClassName
{
color: #4A153F;
}
.AnyTagClassName
{
color: #4A153F;
}
</style>
background-color css
<style>
a { background-color: #4A153F; }
a { background-color: rgb(74,21,63); }
div.DivClassName
{
background-color: #4A153F;
}
.BgClassName
{
background-color: #4A153F;
}
</style>
border-color css
<style>
span { border-color: #4A153F; }
span { border-color: rgb(74,21,63); }
td.TdClassName
{
border-color: #4A153F;
}
.TagClassName
{
border-color: #4A153F;
}
</style>