Shades of Blackberry #4A122F
Tints of Blackberry #4A122F
RGB
CMYK
RGB Variations
Color information
#4A122F (or 0x4A122F) is known color: Blackberry. HEX triplet: 4A, 12 and 2F. RGB value is (74,18,47). Sum of RGB (Red+Green+Blue) = 74+18+47=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A122F is #B5EDD0. Grayscale: #252525. Windows color (decimal): -11922897 or 3084874. OLE color: 3084874.
HSL color Cylindrical-coordinate representation of color #4A122F: hue angle of 328.93º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A122F is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 18 | 47 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.71 |
| HSL | 328.93º | 0.61% | 0.18% | - |
| HSV(B) | 328.93º | 0.76% | 0.29% | - |
| XYZ | 3.55 | 2.09 | 2.91 | - |
| YUV | 38.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 18 | 47 | 0 | 0.76 | 0.36 | 0.71 | 328.93 | 0.61 | 0.18 |
| Hex | 4A | 12 | 2F | 0 | 4C | 24 | 47 | 149 | 3D | 12 |
| Octal | 112 | 22 | 57 | 0 | 114 | 44 | 107 | 511 | 75 | 22 |
| Binary | 1001010 | 10010 | 101111 | 0 | 1001100 | 100100 | 1000111 | 101001001 | 111101 | 10010 |
Color Harmonies of #4A122F
Complementary color
Monochromatic Colors of #4A122F
Black with #4A122F
Text Example
Text Example
White with #4A122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A122F; }
p { color: rgb(74,18,47); }
H1.HeaderClassName
{
color: #4A122F;
}
.AnyTagClassName
{
color: #4A122F;
}
</style>
background-color css
<style>
a { background-color: #4A122F; }
a { background-color: rgb(74,18,47); }
div.DivClassName
{
background-color: #4A122F;
}
.BgClassName
{
background-color: #4A122F;
}
</style>
border-color css
<style>
span { border-color: #4A122F; }
span { border-color: rgb(74,18,47); }
td.TdClassName
{
border-color: #4A122F;
}
.TagClassName
{
border-color: #4A122F;
}
</style>