Shades of Blackberry #4B1C31
Tints of Blackberry #4B1C31
RGB
CMYK
RGB Variations
Color information
#4B1C31 (or 0x4B1C31) is known color: Blackberry. HEX triplet: 4B, 1C and 31. RGB value is (75,28,49). Sum of RGB (Red+Green+Blue) = 75+28+49=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1C31 is #B4E3CE. Grayscale: #2C2C2C. Windows color (decimal): -11854799 or 3218507. OLE color: 3218507.
HSL color Cylindrical-coordinate representation of color #4B1C31: hue angle of 333.19º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B1C31 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 28 | 49 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.71 |
| HSL | 333.19º | 0.46% | 0.2% | - |
| HSV(B) | 333.19º | 0.63% | 0.29% | - |
| XYZ | 3.87 | 2.55 | 3.19 | - |
| YUV | 44.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 28 | 49 | 0 | 0.63 | 0.35 | 0.71 | 333.19 | 0.46 | 0.2 |
| Hex | 4B | 1C | 31 | 0 | 3F | 23 | 47 | 14D | 2E | 14 |
| Octal | 113 | 34 | 61 | 0 | 77 | 43 | 107 | 515 | 56 | 24 |
| Binary | 1001011 | 11100 | 110001 | 0 | 111111 | 100011 | 1000111 | 101001101 | 101110 | 10100 |
Color Harmonies of #4B1C31
Complementary color
Monochromatic Colors of #4B1C31
Black with #4B1C31
Text Example
Text Example
White with #4B1C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1C31; }
p { color: rgb(75,28,49); }
H1.HeaderClassName
{
color: #4B1C31;
}
.AnyTagClassName
{
color: #4B1C31;
}
</style>
background-color css
<style>
a { background-color: #4B1C31; }
a { background-color: rgb(75,28,49); }
div.DivClassName
{
background-color: #4B1C31;
}
.BgClassName
{
background-color: #4B1C31;
}
</style>
border-color css
<style>
span { border-color: #4B1C31; }
span { border-color: rgb(75,28,49); }
td.TdClassName
{
border-color: #4B1C31;
}
.TagClassName
{
border-color: #4B1C31;
}
</style>