Shades of Blackberry #4A103B
Tints of Blackberry #4A103B
RGB
CMYK
RGB Variations
Color information
#4A103B (or 0x4A103B) is known color: Blackberry. HEX triplet: 4A, 10 and 3B. RGB value is (74,16,59). Sum of RGB (Red+Green+Blue) = 74+16+59=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A103B is #B5EFC4. Grayscale: #262626. Windows color (decimal): -11923397 or 3870794. OLE color: 3870794.
HSL color Cylindrical-coordinate representation of color #4A103B: hue angle of 315.52º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A103B is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 16 | 59 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.71 |
| HSL | 315.52º | 0.64% | 0.18% | - |
| HSV(B) | 315.52º | 0.78% | 0.29% | - |
| XYZ | 3.8 | 2.14 | 4.35 | - |
| YUV | 38.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 59 | 0 | 0.78 | 0.20 | 0.71 | 315.52 | 0.64 | 0.18 |
| Hex | 4A | 10 | 3B | 0 | 4E | 14 | 47 | 13C | 40 | 12 |
| Octal | 112 | 20 | 73 | 0 | 116 | 24 | 107 | 474 | 100 | 22 |
| Binary | 1001010 | 10000 | 111011 | 0 | 1001110 | 10100 | 1000111 | 100111100 | 1000000 | 10010 |
Color Harmonies of #4A103B
Complementary color
Monochromatic Colors of #4A103B
Black with #4A103B
Text Example
Text Example
White with #4A103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A103B; }
p { color: rgb(74,16,59); }
H1.HeaderClassName
{
color: #4A103B;
}
.AnyTagClassName
{
color: #4A103B;
}
</style>
background-color css
<style>
a { background-color: #4A103B; }
a { background-color: rgb(74,16,59); }
div.DivClassName
{
background-color: #4A103B;
}
.BgClassName
{
background-color: #4A103B;
}
</style>
border-color css
<style>
span { border-color: #4A103B; }
span { border-color: rgb(74,16,59); }
td.TdClassName
{
border-color: #4A103B;
}
.TagClassName
{
border-color: #4A103B;
}
</style>