Shades of Blackberry #4A0A27
Tints of Blackberry #4A0A27
RGB
CMYK
RGB Variations
Color information
#4A0A27 (or 0x4A0A27) is known color: Blackberry. HEX triplet: 4A, 0A and 27. RGB value is (74,10,39). Sum of RGB (Red+Green+Blue) = 74+10+39=123 (16% of max value = 765). Red value is 74 (29.30% from 255 or 60.16% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0A27 is #B5F5D8. Grayscale: #202020. Windows color (decimal): -11924953 or 2558538. OLE color: 2558538.
HSL color Cylindrical-coordinate representation of color #4A0A27: hue angle of 332.81º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A0A27 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 10 | 39 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.71 |
| HSL | 332.81º | 0.76% | 0.16% | - |
| HSV(B) | 332.81º | 0.86% | 0.29% | - |
| XYZ | 3.3 | 1.82 | 2.1 | - |
| YUV | 32.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 10 | 39 | 0 | 0.86 | 0.47 | 0.71 | 332.81 | 0.76 | 0.16 |
| Hex | 4A | A | 27 | 0 | 56 | 2F | 47 | 14D | 4C | 10 |
| Octal | 112 | 12 | 47 | 0 | 126 | 57 | 107 | 515 | 114 | 20 |
| Binary | 1001010 | 1010 | 100111 | 0 | 1010110 | 101111 | 1000111 | 101001101 | 1001100 | 10000 |
Color Harmonies of #4A0A27
Complementary color
Monochromatic Colors of #4A0A27
Black with #4A0A27
Text Example
Text Example
White with #4A0A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0A27; }
p { color: rgb(74,10,39); }
H1.HeaderClassName
{
color: #4A0A27;
}
.AnyTagClassName
{
color: #4A0A27;
}
</style>
background-color css
<style>
a { background-color: #4A0A27; }
a { background-color: rgb(74,10,39); }
div.DivClassName
{
background-color: #4A0A27;
}
.BgClassName
{
background-color: #4A0A27;
}
</style>
border-color css
<style>
span { border-color: #4A0A27; }
span { border-color: rgb(74,10,39); }
td.TdClassName
{
border-color: #4A0A27;
}
.TagClassName
{
border-color: #4A0A27;
}
</style>