Shades of Blackberry #3B0228
Tints of Blackberry #3B0228
RGB
CMYK
RGB Variations
Color information
#3B0228 (or 0x3B0228) is known color: Blackberry. HEX triplet: 3B, 02 and 28. RGB value is (59,2,40). Sum of RGB (Red+Green+Blue) = 59+2+40=101 (13% of max value = 765). Red value is 59 (23.44% from 255 or 58.42% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0228 is #C4FDD7. Grayscale: #171717. Windows color (decimal): -12910040 or 2622011. OLE color: 2622011.
HSL color Cylindrical-coordinate representation of color #3B0228: hue angle of 320º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B0228 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 2 | 40 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.77 |
| HSL | 320º | 0.93% | 0.12% | - |
| HSV(B) | 320º | 0.97% | 0.23% | - |
| XYZ | 2.21 | 1.13 | 2.11 | - |
| YUV | 23.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 40 | 0 | 0.97 | 0.32 | 0.77 | 320 | 0.93 | 0.12 |
| Hex | 3B | 2 | 28 | 0 | 61 | 20 | 4D | 140 | 5D | C |
| Octal | 73 | 2 | 50 | 0 | 141 | 40 | 115 | 500 | 135 | 14 |
| Binary | 111011 | 10 | 101000 | 0 | 1100001 | 100000 | 1001101 | 101000000 | 1011101 | 1100 |
Color Harmonies of #3B0228
Complementary color
Monochromatic Colors of #3B0228
Black with #3B0228
Text Example
Text Example
White with #3B0228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0228; }
p { color: rgb(59,2,40); }
H1.HeaderClassName
{
color: #3B0228;
}
.AnyTagClassName
{
color: #3B0228;
}
</style>
background-color css
<style>
a { background-color: #3B0228; }
a { background-color: rgb(59,2,40); }
div.DivClassName
{
background-color: #3B0228;
}
.BgClassName
{
background-color: #3B0228;
}
</style>
border-color css
<style>
span { border-color: #3B0228; }
span { border-color: rgb(59,2,40); }
td.TdClassName
{
border-color: #3B0228;
}
.TagClassName
{
border-color: #3B0228;
}
</style>