Shades of Blackberry #4A1B39
Tints of Blackberry #4A1B39
RGB
CMYK
RGB Variations
Color information
#4A1B39 (or 0x4A1B39) is known color: Blackberry. HEX triplet: 4A, 1B and 39. RGB value is (74,27,57). Sum of RGB (Red+Green+Blue) = 74+27+57=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1B39 is #B5E4C6. Grayscale: #2C2C2C. Windows color (decimal): -11920583 or 3742538. OLE color: 3742538.
HSL color Cylindrical-coordinate representation of color #4A1B39: hue angle of 321.7º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A1B39 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 27 | 57 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.71 |
| HSL | 321.7º | 0.47% | 0.2% | - |
| HSV(B) | 321.7º | 0.64% | 0.29% | - |
| XYZ | 3.95 | 2.54 | 4.15 | - |
| YUV | 44.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 27 | 57 | 0 | 0.64 | 0.23 | 0.71 | 321.7 | 0.47 | 0.2 |
| Hex | 4A | 1B | 39 | 0 | 40 | 17 | 47 | 142 | 2F | 14 |
| Octal | 112 | 33 | 71 | 0 | 100 | 27 | 107 | 502 | 57 | 24 |
| Binary | 1001010 | 11011 | 111001 | 0 | 1000000 | 10111 | 1000111 | 101000010 | 101111 | 10100 |
Color Harmonies of #4A1B39
Complementary color
Monochromatic Colors of #4A1B39
Black with #4A1B39
Text Example
Text Example
White with #4A1B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1B39; }
p { color: rgb(74,27,57); }
H1.HeaderClassName
{
color: #4A1B39;
}
.AnyTagClassName
{
color: #4A1B39;
}
</style>
background-color css
<style>
a { background-color: #4A1B39; }
a { background-color: rgb(74,27,57); }
div.DivClassName
{
background-color: #4A1B39;
}
.BgClassName
{
background-color: #4A1B39;
}
</style>
border-color css
<style>
span { border-color: #4A1B39; }
span { border-color: rgb(74,27,57); }
td.TdClassName
{
border-color: #4A1B39;
}
.TagClassName
{
border-color: #4A1B39;
}
</style>