Shades of Blackberry #3B022C
Tints of Blackberry #3B022C
RGB
CMYK
RGB Variations
Color information
#3B022C (or 0x3B022C) is known color: Blackberry. HEX triplet: 3B, 02 and 2C. RGB value is (59,2,44). Sum of RGB (Red+Green+Blue) = 59+2+44=105 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.19% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 59 - color contains mainly: red. Hex color #3B022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B022C is #C4FDD3. Grayscale: #171717. Windows color (decimal): -12910036 or 2884155. OLE color: 2884155.
HSL color Cylindrical-coordinate representation of color #3B022C: hue angle of 315.79º 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 #3B022C is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 2 | 44 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.77 |
| HSL | 315.79º | 0.93% | 0.12% | - |
| HSV(B) | 315.79º | 0.97% | 0.23% | - |
| XYZ | 2.28 | 1.16 | 2.49 | - |
| YUV | 23.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 44 | 0 | 0.97 | 0.25 | 0.77 | 315.79 | 0.93 | 0.12 |
| Hex | 3B | 2 | 2C | 0 | 61 | 19 | 4D | 13C | 5D | C |
| Octal | 73 | 2 | 54 | 0 | 141 | 31 | 115 | 474 | 135 | 14 |
| Binary | 111011 | 10 | 101100 | 0 | 1100001 | 11001 | 1001101 | 100111100 | 1011101 | 1100 |
Color Harmonies of #3B022C
Complementary color
Monochromatic Colors of #3B022C
Black with #3B022C
Text Example
Text Example
White with #3B022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B022C; }
p { color: rgb(59,2,44); }
H1.HeaderClassName
{
color: #3B022C;
}
.AnyTagClassName
{
color: #3B022C;
}
</style>
background-color css
<style>
a { background-color: #3B022C; }
a { background-color: rgb(59,2,44); }
div.DivClassName
{
background-color: #3B022C;
}
.BgClassName
{
background-color: #3B022C;
}
</style>
border-color css
<style>
span { border-color: #3B022C; }
span { border-color: rgb(59,2,44); }
td.TdClassName
{
border-color: #3B022C;
}
.TagClassName
{
border-color: #3B022C;
}
</style>