Shades of Blackberry #3B0B22
Tints of Blackberry #3B0B22
RGB
CMYK
RGB Variations
Color information
#3B0B22 (or 0x3B0B22) is known color: Blackberry. HEX triplet: 3B, 0B and 22. RGB value is (59,11,34). Sum of RGB (Red+Green+Blue) = 59+11+34=104 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.73% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0B22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0B22 is #C4F4DD. Grayscale: #1B1B1B. Windows color (decimal): -12907742 or 2231099. OLE color: 2231099.
HSL color Cylindrical-coordinate representation of color #3B0B22: hue angle of 331.25º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B0B22 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 11 | 34 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.77 |
| HSL | 331.25º | 0.69% | 0.14% | - |
| HSV(B) | 331.25º | 0.81% | 0.23% | - |
| XYZ | 2.21 | 1.28 | 1.64 | - |
| YUV | 27.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 34 | 0 | 0.81 | 0.42 | 0.77 | 331.25 | 0.69 | 0.14 |
| Hex | 3B | B | 22 | 0 | 51 | 2A | 4D | 14B | 45 | E |
| Octal | 73 | 13 | 42 | 0 | 121 | 52 | 115 | 513 | 105 | 16 |
| Binary | 111011 | 1011 | 100010 | 0 | 1010001 | 101010 | 1001101 | 101001011 | 1000101 | 1110 |
Color Harmonies of #3B0B22
Complementary color
Monochromatic Colors of #3B0B22
Black with #3B0B22
Text Example
Text Example
White with #3B0B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0B22; }
p { color: rgb(59,11,34); }
H1.HeaderClassName
{
color: #3B0B22;
}
.AnyTagClassName
{
color: #3B0B22;
}
</style>
background-color css
<style>
a { background-color: #3B0B22; }
a { background-color: rgb(59,11,34); }
div.DivClassName
{
background-color: #3B0B22;
}
.BgClassName
{
background-color: #3B0B22;
}
</style>
border-color css
<style>
span { border-color: #3B0B22; }
span { border-color: rgb(59,11,34); }
td.TdClassName
{
border-color: #3B0B22;
}
.TagClassName
{
border-color: #3B0B22;
}
</style>