Shades of Blackberry #4A1A37
Tints of Blackberry #4A1A37
RGB
CMYK
RGB Variations
Color information
#4A1A37 (or 0x4A1A37) is known color: Blackberry. HEX triplet: 4A, 1A and 37. RGB value is (74,26,55). Sum of RGB (Red+Green+Blue) = 74+26+55=155 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.74% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1A37 is #B5E5C8. Grayscale: #2B2B2B. Windows color (decimal): -11920841 or 3611210. OLE color: 3611210.
HSL color Cylindrical-coordinate representation of color #4A1A37: hue angle of 323.75º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A1A37 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 26 | 55 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.71 |
| HSL | 323.75º | 0.48% | 0.2% | - |
| HSV(B) | 323.75º | 0.65% | 0.29% | - |
| XYZ | 3.88 | 2.47 | 3.89 | - |
| YUV | 43.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 55 | 0 | 0.65 | 0.26 | 0.71 | 323.75 | 0.48 | 0.2 |
| Hex | 4A | 1A | 37 | 0 | 41 | 1A | 47 | 144 | 30 | 14 |
| Octal | 112 | 32 | 67 | 0 | 101 | 32 | 107 | 504 | 60 | 24 |
| Binary | 1001010 | 11010 | 110111 | 0 | 1000001 | 11010 | 1000111 | 101000100 | 110000 | 10100 |
Color Harmonies of #4A1A37
Complementary color
Monochromatic Colors of #4A1A37
Black with #4A1A37
Text Example
Text Example
White with #4A1A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1A37; }
p { color: rgb(74,26,55); }
H1.HeaderClassName
{
color: #4A1A37;
}
.AnyTagClassName
{
color: #4A1A37;
}
</style>
background-color css
<style>
a { background-color: #4A1A37; }
a { background-color: rgb(74,26,55); }
div.DivClassName
{
background-color: #4A1A37;
}
.BgClassName
{
background-color: #4A1A37;
}
</style>
border-color css
<style>
span { border-color: #4A1A37; }
span { border-color: rgb(74,26,55); }
td.TdClassName
{
border-color: #4A1A37;
}
.TagClassName
{
border-color: #4A1A37;
}
</style>