Shades of Blackberry #4B1933
Tints of Blackberry #4B1933
RGB
CMYK
RGB Variations
Color information
#4B1933 (or 0x4B1933) is known color: Blackberry. HEX triplet: 4B, 19 and 33. RGB value is (75,25,51). Sum of RGB (Red+Green+Blue) = 75+25+51=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1933 is #B4E6CC. Grayscale: #2A2A2A. Windows color (decimal): -11855565 or 3348811. OLE color: 3348811.
HSL color Cylindrical-coordinate representation of color #4B1933: hue angle of 328.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B1933 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 25 | 51 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.71 |
| HSL | 328.8º | 0.5% | 0.2% | - |
| HSV(B) | 328.8º | 0.67% | 0.29% | - |
| XYZ | 3.85 | 2.43 | 3.4 | - |
| YUV | 42.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 51 | 0 | 0.67 | 0.32 | 0.71 | 328.8 | 0.5 | 0.2 |
| Hex | 4B | 19 | 33 | 0 | 43 | 20 | 47 | 149 | 32 | 14 |
| Octal | 113 | 31 | 63 | 0 | 103 | 40 | 107 | 511 | 62 | 24 |
| Binary | 1001011 | 11001 | 110011 | 0 | 1000011 | 100000 | 1000111 | 101001001 | 110010 | 10100 |
Color Harmonies of #4B1933
Complementary color
Monochromatic Colors of #4B1933
Black with #4B1933
Text Example
Text Example
White with #4B1933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1933; }
p { color: rgb(75,25,51); }
H1.HeaderClassName
{
color: #4B1933;
}
.AnyTagClassName
{
color: #4B1933;
}
</style>
background-color css
<style>
a { background-color: #4B1933; }
a { background-color: rgb(75,25,51); }
div.DivClassName
{
background-color: #4B1933;
}
.BgClassName
{
background-color: #4B1933;
}
</style>
border-color css
<style>
span { border-color: #4B1933; }
span { border-color: rgb(75,25,51); }
td.TdClassName
{
border-color: #4B1933;
}
.TagClassName
{
border-color: #4B1933;
}
</style>