Shades of Blackberry #4B1E33
Tints of Blackberry #4B1E33
RGB
CMYK
RGB Variations
Color information
#4B1E33 (or 0x4B1E33) is known color: Blackberry. HEX triplet: 4B, 1E and 33. RGB value is (75,30,51). Sum of RGB (Red+Green+Blue) = 75+30+51=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1E33 is #B4E1CC. Grayscale: #2D2D2D. Windows color (decimal): -11854285 or 3350091. OLE color: 3350091.
HSL color Cylindrical-coordinate representation of color #4B1E33: hue angle of 332º 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 #4B1E33 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 30 | 51 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.71 |
| HSL | 332º | 0.43% | 0.21% | - |
| HSV(B) | 332º | 0.6% | 0.29% | - |
| XYZ | 3.96 | 2.66 | 3.44 | - |
| YUV | 45.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 30 | 51 | 0 | 0.60 | 0.32 | 0.71 | 332 | 0.43 | 0.21 |
| Hex | 4B | 1E | 33 | 0 | 3C | 20 | 47 | 14C | 2B | 15 |
| Octal | 113 | 36 | 63 | 0 | 74 | 40 | 107 | 514 | 53 | 25 |
| Binary | 1001011 | 11110 | 110011 | 0 | 111100 | 100000 | 1000111 | 101001100 | 101011 | 10101 |
Color Harmonies of #4B1E33
Complementary color
Monochromatic Colors of #4B1E33
Black with #4B1E33
Text Example
Text Example
White with #4B1E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1E33; }
p { color: rgb(75,30,51); }
H1.HeaderClassName
{
color: #4B1E33;
}
.AnyTagClassName
{
color: #4B1E33;
}
</style>
background-color css
<style>
a { background-color: #4B1E33; }
a { background-color: rgb(75,30,51); }
div.DivClassName
{
background-color: #4B1E33;
}
.BgClassName
{
background-color: #4B1E33;
}
</style>
border-color css
<style>
span { border-color: #4B1E33; }
span { border-color: rgb(75,30,51); }
td.TdClassName
{
border-color: #4B1E33;
}
.TagClassName
{
border-color: #4B1E33;
}
</style>