Shades of Blackberry #3B012E
Tints of Blackberry #3B012E
RGB
CMYK
RGB Variations
Color information
#3B012E (or 0x3B012E) is known color: Blackberry. HEX triplet: 3B, 01 and 2E. RGB value is (59,1,46). Sum of RGB (Red+Green+Blue) = 59+1+46=106 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.66% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 59 - color contains mainly: red. Hex color #3B012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B012E is #C4FED1. Grayscale: #171717. Windows color (decimal): -12910290 or 3014971. OLE color: 3014971.
HSL color Cylindrical-coordinate representation of color #3B012E: hue angle of 313.45º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B012E is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 46 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.77 |
| HSL | 313.45º | 0.97% | 0.12% | - |
| HSV(B) | 313.45º | 0.98% | 0.23% | - |
| XYZ | 2.31 | 1.15 | 2.68 | - |
| YUV | 23.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 46 | 0 | 0.98 | 0.22 | 0.77 | 313.45 | 0.97 | 0.12 |
| Hex | 3B | 1 | 2E | 0 | 62 | 16 | 4D | 139 | 61 | C |
| Octal | 73 | 1 | 56 | 0 | 142 | 26 | 115 | 471 | 141 | 14 |
| Binary | 111011 | 1 | 101110 | 0 | 1100010 | 10110 | 1001101 | 100111001 | 1100001 | 1100 |
Color Harmonies of #3B012E
Complementary color
Monochromatic Colors of #3B012E
Black with #3B012E
Text Example
Text Example
White with #3B012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B012E; }
p { color: rgb(59,1,46); }
H1.HeaderClassName
{
color: #3B012E;
}
.AnyTagClassName
{
color: #3B012E;
}
</style>
background-color css
<style>
a { background-color: #3B012E; }
a { background-color: rgb(59,1,46); }
div.DivClassName
{
background-color: #3B012E;
}
.BgClassName
{
background-color: #3B012E;
}
</style>
border-color css
<style>
span { border-color: #3B012E; }
span { border-color: rgb(59,1,46); }
td.TdClassName
{
border-color: #3B012E;
}
.TagClassName
{
border-color: #3B012E;
}
</style>