Shades of Blackberry #3B072A
Tints of Blackberry #3B072A
RGB
CMYK
RGB Variations
Color information
#3B072A (or 0x3B072A) is known color: Blackberry. HEX triplet: 3B, 07 and 2A. RGB value is (59,7,42). Sum of RGB (Red+Green+Blue) = 59+7+42=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B072A is #C4F8D5. Grayscale: #1A1A1A. Windows color (decimal): -12908758 or 2754363. OLE color: 2754363.
HSL color Cylindrical-coordinate representation of color #3B072A: hue angle of 319.62º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B072A is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 7 | 42 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.77 |
| HSL | 319.62º | 0.79% | 0.13% | - |
| HSV(B) | 319.62º | 0.88% | 0.23% | - |
| XYZ | 2.3 | 1.25 | 2.31 | - |
| YUV | 26.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 42 | 0 | 0.88 | 0.29 | 0.77 | 319.62 | 0.79 | 0.13 |
| Hex | 3B | 7 | 2A | 0 | 58 | 1D | 4D | 140 | 4F | D |
| Octal | 73 | 7 | 52 | 0 | 130 | 35 | 115 | 500 | 117 | 15 |
| Binary | 111011 | 111 | 101010 | 0 | 1011000 | 11101 | 1001101 | 101000000 | 1001111 | 1101 |
Color Harmonies of #3B072A
Complementary color
Monochromatic Colors of #3B072A
Black with #3B072A
Text Example
Text Example
White with #3B072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B072A; }
p { color: rgb(59,7,42); }
H1.HeaderClassName
{
color: #3B072A;
}
.AnyTagClassName
{
color: #3B072A;
}
</style>
background-color css
<style>
a { background-color: #3B072A; }
a { background-color: rgb(59,7,42); }
div.DivClassName
{
background-color: #3B072A;
}
.BgClassName
{
background-color: #3B072A;
}
</style>
border-color css
<style>
span { border-color: #3B072A; }
span { border-color: rgb(59,7,42); }
td.TdClassName
{
border-color: #3B072A;
}
.TagClassName
{
border-color: #3B072A;
}
</style>