Shades of Blackberry #4C103D
Tints of Blackberry #4C103D
RGB
CMYK
RGB Variations
Color information
#4C103D (or 0x4C103D) is known color: Blackberry. HEX triplet: 4C, 10 and 3D. RGB value is (76,16,61). Sum of RGB (Red+Green+Blue) = 76+16+61=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C103D is #B3EFC2. Grayscale: #262626. Windows color (decimal): -11792323 or 4001868. OLE color: 4001868.
HSL color Cylindrical-coordinate representation of color #4C103D: hue angle of 315º 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 #4C103D is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 16 | 61 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.70 |
| HSL | 315º | 0.65% | 0.18% | - |
| HSV(B) | 315º | 0.79% | 0.3% | - |
| XYZ | 4.01 | 2.24 | 4.64 | - |
| YUV | 39.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 61 | 0 | 0.79 | 0.20 | 0.70 | 315 | 0.65 | 0.18 |
| Hex | 4C | 10 | 3D | 0 | 4F | 14 | 46 | 13B | 41 | 12 |
| Octal | 114 | 20 | 75 | 0 | 117 | 24 | 106 | 473 | 101 | 22 |
| Binary | 1001100 | 10000 | 111101 | 0 | 1001111 | 10100 | 1000110 | 100111011 | 1000001 | 10010 |
Color Harmonies of #4C103D
Complementary color
Monochromatic Colors of #4C103D
Black with #4C103D
Text Example
Text Example
White with #4C103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C103D; }
p { color: rgb(76,16,61); }
H1.HeaderClassName
{
color: #4C103D;
}
.AnyTagClassName
{
color: #4C103D;
}
</style>
background-color css
<style>
a { background-color: #4C103D; }
a { background-color: rgb(76,16,61); }
div.DivClassName
{
background-color: #4C103D;
}
.BgClassName
{
background-color: #4C103D;
}
</style>
border-color css
<style>
span { border-color: #4C103D; }
span { border-color: rgb(76,16,61); }
td.TdClassName
{
border-color: #4C103D;
}
.TagClassName
{
border-color: #4C103D;
}
</style>