Shades of Blackberry #3B1028
Tints of Blackberry #3B1028
RGB
CMYK
RGB Variations
Color information
#3B1028 (or 0x3B1028) is known color: Blackberry. HEX triplet: 3B, 10 and 28. RGB value is (59,16,40). Sum of RGB (Red+Green+Blue) = 59+16+40=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1028 is #C4EFD7. Grayscale: #1F1F1F. Windows color (decimal): -12906456 or 2625595. OLE color: 2625595.
HSL color Cylindrical-coordinate representation of color #3B1028: hue angle of 326.51º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B1028 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 16 | 40 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.77 |
| HSL | 326.51º | 0.57% | 0.15% | - |
| HSV(B) | 326.51º | 0.73% | 0.23% | - |
| XYZ | 2.37 | 1.45 | 2.16 | - |
| YUV | 31.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 16 | 40 | 0 | 0.73 | 0.32 | 0.77 | 326.51 | 0.57 | 0.15 |
| Hex | 3B | 10 | 28 | 0 | 49 | 20 | 4D | 147 | 39 | F |
| Octal | 73 | 20 | 50 | 0 | 111 | 40 | 115 | 507 | 71 | 17 |
| Binary | 111011 | 10000 | 101000 | 0 | 1001001 | 100000 | 1001101 | 101000111 | 111001 | 1111 |
Color Harmonies of #3B1028
Complementary color
Monochromatic Colors of #3B1028
Black with #3B1028
Text Example
Text Example
White with #3B1028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1028; }
p { color: rgb(59,16,40); }
H1.HeaderClassName
{
color: #3B1028;
}
.AnyTagClassName
{
color: #3B1028;
}
</style>
background-color css
<style>
a { background-color: #3B1028; }
a { background-color: rgb(59,16,40); }
div.DivClassName
{
background-color: #3B1028;
}
.BgClassName
{
background-color: #3B1028;
}
</style>
border-color css
<style>
span { border-color: #3B1028; }
span { border-color: rgb(59,16,40); }
td.TdClassName
{
border-color: #3B1028;
}
.TagClassName
{
border-color: #3B1028;
}
</style>