Shades of Blackberry #4C1930
Tints of Blackberry #4C1930
RGB
CMYK
RGB Variations
Color information
#4C1930 (or 0x4C1930) is known color: Blackberry. HEX triplet: 4C, 19 and 30. RGB value is (76,25,48). Sum of RGB (Red+Green+Blue) = 76+25+48=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1930 is #B3E6CF. Grayscale: #2A2A2A. Windows color (decimal): -11790032 or 3152204. OLE color: 3152204.
HSL color Cylindrical-coordinate representation of color #4C1930: hue angle of 332.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C1930 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 48 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.70 |
| HSL | 332.94º | 0.5% | 0.2% | - |
| HSV(B) | 332.94º | 0.67% | 0.3% | - |
| XYZ | 3.86 | 2.45 | 3.06 | - |
| YUV | 42.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 48 | 0 | 0.67 | 0.37 | 0.70 | 332.94 | 0.5 | 0.2 |
| Hex | 4C | 19 | 30 | 0 | 43 | 25 | 46 | 14D | 32 | 14 |
| Octal | 114 | 31 | 60 | 0 | 103 | 45 | 106 | 515 | 62 | 24 |
| Binary | 1001100 | 11001 | 110000 | 0 | 1000011 | 100101 | 1000110 | 101001101 | 110010 | 10100 |
Color Harmonies of #4C1930
Complementary color
Monochromatic Colors of #4C1930
Black with #4C1930
Text Example
Text Example
White with #4C1930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1930; }
p { color: rgb(76,25,48); }
H1.HeaderClassName
{
color: #4C1930;
}
.AnyTagClassName
{
color: #4C1930;
}
</style>
background-color css
<style>
a { background-color: #4C1930; }
a { background-color: rgb(76,25,48); }
div.DivClassName
{
background-color: #4C1930;
}
.BgClassName
{
background-color: #4C1930;
}
</style>
border-color css
<style>
span { border-color: #4C1930; }
span { border-color: rgb(76,25,48); }
td.TdClassName
{
border-color: #4C1930;
}
.TagClassName
{
border-color: #4C1930;
}
</style>