Shades of Blackberry #4C1A3A
Tints of Blackberry #4C1A3A
RGB
CMYK
RGB Variations
Color information
#4C1A3A (or 0x4C1A3A) is known color: Blackberry. HEX triplet: 4C, 1A and 3A. RGB value is (76,26,58). Sum of RGB (Red+Green+Blue) = 76+26+58=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1A3A is #B3E5C5. Grayscale: #2C2C2C. Windows color (decimal): -11789766 or 3807820. OLE color: 3807820.
HSL color Cylindrical-coordinate representation of color #4C1A3A: hue angle of 321.6º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C1A3A is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 26 | 58 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.70 |
| HSL | 321.6º | 0.49% | 0.2% | - |
| HSV(B) | 321.6º | 0.66% | 0.3% | - |
| XYZ | 4.11 | 2.58 | 4.28 | - |
| YUV | 44.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 58 | 0 | 0.66 | 0.24 | 0.70 | 321.6 | 0.49 | 0.2 |
| Hex | 4C | 1A | 3A | 0 | 42 | 18 | 46 | 142 | 31 | 14 |
| Octal | 114 | 32 | 72 | 0 | 102 | 30 | 106 | 502 | 61 | 24 |
| Binary | 1001100 | 11010 | 111010 | 0 | 1000010 | 11000 | 1000110 | 101000010 | 110001 | 10100 |
Color Harmonies of #4C1A3A
Complementary color
Monochromatic Colors of #4C1A3A
Black with #4C1A3A
Text Example
Text Example
White with #4C1A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1A3A; }
p { color: rgb(76,26,58); }
H1.HeaderClassName
{
color: #4C1A3A;
}
.AnyTagClassName
{
color: #4C1A3A;
}
</style>
background-color css
<style>
a { background-color: #4C1A3A; }
a { background-color: rgb(76,26,58); }
div.DivClassName
{
background-color: #4C1A3A;
}
.BgClassName
{
background-color: #4C1A3A;
}
</style>
border-color css
<style>
span { border-color: #4C1A3A; }
span { border-color: rgb(76,26,58); }
td.TdClassName
{
border-color: #4C1A3A;
}
.TagClassName
{
border-color: #4C1A3A;
}
</style>