Shades of Blackberry #4A051F
Tints of Blackberry #4A051F
RGB
CMYK
RGB Variations
Color information
#4A051F (or 0x4A051F) is known color: Blackberry. HEX triplet: 4A, 05 and 1F. RGB value is (74,5,31). Sum of RGB (Red+Green+Blue) = 74+5+31=110 (14% of max value = 765). Red value is 74 (29.30% from 255 or 67.27% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 74 - color contains mainly: red. Hex color #4A051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A051F is #B5FAE0. Grayscale: #1C1C1C. Windows color (decimal): -11926241 or 2032970. OLE color: 2032970.
HSL color Cylindrical-coordinate representation of color #4A051F: hue angle of 337.39º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A051F is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 5 | 31 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.71 |
| HSL | 337.39º | 0.87% | 0.15% | - |
| HSV(B) | 337.39º | 0.93% | 0.29% | - |
| XYZ | 3.13 | 1.66 | 1.45 | - |
| YUV | 28.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 31 | 0 | 0.93 | 0.58 | 0.71 | 337.39 | 0.87 | 0.15 |
| Hex | 4A | 5 | 1F | 0 | 5D | 3A | 47 | 151 | 57 | F |
| Octal | 112 | 5 | 37 | 0 | 135 | 72 | 107 | 521 | 127 | 17 |
| Binary | 1001010 | 101 | 11111 | 0 | 1011101 | 111010 | 1000111 | 101010001 | 1010111 | 1111 |
Color Harmonies of #4A051F
Complementary color
Monochromatic Colors of #4A051F
Black with #4A051F
Text Example
Text Example
White with #4A051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A051F; }
p { color: rgb(74,5,31); }
H1.HeaderClassName
{
color: #4A051F;
}
.AnyTagClassName
{
color: #4A051F;
}
</style>
background-color css
<style>
a { background-color: #4A051F; }
a { background-color: rgb(74,5,31); }
div.DivClassName
{
background-color: #4A051F;
}
.BgClassName
{
background-color: #4A051F;
}
</style>
border-color css
<style>
span { border-color: #4A051F; }
span { border-color: rgb(74,5,31); }
td.TdClassName
{
border-color: #4A051F;
}
.TagClassName
{
border-color: #4A051F;
}
</style>