Shades of Blackberry #4A0A36
Tints of Blackberry #4A0A36
RGB
CMYK
RGB Variations
Color information
#4A0A36 (or 0x4A0A36) is known color: Blackberry. HEX triplet: 4A, 0A and 36. RGB value is (74,10,54). Sum of RGB (Red+Green+Blue) = 74+10+54=138 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.62% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0A36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0A36 is #B5F5C9. Grayscale: #222222. Windows color (decimal): -11924938 or 3541578. OLE color: 3541578.
HSL color Cylindrical-coordinate representation of color #4A0A36: hue angle of 318.75º 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 #4A0A36 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 10 | 54 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.71 |
| HSL | 318.75º | 0.76% | 0.16% | - |
| HSV(B) | 318.75º | 0.86% | 0.29% | - |
| XYZ | 3.6 | 1.94 | 3.67 | - |
| YUV | 34.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 10 | 54 | 0 | 0.86 | 0.27 | 0.71 | 318.75 | 0.76 | 0.16 |
| Hex | 4A | A | 36 | 0 | 56 | 1B | 47 | 13F | 4C | 10 |
| Octal | 112 | 12 | 66 | 0 | 126 | 33 | 107 | 477 | 114 | 20 |
| Binary | 1001010 | 1010 | 110110 | 0 | 1010110 | 11011 | 1000111 | 100111111 | 1001100 | 10000 |
Color Harmonies of #4A0A36
Complementary color
Monochromatic Colors of #4A0A36
Black with #4A0A36
Text Example
Text Example
White with #4A0A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0A36; }
p { color: rgb(74,10,54); }
H1.HeaderClassName
{
color: #4A0A36;
}
.AnyTagClassName
{
color: #4A0A36;
}
</style>
background-color css
<style>
a { background-color: #4A0A36; }
a { background-color: rgb(74,10,54); }
div.DivClassName
{
background-color: #4A0A36;
}
.BgClassName
{
background-color: #4A0A36;
}
</style>
border-color css
<style>
span { border-color: #4A0A36; }
span { border-color: rgb(74,10,54); }
td.TdClassName
{
border-color: #4A0A36;
}
.TagClassName
{
border-color: #4A0A36;
}
</style>