Shades of Blackberry #4A0330
Tints of Blackberry #4A0330
RGB
CMYK
RGB Variations
Color information
#4A0330 (or 0x4A0330) is known color: Blackberry. HEX triplet: 4A, 03 and 30. RGB value is (74,3,48). Sum of RGB (Red+Green+Blue) = 74+3+48=125 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.2% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0330 is #B5FCCF. Grayscale: #1D1D1D. Windows color (decimal): -11926736 or 3146570. OLE color: 3146570.
HSL color Cylindrical-coordinate representation of color #4A0330: hue angle of 321.97º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A0330 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 3 | 48 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.71 |
| HSL | 321.97º | 0.92% | 0.15% | - |
| HSV(B) | 321.97º | 0.96% | 0.29% | - |
| XYZ | 3.39 | 1.73 | 2.95 | - |
| YUV | 29.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 48 | 0 | 0.96 | 0.35 | 0.71 | 321.97 | 0.92 | 0.15 |
| Hex | 4A | 3 | 30 | 0 | 60 | 23 | 47 | 142 | 5C | F |
| Octal | 112 | 3 | 60 | 0 | 140 | 43 | 107 | 502 | 134 | 17 |
| Binary | 1001010 | 11 | 110000 | 0 | 1100000 | 100011 | 1000111 | 101000010 | 1011100 | 1111 |
Color Harmonies of #4A0330
Complementary color
Monochromatic Colors of #4A0330
Black with #4A0330
Text Example
Text Example
White with #4A0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0330; }
p { color: rgb(74,3,48); }
H1.HeaderClassName
{
color: #4A0330;
}
.AnyTagClassName
{
color: #4A0330;
}
</style>
background-color css
<style>
a { background-color: #4A0330; }
a { background-color: rgb(74,3,48); }
div.DivClassName
{
background-color: #4A0330;
}
.BgClassName
{
background-color: #4A0330;
}
</style>
border-color css
<style>
span { border-color: #4A0330; }
span { border-color: rgb(74,3,48); }
td.TdClassName
{
border-color: #4A0330;
}
.TagClassName
{
border-color: #4A0330;
}
</style>