Shades of Blackberry #4A173F
Tints of Blackberry #4A173F
RGB
CMYK
RGB Variations
Color information
#4A173F (or 0x4A173F) is known color: Blackberry. HEX triplet: 4A, 17 and 3F. RGB value is (74,23,63). Sum of RGB (Red+Green+Blue) = 74+23+63=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 74 - color contains mainly: red. Hex color #4A173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A173F is #B5E8C0. Grayscale: #2A2A2A. Windows color (decimal): -11921601 or 4134730. OLE color: 4134730.
HSL color Cylindrical-coordinate representation of color #4A173F: hue angle of 312.94º 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 #4A173F is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 23 | 63 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.71 |
| HSL | 312.94º | 0.53% | 0.19% | - |
| HSV(B) | 312.94º | 0.69% | 0.29% | - |
| XYZ | 4.03 | 2.43 | 4.96 | - |
| YUV | 42.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 63 | 0 | 0.69 | 0.15 | 0.71 | 312.94 | 0.53 | 0.19 |
| Hex | 4A | 17 | 3F | 0 | 45 | F | 47 | 139 | 35 | 13 |
| Octal | 112 | 27 | 77 | 0 | 105 | 17 | 107 | 471 | 65 | 23 |
| Binary | 1001010 | 10111 | 111111 | 0 | 1000101 | 1111 | 1000111 | 100111001 | 110101 | 10011 |
Color Harmonies of #4A173F
Complementary color
Monochromatic Colors of #4A173F
Black with #4A173F
Text Example
Text Example
White with #4A173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A173F; }
p { color: rgb(74,23,63); }
H1.HeaderClassName
{
color: #4A173F;
}
.AnyTagClassName
{
color: #4A173F;
}
</style>
background-color css
<style>
a { background-color: #4A173F; }
a { background-color: rgb(74,23,63); }
div.DivClassName
{
background-color: #4A173F;
}
.BgClassName
{
background-color: #4A173F;
}
</style>
border-color css
<style>
span { border-color: #4A173F; }
span { border-color: rgb(74,23,63); }
td.TdClassName
{
border-color: #4A173F;
}
.TagClassName
{
border-color: #4A173F;
}
</style>