Shades of Blackberry #4A152F
Tints of Blackberry #4A152F
RGB
CMYK
RGB Variations
Color information
#4A152F (or 0x4A152F) is known color: Blackberry. HEX triplet: 4A, 15 and 2F. RGB value is (74,21,47). Sum of RGB (Red+Green+Blue) = 74+21+47=142 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.11% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 74 - color contains mainly: red. Hex color #4A152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A152F is #B5EAD0. Grayscale: #272727. Windows color (decimal): -11922129 or 3085642. OLE color: 3085642.
HSL color Cylindrical-coordinate representation of color #4A152F: hue angle of 330.57º 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 #4A152F is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 21 | 47 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.71 |
| HSL | 330.57º | 0.56% | 0.19% | - |
| HSV(B) | 330.57º | 0.72% | 0.29% | - |
| XYZ | 3.61 | 2.2 | 2.92 | - |
| YUV | 39.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 47 | 0 | 0.72 | 0.36 | 0.71 | 330.57 | 0.56 | 0.19 |
| Hex | 4A | 15 | 2F | 0 | 48 | 24 | 47 | 14B | 38 | 13 |
| Octal | 112 | 25 | 57 | 0 | 110 | 44 | 107 | 513 | 70 | 23 |
| Binary | 1001010 | 10101 | 101111 | 0 | 1001000 | 100100 | 1000111 | 101001011 | 111000 | 10011 |
Color Harmonies of #4A152F
Complementary color
Monochromatic Colors of #4A152F
Black with #4A152F
Text Example
Text Example
White with #4A152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A152F; }
p { color: rgb(74,21,47); }
H1.HeaderClassName
{
color: #4A152F;
}
.AnyTagClassName
{
color: #4A152F;
}
</style>
background-color css
<style>
a { background-color: #4A152F; }
a { background-color: rgb(74,21,47); }
div.DivClassName
{
background-color: #4A152F;
}
.BgClassName
{
background-color: #4A152F;
}
</style>
border-color css
<style>
span { border-color: #4A152F; }
span { border-color: rgb(74,21,47); }
td.TdClassName
{
border-color: #4A152F;
}
.TagClassName
{
border-color: #4A152F;
}
</style>