Shades of Blackberry #4B0722
Tints of Blackberry #4B0722
RGB
CMYK
RGB Variations
Color information
#4B0722 (or 0x4B0722) is known color: Blackberry. HEX triplet: 4B, 07 and 22. RGB value is (75,7,34). Sum of RGB (Red+Green+Blue) = 75+7+34=116 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.66% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0722 is #B4F8DD. Grayscale: #1E1E1E. Windows color (decimal): -11860190 or 2230091. OLE color: 2230091.
HSL color Cylindrical-coordinate representation of color #4B0722: hue angle of 336.18º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B0722 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 7 | 34 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.71 |
| HSL | 336.18º | 0.83% | 0.16% | - |
| HSV(B) | 336.18º | 0.91% | 0.29% | - |
| XYZ | 3.27 | 1.76 | 1.68 | - |
| YUV | 30.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 7 | 34 | 0 | 0.91 | 0.55 | 0.71 | 336.18 | 0.83 | 0.16 |
| Hex | 4B | 7 | 22 | 0 | 5B | 37 | 47 | 150 | 53 | 10 |
| Octal | 113 | 7 | 42 | 0 | 133 | 67 | 107 | 520 | 123 | 20 |
| Binary | 1001011 | 111 | 100010 | 0 | 1011011 | 110111 | 1000111 | 101010000 | 1010011 | 10000 |
Color Harmonies of #4B0722
Complementary color
Monochromatic Colors of #4B0722
Black with #4B0722
Text Example
Text Example
White with #4B0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0722; }
p { color: rgb(75,7,34); }
H1.HeaderClassName
{
color: #4B0722;
}
.AnyTagClassName
{
color: #4B0722;
}
</style>
background-color css
<style>
a { background-color: #4B0722; }
a { background-color: rgb(75,7,34); }
div.DivClassName
{
background-color: #4B0722;
}
.BgClassName
{
background-color: #4B0722;
}
</style>
border-color css
<style>
span { border-color: #4B0722; }
span { border-color: rgb(75,7,34); }
td.TdClassName
{
border-color: #4B0722;
}
.TagClassName
{
border-color: #4B0722;
}
</style>