Shades of Blackberry #4A012B
Tints of Blackberry #4A012B
RGB
CMYK
RGB Variations
Color information
#4A012B (or 0x4A012B) is known color: Blackberry. HEX triplet: 4A, 01 and 2B. RGB value is (74,1,43). Sum of RGB (Red+Green+Blue) = 74+1+43=118 (15% of max value = 765). Red value is 74 (29.30% from 255 or 62.71% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 74 - color contains mainly: red. Hex color #4A012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A012B is #B5FED4. Grayscale: #1B1B1B. Windows color (decimal): -11927253 or 2818378. OLE color: 2818378.
HSL color Cylindrical-coordinate representation of color #4A012B: hue angle of 325.48º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A012B is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.71 |
| HSL | 325.48º | 0.97% | 0.15% | - |
| HSV(B) | 325.48º | 0.99% | 0.29% | - |
| XYZ | 3.27 | 1.65 | 2.43 | - |
| YUV | 27.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 43 | 0 | 0.99 | 0.42 | 0.71 | 325.48 | 0.97 | 0.15 |
| Hex | 4A | 1 | 2B | 0 | 63 | 2A | 47 | 145 | 61 | F |
| Octal | 112 | 1 | 53 | 0 | 143 | 52 | 107 | 505 | 141 | 17 |
| Binary | 1001010 | 1 | 101011 | 0 | 1100011 | 101010 | 1000111 | 101000101 | 1100001 | 1111 |
Color Harmonies of #4A012B
Complementary color
Monochromatic Colors of #4A012B
Black with #4A012B
Text Example
Text Example
White with #4A012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A012B; }
p { color: rgb(74,1,43); }
H1.HeaderClassName
{
color: #4A012B;
}
.AnyTagClassName
{
color: #4A012B;
}
</style>
background-color css
<style>
a { background-color: #4A012B; }
a { background-color: rgb(74,1,43); }
div.DivClassName
{
background-color: #4A012B;
}
.BgClassName
{
background-color: #4A012B;
}
</style>
border-color css
<style>
span { border-color: #4A012B; }
span { border-color: rgb(74,1,43); }
td.TdClassName
{
border-color: #4A012B;
}
.TagClassName
{
border-color: #4A012B;
}
</style>