Shades of Blackberry #4A001F
Tints of Blackberry #4A001F
RGB
CMYK
RGB Variations
Color information
#4A001F (or 0x4A001F) is known color: Blackberry. HEX triplet: 4A, 00 and 1F. RGB value is (74,0,31). Sum of RGB (Red+Green+Blue) = 74+0+31=105 (13% of max value = 765). Red value is 74 (29.30% from 255 or 70.48% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 74 - color contains mainly: red. Hex color #4A001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A001F is #B5FFE0. Grayscale: #191919. Windows color (decimal): -11927521 or 2031690. OLE color: 2031690.
HSL color Cylindrical-coordinate representation of color #4A001F: hue angle of 334.86º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A001F is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.58 | 0.71 |
| HSL | 334.86º | 1% | 0.15% | - |
| HSV(B) | 334.86º | 1% | 0.29% | - |
| XYZ | 3.07 | 1.55 | 1.43 | - |
| YUV | 25.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 31 | 0 | 1 | 0.58 | 0.71 | 334.86 | 1 | 0.15 |
| Hex | 4A | 0 | 1F | 0 | 64 | 3A | 47 | 14F | 64 | F |
| Octal | 112 | 0 | 37 | 0 | 144 | 72 | 107 | 517 | 144 | 17 |
| Binary | 1001010 | 0 | 11111 | 0 | 1100100 | 111010 | 1000111 | 101001111 | 1100100 | 1111 |
Color Harmonies of #4A001F
Complementary color
Monochromatic Colors of #4A001F
Black with #4A001F
Text Example
Text Example
White with #4A001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A001F; }
p { color: rgb(74,0,31); }
H1.HeaderClassName
{
color: #4A001F;
}
.AnyTagClassName
{
color: #4A001F;
}
</style>
background-color css
<style>
a { background-color: #4A001F; }
a { background-color: rgb(74,0,31); }
div.DivClassName
{
background-color: #4A001F;
}
.BgClassName
{
background-color: #4A001F;
}
</style>
border-color css
<style>
span { border-color: #4A001F; }
span { border-color: rgb(74,0,31); }
td.TdClassName
{
border-color: #4A001F;
}
.TagClassName
{
border-color: #4A001F;
}
</style>