Shades of Blackberry #4B1E3C
Tints of Blackberry #4B1E3C
RGB
CMYK
RGB Variations
Color information
#4B1E3C (or 0x4B1E3C) is known color: Blackberry. HEX triplet: 4B, 1E and 3C. RGB value is (75,30,60). Sum of RGB (Red+Green+Blue) = 75+30+60=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1E3C is #B4E1C3. Grayscale: #2E2E2E. Windows color (decimal): -11854276 or 3939915. OLE color: 3939915.
HSL color Cylindrical-coordinate representation of color #4B1E3C: hue angle of 320º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B1E3C is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 30 | 60 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.71 |
| HSL | 320º | 0.43% | 0.21% | - |
| HSV(B) | 320º | 0.6% | 0.29% | - |
| XYZ | 4.18 | 2.75 | 4.59 | - |
| YUV | 46.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 30 | 60 | 0 | 0.60 | 0.20 | 0.71 | 320 | 0.43 | 0.21 |
| Hex | 4B | 1E | 3C | 0 | 3C | 14 | 47 | 140 | 2B | 15 |
| Octal | 113 | 36 | 74 | 0 | 74 | 24 | 107 | 500 | 53 | 25 |
| Binary | 1001011 | 11110 | 111100 | 0 | 111100 | 10100 | 1000111 | 101000000 | 101011 | 10101 |
Color Harmonies of #4B1E3C
Complementary color
Monochromatic Colors of #4B1E3C
Black with #4B1E3C
Text Example
Text Example
White with #4B1E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1E3C; }
p { color: rgb(75,30,60); }
H1.HeaderClassName
{
color: #4B1E3C;
}
.AnyTagClassName
{
color: #4B1E3C;
}
</style>
background-color css
<style>
a { background-color: #4B1E3C; }
a { background-color: rgb(75,30,60); }
div.DivClassName
{
background-color: #4B1E3C;
}
.BgClassName
{
background-color: #4B1E3C;
}
</style>
border-color css
<style>
span { border-color: #4B1E3C; }
span { border-color: rgb(75,30,60); }
td.TdClassName
{
border-color: #4B1E3C;
}
.TagClassName
{
border-color: #4B1E3C;
}
</style>