Shades of Blackberry #4A0730
Tints of Blackberry #4A0730
RGB
CMYK
RGB Variations
Color information
#4A0730 (or 0x4A0730) is known color: Blackberry. HEX triplet: 4A, 07 and 30. RGB value is (74,7,48). Sum of RGB (Red+Green+Blue) = 74+7+48=129 (17% of max value = 765). Red value is 74 (29.30% from 255 or 57.36% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0730 is #B5F8CF. Grayscale: #1F1F1F. Windows color (decimal): -11925712 or 3147594. OLE color: 3147594.
HSL color Cylindrical-coordinate representation of color #4A0730: hue angle of 323.28º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A0730 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 7 | 48 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.71 |
| HSL | 323.28º | 0.83% | 0.16% | - |
| HSV(B) | 323.28º | 0.91% | 0.29% | - |
| XYZ | 3.43 | 1.82 | 2.97 | - |
| YUV | 31.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 48 | 0 | 0.91 | 0.35 | 0.71 | 323.28 | 0.83 | 0.16 |
| Hex | 4A | 7 | 30 | 0 | 5B | 23 | 47 | 143 | 53 | 10 |
| Octal | 112 | 7 | 60 | 0 | 133 | 43 | 107 | 503 | 123 | 20 |
| Binary | 1001010 | 111 | 110000 | 0 | 1011011 | 100011 | 1000111 | 101000011 | 1010011 | 10000 |
Color Harmonies of #4A0730
Complementary color
Monochromatic Colors of #4A0730
Black with #4A0730
Text Example
Text Example
White with #4A0730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0730; }
p { color: rgb(74,7,48); }
H1.HeaderClassName
{
color: #4A0730;
}
.AnyTagClassName
{
color: #4A0730;
}
</style>
background-color css
<style>
a { background-color: #4A0730; }
a { background-color: rgb(74,7,48); }
div.DivClassName
{
background-color: #4A0730;
}
.BgClassName
{
background-color: #4A0730;
}
</style>
border-color css
<style>
span { border-color: #4A0730; }
span { border-color: rgb(74,7,48); }
td.TdClassName
{
border-color: #4A0730;
}
.TagClassName
{
border-color: #4A0730;
}
</style>