Shades of Blackberry #4A0C3F
Tints of Blackberry #4A0C3F
RGB
CMYK
RGB Variations
Color information
#4A0C3F (or 0x4A0C3F) is known color: Blackberry. HEX triplet: 4A, 0C and 3F. RGB value is (74,12,63). Sum of RGB (Red+Green+Blue) = 74+12+63=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0C3F is #B5F3C0. Grayscale: #242424. Windows color (decimal): -11924417 or 4131914. OLE color: 4131914.
HSL color Cylindrical-coordinate representation of color #4A0C3F: hue angle of 310.65º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A0C3F is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 12 | 63 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.71 |
| HSL | 310.65º | 0.72% | 0.17% | - |
| HSV(B) | 310.65º | 0.84% | 0.29% | - |
| XYZ | 3.85 | 2.08 | 4.9 | - |
| YUV | 36.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 12 | 63 | 0 | 0.84 | 0.15 | 0.71 | 310.65 | 0.72 | 0.17 |
| Hex | 4A | C | 3F | 0 | 54 | F | 47 | 137 | 48 | 11 |
| Octal | 112 | 14 | 77 | 0 | 124 | 17 | 107 | 467 | 110 | 21 |
| Binary | 1001010 | 1100 | 111111 | 0 | 1010100 | 1111 | 1000111 | 100110111 | 1001000 | 10001 |
Color Harmonies of #4A0C3F
Complementary color
Monochromatic Colors of #4A0C3F
Black with #4A0C3F
Text Example
Text Example
White with #4A0C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0C3F; }
p { color: rgb(74,12,63); }
H1.HeaderClassName
{
color: #4A0C3F;
}
.AnyTagClassName
{
color: #4A0C3F;
}
</style>
background-color css
<style>
a { background-color: #4A0C3F; }
a { background-color: rgb(74,12,63); }
div.DivClassName
{
background-color: #4A0C3F;
}
.BgClassName
{
background-color: #4A0C3F;
}
</style>
border-color css
<style>
span { border-color: #4A0C3F; }
span { border-color: rgb(74,12,63); }
td.TdClassName
{
border-color: #4A0C3F;
}
.TagClassName
{
border-color: #4A0C3F;
}
</style>