Shades of Blackberry #4A033B
Tints of Blackberry #4A033B
RGB
CMYK
RGB Variations
Color information
#4A033B (or 0x4A033B) is known color: Blackberry. HEX triplet: 4A, 03 and 3B. RGB value is (74,3,59). Sum of RGB (Red+Green+Blue) = 74+3+59=136 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.41% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 74 - color contains mainly: red. Hex color #4A033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A033B is #B5FCC4. Grayscale: #1E1E1E. Windows color (decimal): -11926725 or 3867466. OLE color: 3867466.
HSL color Cylindrical-coordinate representation of color #4A033B: hue angle of 312.68º 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 #4A033B is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 3 | 59 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.71 |
| HSL | 312.68º | 0.92% | 0.15% | - |
| HSV(B) | 312.68º | 0.96% | 0.29% | - |
| XYZ | 3.65 | 1.84 | 4.3 | - |
| YUV | 30.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 59 | 0 | 0.96 | 0.20 | 0.71 | 312.68 | 0.92 | 0.15 |
| Hex | 4A | 3 | 3B | 0 | 60 | 14 | 47 | 139 | 5C | F |
| Octal | 112 | 3 | 73 | 0 | 140 | 24 | 107 | 471 | 134 | 17 |
| Binary | 1001010 | 11 | 111011 | 0 | 1100000 | 10100 | 1000111 | 100111001 | 1011100 | 1111 |
Color Harmonies of #4A033B
Complementary color
Monochromatic Colors of #4A033B
Black with #4A033B
Text Example
Text Example
White with #4A033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A033B; }
p { color: rgb(74,3,59); }
H1.HeaderClassName
{
color: #4A033B;
}
.AnyTagClassName
{
color: #4A033B;
}
</style>
background-color css
<style>
a { background-color: #4A033B; }
a { background-color: rgb(74,3,59); }
div.DivClassName
{
background-color: #4A033B;
}
.BgClassName
{
background-color: #4A033B;
}
</style>
border-color css
<style>
span { border-color: #4A033B; }
span { border-color: rgb(74,3,59); }
td.TdClassName
{
border-color: #4A033B;
}
.TagClassName
{
border-color: #4A033B;
}
</style>