Shades of Blackberry #4B082F
Tints of Blackberry #4B082F
RGB
CMYK
RGB Variations
Color information
#4B082F (or 0x4B082F) is known color: Blackberry. HEX triplet: 4B, 08 and 2F. RGB value is (75,8,47). Sum of RGB (Red+Green+Blue) = 75+8+47=130 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.69% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 75 - color contains mainly: red. Hex color #4B082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B082F is #B4F7D0. Grayscale: #202020. Windows color (decimal): -11859921 or 3082315. OLE color: 3082315.
HSL color Cylindrical-coordinate representation of color #4B082F: hue angle of 325.07º 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 #4B082F is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 8 | 47 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.71 |
| HSL | 325.07º | 0.81% | 0.16% | - |
| HSV(B) | 325.07º | 0.89% | 0.29% | - |
| XYZ | 3.5 | 1.87 | 2.87 | - |
| YUV | 32.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 47 | 0 | 0.89 | 0.37 | 0.71 | 325.07 | 0.81 | 0.16 |
| Hex | 4B | 8 | 2F | 0 | 59 | 25 | 47 | 145 | 51 | 10 |
| Octal | 113 | 10 | 57 | 0 | 131 | 45 | 107 | 505 | 121 | 20 |
| Binary | 1001011 | 1000 | 101111 | 0 | 1011001 | 100101 | 1000111 | 101000101 | 1010001 | 10000 |
Color Harmonies of #4B082F
Complementary color
Monochromatic Colors of #4B082F
Black with #4B082F
Text Example
Text Example
White with #4B082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B082F; }
p { color: rgb(75,8,47); }
H1.HeaderClassName
{
color: #4B082F;
}
.AnyTagClassName
{
color: #4B082F;
}
</style>
background-color css
<style>
a { background-color: #4B082F; }
a { background-color: rgb(75,8,47); }
div.DivClassName
{
background-color: #4B082F;
}
.BgClassName
{
background-color: #4B082F;
}
</style>
border-color css
<style>
span { border-color: #4B082F; }
span { border-color: rgb(75,8,47); }
td.TdClassName
{
border-color: #4B082F;
}
.TagClassName
{
border-color: #4B082F;
}
</style>