Shades of Blackberry #3B062B
Tints of Blackberry #3B062B
RGB
CMYK
RGB Variations
Color information
#3B062B (or 0x3B062B) is known color: Blackberry. HEX triplet: 3B, 06 and 2B. RGB value is (59,6,43). Sum of RGB (Red+Green+Blue) = 59+6+43=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B062B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B062B is #C4F9D4. Grayscale: #191919. Windows color (decimal): -12909013 or 2819643. OLE color: 2819643.
HSL color Cylindrical-coordinate representation of color #3B062B: hue angle of 318.11º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B062B is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 6 | 43 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.77 |
| HSL | 318.11º | 0.82% | 0.13% | - |
| HSV(B) | 318.11º | 0.9% | 0.23% | - |
| XYZ | 2.3 | 1.23 | 2.4 | - |
| YUV | 26.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 43 | 0 | 0.90 | 0.27 | 0.77 | 318.11 | 0.82 | 0.13 |
| Hex | 3B | 6 | 2B | 0 | 5A | 1B | 4D | 13E | 52 | D |
| Octal | 73 | 6 | 53 | 0 | 132 | 33 | 115 | 476 | 122 | 15 |
| Binary | 111011 | 110 | 101011 | 0 | 1011010 | 11011 | 1001101 | 100111110 | 1010010 | 1101 |
Color Harmonies of #3B062B
Complementary color
Monochromatic Colors of #3B062B
Black with #3B062B
Text Example
Text Example
White with #3B062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B062B; }
p { color: rgb(59,6,43); }
H1.HeaderClassName
{
color: #3B062B;
}
.AnyTagClassName
{
color: #3B062B;
}
</style>
background-color css
<style>
a { background-color: #3B062B; }
a { background-color: rgb(59,6,43); }
div.DivClassName
{
background-color: #3B062B;
}
.BgClassName
{
background-color: #3B062B;
}
</style>
border-color css
<style>
span { border-color: #3B062B; }
span { border-color: rgb(59,6,43); }
td.TdClassName
{
border-color: #3B062B;
}
.TagClassName
{
border-color: #3B062B;
}
</style>