Shades of Blackberry #4B032A
Tints of Blackberry #4B032A
RGB
CMYK
RGB Variations
Color information
#4B032A (or 0x4B032A) is known color: Blackberry. HEX triplet: 4B, 03 and 2A. RGB value is (75,3,42). Sum of RGB (Red+Green+Blue) = 75+3+42=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B032A is #B4FCD5. Grayscale: #1C1C1C. Windows color (decimal): -11861206 or 2753355. OLE color: 2753355.
HSL color Cylindrical-coordinate representation of color #4B032A: hue angle of 327.5º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B032A is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 3 | 42 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.71 |
| HSL | 327.5º | 0.92% | 0.15% | - |
| HSV(B) | 327.5º | 0.96% | 0.29% | - |
| XYZ | 3.35 | 1.73 | 2.35 | - |
| YUV | 28.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 3 | 42 | 0 | 0.96 | 0.44 | 0.71 | 327.5 | 0.92 | 0.15 |
| Hex | 4B | 3 | 2A | 0 | 60 | 2C | 47 | 148 | 5C | F |
| Octal | 113 | 3 | 52 | 0 | 140 | 54 | 107 | 510 | 134 | 17 |
| Binary | 1001011 | 11 | 101010 | 0 | 1100000 | 101100 | 1000111 | 101001000 | 1011100 | 1111 |
Color Harmonies of #4B032A
Complementary color
Monochromatic Colors of #4B032A
Black with #4B032A
Text Example
Text Example
White with #4B032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B032A; }
p { color: rgb(75,3,42); }
H1.HeaderClassName
{
color: #4B032A;
}
.AnyTagClassName
{
color: #4B032A;
}
</style>
background-color css
<style>
a { background-color: #4B032A; }
a { background-color: rgb(75,3,42); }
div.DivClassName
{
background-color: #4B032A;
}
.BgClassName
{
background-color: #4B032A;
}
</style>
border-color css
<style>
span { border-color: #4B032A; }
span { border-color: rgb(75,3,42); }
td.TdClassName
{
border-color: #4B032A;
}
.TagClassName
{
border-color: #4B032A;
}
</style>