Shades of Blackberry #4A0D3F
Tints of Blackberry #4A0D3F
RGB
CMYK
RGB Variations
Color information
#4A0D3F (or 0x4A0D3F) is known color: Blackberry. HEX triplet: 4A, 0D and 3F. RGB value is (74,13,63). Sum of RGB (Red+Green+Blue) = 74+13+63=150 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.33% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0D3F is #B5F2C0. Grayscale: #242424. Windows color (decimal): -11924161 or 4132170. OLE color: 4132170.
HSL color Cylindrical-coordinate representation of color #4A0D3F: hue angle of 310.82º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A0D3F is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 13 | 63 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.71 |
| HSL | 310.82º | 0.7% | 0.17% | - |
| HSV(B) | 310.82º | 0.82% | 0.29% | - |
| XYZ | 3.87 | 2.1 | 4.9 | - |
| YUV | 36.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 13 | 63 | 0 | 0.82 | 0.15 | 0.71 | 310.82 | 0.7 | 0.17 |
| Hex | 4A | D | 3F | 0 | 52 | F | 47 | 137 | 46 | 11 |
| Octal | 112 | 15 | 77 | 0 | 122 | 17 | 107 | 467 | 106 | 21 |
| Binary | 1001010 | 1101 | 111111 | 0 | 1010010 | 1111 | 1000111 | 100110111 | 1000110 | 10001 |
Color Harmonies of #4A0D3F
Complementary color
Monochromatic Colors of #4A0D3F
Black with #4A0D3F
Text Example
Text Example
White with #4A0D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0D3F; }
p { color: rgb(74,13,63); }
H1.HeaderClassName
{
color: #4A0D3F;
}
.AnyTagClassName
{
color: #4A0D3F;
}
</style>
background-color css
<style>
a { background-color: #4A0D3F; }
a { background-color: rgb(74,13,63); }
div.DivClassName
{
background-color: #4A0D3F;
}
.BgClassName
{
background-color: #4A0D3F;
}
</style>
border-color css
<style>
span { border-color: #4A0D3F; }
span { border-color: rgb(74,13,63); }
td.TdClassName
{
border-color: #4A0D3F;
}
.TagClassName
{
border-color: #4A0D3F;
}
</style>