Shades of Blackberry #4B132E
Tints of Blackberry #4B132E
RGB
CMYK
RGB Variations
Color information
#4B132E (or 0x4B132E) is known color: Blackberry. HEX triplet: 4B, 13 and 2E. RGB value is (75,19,46). Sum of RGB (Red+Green+Blue) = 75+19+46=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B132E is #B4ECD1. Grayscale: #262626. Windows color (decimal): -11857106 or 3019595. OLE color: 3019595.
HSL color Cylindrical-coordinate representation of color #4B132E: hue angle of 331.07º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B132E is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 19 | 46 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.71 |
| HSL | 331.07º | 0.6% | 0.18% | - |
| HSV(B) | 331.07º | 0.75% | 0.29% | - |
| XYZ | 3.63 | 2.16 | 2.81 | - |
| YUV | 38.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 19 | 46 | 0 | 0.75 | 0.39 | 0.71 | 331.07 | 0.6 | 0.18 |
| Hex | 4B | 13 | 2E | 0 | 4B | 27 | 47 | 14B | 3C | 12 |
| Octal | 113 | 23 | 56 | 0 | 113 | 47 | 107 | 513 | 74 | 22 |
| Binary | 1001011 | 10011 | 101110 | 0 | 1001011 | 100111 | 1000111 | 101001011 | 111100 | 10010 |
Color Harmonies of #4B132E
Complementary color
Monochromatic Colors of #4B132E
Black with #4B132E
Text Example
Text Example
White with #4B132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B132E; }
p { color: rgb(75,19,46); }
H1.HeaderClassName
{
color: #4B132E;
}
.AnyTagClassName
{
color: #4B132E;
}
</style>
background-color css
<style>
a { background-color: #4B132E; }
a { background-color: rgb(75,19,46); }
div.DivClassName
{
background-color: #4B132E;
}
.BgClassName
{
background-color: #4B132E;
}
</style>
border-color css
<style>
span { border-color: #4B132E; }
span { border-color: rgb(75,19,46); }
td.TdClassName
{
border-color: #4B132E;
}
.TagClassName
{
border-color: #4B132E;
}
</style>