Shades of Blackberry #4A1A30
Tints of Blackberry #4A1A30
RGB
CMYK
RGB Variations
Color information
#4A1A30 (or 0x4A1A30) is known color: Blackberry. HEX triplet: 4A, 1A and 30. RGB value is (74,26,48). Sum of RGB (Red+Green+Blue) = 74+26+48=148 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1A30 is #B5E5CF. Grayscale: #2A2A2A. Windows color (decimal): -11920848 or 3152458. OLE color: 3152458.
HSL color Cylindrical-coordinate representation of color #4A1A30: hue angle of 332.5º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A1A30 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 26 | 48 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.71 |
| HSL | 332.5º | 0.48% | 0.2% | - |
| HSV(B) | 332.5º | 0.65% | 0.29% | - |
| XYZ | 3.73 | 2.41 | 3.06 | - |
| YUV | 42.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 48 | 0 | 0.65 | 0.35 | 0.71 | 332.5 | 0.48 | 0.2 |
| Hex | 4A | 1A | 30 | 0 | 41 | 23 | 47 | 14C | 30 | 14 |
| Octal | 112 | 32 | 60 | 0 | 101 | 43 | 107 | 514 | 60 | 24 |
| Binary | 1001010 | 11010 | 110000 | 0 | 1000001 | 100011 | 1000111 | 101001100 | 110000 | 10100 |
Color Harmonies of #4A1A30
Complementary color
Monochromatic Colors of #4A1A30
Black with #4A1A30
Text Example
Text Example
White with #4A1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1A30; }
p { color: rgb(74,26,48); }
H1.HeaderClassName
{
color: #4A1A30;
}
.AnyTagClassName
{
color: #4A1A30;
}
</style>
background-color css
<style>
a { background-color: #4A1A30; }
a { background-color: rgb(74,26,48); }
div.DivClassName
{
background-color: #4A1A30;
}
.BgClassName
{
background-color: #4A1A30;
}
</style>
border-color css
<style>
span { border-color: #4A1A30; }
span { border-color: rgb(74,26,48); }
td.TdClassName
{
border-color: #4A1A30;
}
.TagClassName
{
border-color: #4A1A30;
}
</style>