Shades of Blackberry #3B0822
Tints of Blackberry #3B0822
RGB
CMYK
RGB Variations
Color information
#3B0822 (or 0x3B0822) is known color: Blackberry. HEX triplet: 3B, 08 and 22. RGB value is (59,8,34). Sum of RGB (Red+Green+Blue) = 59+8+34=101 (13% of max value = 765). Red value is 59 (23.44% from 255 or 58.42% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0822 is #C4F7DD. Grayscale: #1A1A1A. Windows color (decimal): -12908510 or 2230331. OLE color: 2230331.
HSL color Cylindrical-coordinate representation of color #3B0822: hue angle of 329.41º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B0822 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 8 | 34 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.77 |
| HSL | 329.41º | 0.76% | 0.13% | - |
| HSV(B) | 329.41º | 0.86% | 0.23% | - |
| XYZ | 2.18 | 1.22 | 1.63 | - |
| YUV | 26.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 8 | 34 | 0 | 0.86 | 0.42 | 0.77 | 329.41 | 0.76 | 0.13 |
| Hex | 3B | 8 | 22 | 0 | 56 | 2A | 4D | 149 | 4C | D |
| Octal | 73 | 10 | 42 | 0 | 126 | 52 | 115 | 511 | 114 | 15 |
| Binary | 111011 | 1000 | 100010 | 0 | 1010110 | 101010 | 1001101 | 101001001 | 1001100 | 1101 |
Color Harmonies of #3B0822
Complementary color
Monochromatic Colors of #3B0822
Black with #3B0822
Text Example
Text Example
White with #3B0822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0822; }
p { color: rgb(59,8,34); }
H1.HeaderClassName
{
color: #3B0822;
}
.AnyTagClassName
{
color: #3B0822;
}
</style>
background-color css
<style>
a { background-color: #3B0822; }
a { background-color: rgb(59,8,34); }
div.DivClassName
{
background-color: #3B0822;
}
.BgClassName
{
background-color: #3B0822;
}
</style>
border-color css
<style>
span { border-color: #3B0822; }
span { border-color: rgb(59,8,34); }
td.TdClassName
{
border-color: #3B0822;
}
.TagClassName
{
border-color: #3B0822;
}
</style>