Shades of Blackberry #4C1A3F
Tints of Blackberry #4C1A3F
RGB
CMYK
RGB Variations
Color information
#4C1A3F (or 0x4C1A3F) is known color: Blackberry. HEX triplet: 4C, 1A and 3F. RGB value is (76,26,63). Sum of RGB (Red+Green+Blue) = 76+26+63=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1A3F is #B3E5C0. Grayscale: #2D2D2D. Windows color (decimal): -11789761 or 4135500. OLE color: 4135500.
HSL color Cylindrical-coordinate representation of color #4C1A3F: hue angle of 315.6º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C1A3F is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 26 | 63 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.70 |
| HSL | 315.6º | 0.49% | 0.2% | - |
| HSV(B) | 315.6º | 0.66% | 0.3% | - |
| XYZ | 4.25 | 2.63 | 4.99 | - |
| YUV | 45.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 63 | 0 | 0.66 | 0.17 | 0.70 | 315.6 | 0.49 | 0.2 |
| Hex | 4C | 1A | 3F | 0 | 42 | 11 | 46 | 13C | 31 | 14 |
| Octal | 114 | 32 | 77 | 0 | 102 | 21 | 106 | 474 | 61 | 24 |
| Binary | 1001100 | 11010 | 111111 | 0 | 1000010 | 10001 | 1000110 | 100111100 | 110001 | 10100 |
Color Harmonies of #4C1A3F
Complementary color
Monochromatic Colors of #4C1A3F
Black with #4C1A3F
Text Example
Text Example
White with #4C1A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1A3F; }
p { color: rgb(76,26,63); }
H1.HeaderClassName
{
color: #4C1A3F;
}
.AnyTagClassName
{
color: #4C1A3F;
}
</style>
background-color css
<style>
a { background-color: #4C1A3F; }
a { background-color: rgb(76,26,63); }
div.DivClassName
{
background-color: #4C1A3F;
}
.BgClassName
{
background-color: #4C1A3F;
}
</style>
border-color css
<style>
span { border-color: #4C1A3F; }
span { border-color: rgb(76,26,63); }
td.TdClassName
{
border-color: #4C1A3F;
}
.TagClassName
{
border-color: #4C1A3F;
}
</style>