Shades of Blackberry #3B022A
Tints of Blackberry #3B022A
RGB
CMYK
RGB Variations
Color information
#3B022A (or 0x3B022A) is known color: Blackberry. HEX triplet: 3B, 02 and 2A. RGB value is (59,2,42). Sum of RGB (Red+Green+Blue) = 59+2+42=103 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.28% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 59 - color contains mainly: red. Hex color #3B022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B022A is #C4FDD5. Grayscale: #171717. Windows color (decimal): -12910038 or 2753083. OLE color: 2753083.
HSL color Cylindrical-coordinate representation of color #3B022A: hue angle of 317.89º 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 #3B022A is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 2 | 42 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.77 |
| HSL | 317.89º | 0.93% | 0.12% | - |
| HSV(B) | 317.89º | 0.97% | 0.23% | - |
| XYZ | 2.24 | 1.14 | 2.29 | - |
| YUV | 23.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 42 | 0 | 0.97 | 0.29 | 0.77 | 317.89 | 0.93 | 0.12 |
| Hex | 3B | 2 | 2A | 0 | 61 | 1D | 4D | 13E | 5D | C |
| Octal | 73 | 2 | 52 | 0 | 141 | 35 | 115 | 476 | 135 | 14 |
| Binary | 111011 | 10 | 101010 | 0 | 1100001 | 11101 | 1001101 | 100111110 | 1011101 | 1100 |
Color Harmonies of #3B022A
Complementary color
Monochromatic Colors of #3B022A
Black with #3B022A
Text Example
Text Example
White with #3B022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B022A; }
p { color: rgb(59,2,42); }
H1.HeaderClassName
{
color: #3B022A;
}
.AnyTagClassName
{
color: #3B022A;
}
</style>
background-color css
<style>
a { background-color: #3B022A; }
a { background-color: rgb(59,2,42); }
div.DivClassName
{
background-color: #3B022A;
}
.BgClassName
{
background-color: #3B022A;
}
</style>
border-color css
<style>
span { border-color: #3B022A; }
span { border-color: rgb(59,2,42); }
td.TdClassName
{
border-color: #3B022A;
}
.TagClassName
{
border-color: #3B022A;
}
</style>