Shades of Blackberry #4A193D
Tints of Blackberry #4A193D
RGB
CMYK
RGB Variations
Color information
#4A193D (or 0x4A193D) is known color: Blackberry. HEX triplet: 4A, 19 and 3D. RGB value is (74,25,61). Sum of RGB (Red+Green+Blue) = 74+25+61=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 74 - color contains mainly: red. Hex color #4A193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A193D is #B5E6C2. Grayscale: #2B2B2B. Windows color (decimal): -11921091 or 4004170. OLE color: 4004170.
HSL color Cylindrical-coordinate representation of color #4A193D: hue angle of 315.92º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A193D is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 25 | 61 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.71 |
| HSL | 315.92º | 0.49% | 0.19% | - |
| HSV(B) | 315.92º | 0.66% | 0.29% | - |
| XYZ | 4.01 | 2.49 | 4.68 | - |
| YUV | 43.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 61 | 0 | 0.66 | 0.18 | 0.71 | 315.92 | 0.49 | 0.19 |
| Hex | 4A | 19 | 3D | 0 | 42 | 12 | 47 | 13C | 31 | 13 |
| Octal | 112 | 31 | 75 | 0 | 102 | 22 | 107 | 474 | 61 | 23 |
| Binary | 1001010 | 11001 | 111101 | 0 | 1000010 | 10010 | 1000111 | 100111100 | 110001 | 10011 |
Color Harmonies of #4A193D
Complementary color
Monochromatic Colors of #4A193D
Black with #4A193D
Text Example
Text Example
White with #4A193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A193D; }
p { color: rgb(74,25,61); }
H1.HeaderClassName
{
color: #4A193D;
}
.AnyTagClassName
{
color: #4A193D;
}
</style>
background-color css
<style>
a { background-color: #4A193D; }
a { background-color: rgb(74,25,61); }
div.DivClassName
{
background-color: #4A193D;
}
.BgClassName
{
background-color: #4A193D;
}
</style>
border-color css
<style>
span { border-color: #4A193D; }
span { border-color: rgb(74,25,61); }
td.TdClassName
{
border-color: #4A193D;
}
.TagClassName
{
border-color: #4A193D;
}
</style>