Shades of Blackberry #3B122C
Tints of Blackberry #3B122C
RGB
CMYK
RGB Variations
Color information
#3B122C (or 0x3B122C) is known color: Blackberry. HEX triplet: 3B, 12 and 2C. RGB value is (59,18,44). Sum of RGB (Red+Green+Blue) = 59+18+44=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B122C is #C4EDD3. Grayscale: #212121. Windows color (decimal): -12905940 or 2888251. OLE color: 2888251.
HSL color Cylindrical-coordinate representation of color #3B122C: hue angle of 321.95º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B122C is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 18 | 44 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.77 |
| HSL | 321.95º | 0.53% | 0.15% | - |
| HSV(B) | 321.95º | 0.69% | 0.23% | - |
| XYZ | 2.47 | 1.54 | 2.55 | - |
| YUV | 33.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 18 | 44 | 0 | 0.69 | 0.25 | 0.77 | 321.95 | 0.53 | 0.15 |
| Hex | 3B | 12 | 2C | 0 | 45 | 19 | 4D | 142 | 35 | F |
| Octal | 73 | 22 | 54 | 0 | 105 | 31 | 115 | 502 | 65 | 17 |
| Binary | 111011 | 10010 | 101100 | 0 | 1000101 | 11001 | 1001101 | 101000010 | 110101 | 1111 |
Color Harmonies of #3B122C
Complementary color
Monochromatic Colors of #3B122C
Black with #3B122C
Text Example
Text Example
White with #3B122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B122C; }
p { color: rgb(59,18,44); }
H1.HeaderClassName
{
color: #3B122C;
}
.AnyTagClassName
{
color: #3B122C;
}
</style>
background-color css
<style>
a { background-color: #3B122C; }
a { background-color: rgb(59,18,44); }
div.DivClassName
{
background-color: #3B122C;
}
.BgClassName
{
background-color: #3B122C;
}
</style>
border-color css
<style>
span { border-color: #3B122C; }
span { border-color: rgb(59,18,44); }
td.TdClassName
{
border-color: #3B122C;
}
.TagClassName
{
border-color: #3B122C;
}
</style>