Shades of Blackberry #4A183D
Tints of Blackberry #4A183D
RGB
CMYK
RGB Variations
Color information
#4A183D (or 0x4A183D) is known color: Blackberry. HEX triplet: 4A, 18 and 3D. RGB value is (74,24,61). Sum of RGB (Red+Green+Blue) = 74+24+61=159 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.54% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 74 - color contains mainly: red. Hex color #4A183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A183D is #B5E7C2. Grayscale: #2B2B2B. Windows color (decimal): -11921347 or 4003914. OLE color: 4003914.
HSL color Cylindrical-coordinate representation of color #4A183D: hue angle of 315.6º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A183D is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 24 | 61 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.71 |
| HSL | 315.6º | 0.51% | 0.19% | - |
| HSV(B) | 315.6º | 0.68% | 0.29% | - |
| XYZ | 3.99 | 2.45 | 4.68 | - |
| YUV | 43.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 61 | 0 | 0.68 | 0.18 | 0.71 | 315.6 | 0.51 | 0.19 |
| Hex | 4A | 18 | 3D | 0 | 44 | 12 | 47 | 13C | 33 | 13 |
| Octal | 112 | 30 | 75 | 0 | 104 | 22 | 107 | 474 | 63 | 23 |
| Binary | 1001010 | 11000 | 111101 | 0 | 1000100 | 10010 | 1000111 | 100111100 | 110011 | 10011 |
Color Harmonies of #4A183D
Complementary color
Monochromatic Colors of #4A183D
Black with #4A183D
Text Example
Text Example
White with #4A183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A183D; }
p { color: rgb(74,24,61); }
H1.HeaderClassName
{
color: #4A183D;
}
.AnyTagClassName
{
color: #4A183D;
}
</style>
background-color css
<style>
a { background-color: #4A183D; }
a { background-color: rgb(74,24,61); }
div.DivClassName
{
background-color: #4A183D;
}
.BgClassName
{
background-color: #4A183D;
}
</style>
border-color css
<style>
span { border-color: #4A183D; }
span { border-color: rgb(74,24,61); }
td.TdClassName
{
border-color: #4A183D;
}
.TagClassName
{
border-color: #4A183D;
}
</style>