Shades of Blackberry #4C102C
Tints of Blackberry #4C102C
RGB
CMYK
RGB Variations
Color information
#4C102C (or 0x4C102C) is known color: Blackberry. HEX triplet: 4C, 10 and 2C. RGB value is (76,16,44). Sum of RGB (Red+Green+Blue) = 76+16+44=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C102C is #B3EFD3. Grayscale: #252525. Windows color (decimal): -11792340 or 2887756. OLE color: 2887756.
HSL color Cylindrical-coordinate representation of color #4C102C: hue angle of 332º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C102C is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 16 | 44 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.70 |
| HSL | 332º | 0.65% | 0.18% | - |
| HSV(B) | 332º | 0.79% | 0.3% | - |
| XYZ | 3.62 | 2.09 | 2.6 | - |
| YUV | 37.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 44 | 0 | 0.79 | 0.42 | 0.70 | 332 | 0.65 | 0.18 |
| Hex | 4C | 10 | 2C | 0 | 4F | 2A | 46 | 14C | 41 | 12 |
| Octal | 114 | 20 | 54 | 0 | 117 | 52 | 106 | 514 | 101 | 22 |
| Binary | 1001100 | 10000 | 101100 | 0 | 1001111 | 101010 | 1000110 | 101001100 | 1000001 | 10010 |
Color Harmonies of #4C102C
Complementary color
Monochromatic Colors of #4C102C
Black with #4C102C
Text Example
Text Example
White with #4C102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C102C; }
p { color: rgb(76,16,44); }
H1.HeaderClassName
{
color: #4C102C;
}
.AnyTagClassName
{
color: #4C102C;
}
</style>
background-color css
<style>
a { background-color: #4C102C; }
a { background-color: rgb(76,16,44); }
div.DivClassName
{
background-color: #4C102C;
}
.BgClassName
{
background-color: #4C102C;
}
</style>
border-color css
<style>
span { border-color: #4C102C; }
span { border-color: rgb(76,16,44); }
td.TdClassName
{
border-color: #4C102C;
}
.TagClassName
{
border-color: #4C102C;
}
</style>