Shades of Blackberry #4B082D
Tints of Blackberry #4B082D
RGB
CMYK
RGB Variations
Color information
#4B082D (or 0x4B082D) is known color: Blackberry. HEX triplet: 4B, 08 and 2D. RGB value is (75,8,45). Sum of RGB (Red+Green+Blue) = 75+8+45=128 (16% of max value = 765). Red value is 75 (29.69% from 255 or 58.59% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 75 - color contains mainly: red. Hex color #4B082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B082D is #B4F7D2. Grayscale: #202020. Windows color (decimal): -11859923 or 2951243. OLE color: 2951243.
HSL color Cylindrical-coordinate representation of color #4B082D: hue angle of 326.87º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B082D is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 8 | 45 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.71 |
| HSL | 326.87º | 0.81% | 0.16% | - |
| HSV(B) | 326.87º | 0.89% | 0.29% | - |
| XYZ | 3.46 | 1.86 | 2.66 | - |
| YUV | 32.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 45 | 0 | 0.89 | 0.40 | 0.71 | 326.87 | 0.81 | 0.16 |
| Hex | 4B | 8 | 2D | 0 | 59 | 28 | 47 | 147 | 51 | 10 |
| Octal | 113 | 10 | 55 | 0 | 131 | 50 | 107 | 507 | 121 | 20 |
| Binary | 1001011 | 1000 | 101101 | 0 | 1011001 | 101000 | 1000111 | 101000111 | 1010001 | 10000 |
Color Harmonies of #4B082D
Complementary color
Monochromatic Colors of #4B082D
Black with #4B082D
Text Example
Text Example
White with #4B082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B082D; }
p { color: rgb(75,8,45); }
H1.HeaderClassName
{
color: #4B082D;
}
.AnyTagClassName
{
color: #4B082D;
}
</style>
background-color css
<style>
a { background-color: #4B082D; }
a { background-color: rgb(75,8,45); }
div.DivClassName
{
background-color: #4B082D;
}
.BgClassName
{
background-color: #4B082D;
}
</style>
border-color css
<style>
span { border-color: #4B082D; }
span { border-color: rgb(75,8,45); }
td.TdClassName
{
border-color: #4B082D;
}
.TagClassName
{
border-color: #4B082D;
}
</style>