Shades of Blackberry #4C1935
Tints of Blackberry #4C1935
RGB
CMYK
RGB Variations
Color information
#4C1935 (or 0x4C1935) is known color: Blackberry. HEX triplet: 4C, 19 and 35. RGB value is (76,25,53). Sum of RGB (Red+Green+Blue) = 76+25+53=154 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.35% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1935 is #B3E6CA. Grayscale: #2B2B2B. Windows color (decimal): -11790027 or 3479884. OLE color: 3479884.
HSL color Cylindrical-coordinate representation of color #4C1935: hue angle of 327.06º 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 #4C1935 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 53 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.70 |
| HSL | 327.06º | 0.5% | 0.2% | - |
| HSV(B) | 327.06º | 0.67% | 0.3% | - |
| XYZ | 3.97 | 2.49 | 3.64 | - |
| YUV | 43.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 53 | 0 | 0.67 | 0.30 | 0.70 | 327.06 | 0.5 | 0.2 |
| Hex | 4C | 19 | 35 | 0 | 43 | 1E | 46 | 147 | 32 | 14 |
| Octal | 114 | 31 | 65 | 0 | 103 | 36 | 106 | 507 | 62 | 24 |
| Binary | 1001100 | 11001 | 110101 | 0 | 1000011 | 11110 | 1000110 | 101000111 | 110010 | 10100 |
Color Harmonies of #4C1935
Complementary color
Monochromatic Colors of #4C1935
Black with #4C1935
Text Example
Text Example
White with #4C1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1935; }
p { color: rgb(76,25,53); }
H1.HeaderClassName
{
color: #4C1935;
}
.AnyTagClassName
{
color: #4C1935;
}
</style>
background-color css
<style>
a { background-color: #4C1935; }
a { background-color: rgb(76,25,53); }
div.DivClassName
{
background-color: #4C1935;
}
.BgClassName
{
background-color: #4C1935;
}
</style>
border-color css
<style>
span { border-color: #4C1935; }
span { border-color: rgb(76,25,53); }
td.TdClassName
{
border-color: #4C1935;
}
.TagClassName
{
border-color: #4C1935;
}
</style>