Shades of Blackberry #4C021E
Tints of Blackberry #4C021E
RGB
CMYK
RGB Variations
Color information
#4C021E (or 0x4C021E) is known color: Blackberry. HEX triplet: 4C, 02 and 1E. RGB value is (76,2,30). Sum of RGB (Red+Green+Blue) = 76+2+30=108 (14% of max value = 765). Red value is 76 (30.08% from 255 or 70.37% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 76 - color contains mainly: red. Hex color #4C021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C021E is #B3FDE1. Grayscale: #1B1B1B. Windows color (decimal): -11795938 or 1966668. OLE color: 1966668.
HSL color Cylindrical-coordinate representation of color #4C021E: hue angle of 337.3º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C021E is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 2 | 30 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.70 |
| HSL | 337.3º | 0.95% | 0.15% | - |
| HSV(B) | 337.3º | 0.97% | 0.3% | - |
| XYZ | 3.24 | 1.67 | 1.38 | - |
| YUV | 27.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 30 | 0 | 0.97 | 0.61 | 0.70 | 337.3 | 0.95 | 0.15 |
| Hex | 4C | 2 | 1E | 0 | 61 | 3D | 46 | 151 | 5F | F |
| Octal | 114 | 2 | 36 | 0 | 141 | 75 | 106 | 521 | 137 | 17 |
| Binary | 1001100 | 10 | 11110 | 0 | 1100001 | 111101 | 1000110 | 101010001 | 1011111 | 1111 |
Color Harmonies of #4C021E
Complementary color
Monochromatic Colors of #4C021E
Black with #4C021E
Text Example
Text Example
White with #4C021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C021E; }
p { color: rgb(76,2,30); }
H1.HeaderClassName
{
color: #4C021E;
}
.AnyTagClassName
{
color: #4C021E;
}
</style>
background-color css
<style>
a { background-color: #4C021E; }
a { background-color: rgb(76,2,30); }
div.DivClassName
{
background-color: #4C021E;
}
.BgClassName
{
background-color: #4C021E;
}
</style>
border-color css
<style>
span { border-color: #4C021E; }
span { border-color: rgb(76,2,30); }
td.TdClassName
{
border-color: #4C021E;
}
.TagClassName
{
border-color: #4C021E;
}
</style>