Shades of Blackberry #4C1A30
Tints of Blackberry #4C1A30
RGB
CMYK
RGB Variations
Color information
#4C1A30 (or 0x4C1A30) is known color: Blackberry. HEX triplet: 4C, 1A and 30. RGB value is (76,26,48). Sum of RGB (Red+Green+Blue) = 76+26+48=150 (19% of max value = 765). Red value is 76 (30.08% from 255 or 50.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1A30 is #B3E5CF. Grayscale: #2B2B2B. Windows color (decimal): -11789776 or 3152460. OLE color: 3152460.
HSL color Cylindrical-coordinate representation of color #4C1A30: hue angle of 333.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 #4C1A30 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 26 | 48 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.70 |
| HSL | 333.6º | 0.49% | 0.2% | - |
| HSV(B) | 333.6º | 0.66% | 0.3% | - |
| XYZ | 3.88 | 2.49 | 3.07 | - |
| YUV | 43.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 48 | 0 | 0.66 | 0.37 | 0.70 | 333.6 | 0.49 | 0.2 |
| Hex | 4C | 1A | 30 | 0 | 42 | 25 | 46 | 14E | 31 | 14 |
| Octal | 114 | 32 | 60 | 0 | 102 | 45 | 106 | 516 | 61 | 24 |
| Binary | 1001100 | 11010 | 110000 | 0 | 1000010 | 100101 | 1000110 | 101001110 | 110001 | 10100 |
Color Harmonies of #4C1A30
Complementary color
Monochromatic Colors of #4C1A30
Black with #4C1A30
Text Example
Text Example
White with #4C1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1A30; }
p { color: rgb(76,26,48); }
H1.HeaderClassName
{
color: #4C1A30;
}
.AnyTagClassName
{
color: #4C1A30;
}
</style>
background-color css
<style>
a { background-color: #4C1A30; }
a { background-color: rgb(76,26,48); }
div.DivClassName
{
background-color: #4C1A30;
}
.BgClassName
{
background-color: #4C1A30;
}
</style>
border-color css
<style>
span { border-color: #4C1A30; }
span { border-color: rgb(76,26,48); }
td.TdClassName
{
border-color: #4C1A30;
}
.TagClassName
{
border-color: #4C1A30;
}
</style>