Shades of Blackberry #4A002D
Tints of Blackberry #4A002D
RGB
CMYK
RGB Variations
Color information
#4A002D (or 0x4A002D) is known color: Blackberry. HEX triplet: 4A, 00 and 2D. RGB value is (74,0,45). Sum of RGB (Red+Green+Blue) = 74+0+45=119 (15% of max value = 765). Red value is 74 (29.30% from 255 or 62.18% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 74 - color contains mainly: red. Hex color #4A002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A002D is #B5FFD2. Grayscale: #1B1B1B. Windows color (decimal): -11927507 or 2949194. OLE color: 2949194.
HSL color Cylindrical-coordinate representation of color #4A002D: hue angle of 323.51º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A002D is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.39 | 0.71 |
| HSL | 323.51º | 1% | 0.15% | - |
| HSV(B) | 323.51º | 1% | 0.29% | - |
| XYZ | 3.3 | 1.65 | 2.63 | - |
| YUV | 27.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 45 | 0 | 1 | 0.39 | 0.71 | 323.51 | 1 | 0.15 |
| Hex | 4A | 0 | 2D | 0 | 64 | 27 | 47 | 144 | 64 | F |
| Octal | 112 | 0 | 55 | 0 | 144 | 47 | 107 | 504 | 144 | 17 |
| Binary | 1001010 | 0 | 101101 | 0 | 1100100 | 100111 | 1000111 | 101000100 | 1100100 | 1111 |
Color Harmonies of #4A002D
Complementary color
Monochromatic Colors of #4A002D
Black with #4A002D
Text Example
Text Example
White with #4A002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A002D; }
p { color: rgb(74,0,45); }
H1.HeaderClassName
{
color: #4A002D;
}
.AnyTagClassName
{
color: #4A002D;
}
</style>
background-color css
<style>
a { background-color: #4A002D; }
a { background-color: rgb(74,0,45); }
div.DivClassName
{
background-color: #4A002D;
}
.BgClassName
{
background-color: #4A002D;
}
</style>
border-color css
<style>
span { border-color: #4A002D; }
span { border-color: rgb(74,0,45); }
td.TdClassName
{
border-color: #4A002D;
}
.TagClassName
{
border-color: #4A002D;
}
</style>