Shades of Blackberry #4A002F
Tints of Blackberry #4A002F
RGB
CMYK
RGB Variations
Color information
#4A002F (or 0x4A002F) is known color: Blackberry. HEX triplet: 4A, 00 and 2F. RGB value is (74,0,47). Sum of RGB (Red+Green+Blue) = 74+0+47=121 (16% of max value = 765). Red value is 74 (29.30% from 255 or 61.16% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 74 - color contains mainly: red. Hex color #4A002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A002F is #B5FFD0. Grayscale: #1B1B1B. Windows color (decimal): -11927505 or 3080266. OLE color: 3080266.
HSL color Cylindrical-coordinate representation of color #4A002F: hue angle of 321.89º 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 #4A002F is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.36 | 0.71 |
| HSL | 321.89º | 1% | 0.15% | - |
| HSV(B) | 321.89º | 1% | 0.29% | - |
| XYZ | 3.34 | 1.66 | 2.83 | - |
| YUV | 27.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 47 | 0 | 1 | 0.36 | 0.71 | 321.89 | 1 | 0.15 |
| Hex | 4A | 0 | 2F | 0 | 64 | 24 | 47 | 142 | 64 | F |
| Octal | 112 | 0 | 57 | 0 | 144 | 44 | 107 | 502 | 144 | 17 |
| Binary | 1001010 | 0 | 101111 | 0 | 1100100 | 100100 | 1000111 | 101000010 | 1100100 | 1111 |
Color Harmonies of #4A002F
Complementary color
Monochromatic Colors of #4A002F
Black with #4A002F
Text Example
Text Example
White with #4A002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A002F; }
p { color: rgb(74,0,47); }
H1.HeaderClassName
{
color: #4A002F;
}
.AnyTagClassName
{
color: #4A002F;
}
</style>
background-color css
<style>
a { background-color: #4A002F; }
a { background-color: rgb(74,0,47); }
div.DivClassName
{
background-color: #4A002F;
}
.BgClassName
{
background-color: #4A002F;
}
</style>
border-color css
<style>
span { border-color: #4A002F; }
span { border-color: rgb(74,0,47); }
td.TdClassName
{
border-color: #4A002F;
}
.TagClassName
{
border-color: #4A002F;
}
</style>