Shades of Blackberry #4A0938
Tints of Blackberry #4A0938
RGB
CMYK
RGB Variations
Color information
#4A0938 (or 0x4A0938) is known color: Blackberry. HEX triplet: 4A, 09 and 38. RGB value is (74,9,56). Sum of RGB (Red+Green+Blue) = 74+9+56=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0938 is #B5F6C7. Grayscale: #212121. Windows color (decimal): -11925192 or 3672394. OLE color: 3672394.
HSL color Cylindrical-coordinate representation of color #4A0938: hue angle of 316.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A0938 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 9 | 56 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.71 |
| HSL | 316.62º | 0.78% | 0.16% | - |
| HSV(B) | 316.62º | 0.88% | 0.29% | - |
| XYZ | 3.64 | 1.94 | 3.92 | - |
| YUV | 33.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 56 | 0 | 0.88 | 0.24 | 0.71 | 316.62 | 0.78 | 0.16 |
| Hex | 4A | 9 | 38 | 0 | 58 | 18 | 47 | 13D | 4E | 10 |
| Octal | 112 | 11 | 70 | 0 | 130 | 30 | 107 | 475 | 116 | 20 |
| Binary | 1001010 | 1001 | 111000 | 0 | 1011000 | 11000 | 1000111 | 100111101 | 1001110 | 10000 |
Color Harmonies of #4A0938
Complementary color
Monochromatic Colors of #4A0938
Black with #4A0938
Text Example
Text Example
White with #4A0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0938; }
p { color: rgb(74,9,56); }
H1.HeaderClassName
{
color: #4A0938;
}
.AnyTagClassName
{
color: #4A0938;
}
</style>
background-color css
<style>
a { background-color: #4A0938; }
a { background-color: rgb(74,9,56); }
div.DivClassName
{
background-color: #4A0938;
}
.BgClassName
{
background-color: #4A0938;
}
</style>
border-color css
<style>
span { border-color: #4A0938; }
span { border-color: rgb(74,9,56); }
td.TdClassName
{
border-color: #4A0938;
}
.TagClassName
{
border-color: #4A0938;
}
</style>