Shades of Blackberry #4A173D
Tints of Blackberry #4A173D
RGB
CMYK
RGB Variations
Color information
#4A173D (or 0x4A173D) is known color: Blackberry. HEX triplet: 4A, 17 and 3D. RGB value is (74,23,61). Sum of RGB (Red+Green+Blue) = 74+23+61=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A173D is #B5E8C2. Grayscale: #2A2A2A. Windows color (decimal): -11921603 or 4003658. OLE color: 4003658.
HSL color Cylindrical-coordinate representation of color #4A173D: hue angle of 315.29º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A173D is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 23 | 61 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.71 |
| HSL | 315.29º | 0.53% | 0.19% | - |
| HSV(B) | 315.29º | 0.69% | 0.29% | - |
| XYZ | 3.97 | 2.41 | 4.67 | - |
| YUV | 42.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 61 | 0 | 0.69 | 0.18 | 0.71 | 315.29 | 0.53 | 0.19 |
| Hex | 4A | 17 | 3D | 0 | 45 | 12 | 47 | 13B | 35 | 13 |
| Octal | 112 | 27 | 75 | 0 | 105 | 22 | 107 | 473 | 65 | 23 |
| Binary | 1001010 | 10111 | 111101 | 0 | 1000101 | 10010 | 1000111 | 100111011 | 110101 | 10011 |
Color Harmonies of #4A173D
Complementary color
Monochromatic Colors of #4A173D
Black with #4A173D
Text Example
Text Example
White with #4A173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A173D; }
p { color: rgb(74,23,61); }
H1.HeaderClassName
{
color: #4A173D;
}
.AnyTagClassName
{
color: #4A173D;
}
</style>
background-color css
<style>
a { background-color: #4A173D; }
a { background-color: rgb(74,23,61); }
div.DivClassName
{
background-color: #4A173D;
}
.BgClassName
{
background-color: #4A173D;
}
</style>
border-color css
<style>
span { border-color: #4A173D; }
span { border-color: rgb(74,23,61); }
td.TdClassName
{
border-color: #4A173D;
}
.TagClassName
{
border-color: #4A173D;
}
</style>