Shades of Blackberry #3B012A
Tints of Blackberry #3B012A
RGB
CMYK
RGB Variations
Color information
#3B012A (or 0x3B012A) is known color: Blackberry. HEX triplet: 3B, 01 and 2A. RGB value is (59,1,42). Sum of RGB (Red+Green+Blue) = 59+1+42=102 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.84% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 59 - color contains mainly: red. Hex color #3B012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B012A is #C4FED5. Grayscale: #161616. Windows color (decimal): -12910294 or 2752827. OLE color: 2752827.
HSL color Cylindrical-coordinate representation of color #3B012A: hue angle of 317.59º 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 #3B012A is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 42 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.77 |
| HSL | 317.59º | 0.97% | 0.12% | - |
| HSV(B) | 317.59º | 0.98% | 0.23% | - |
| XYZ | 2.23 | 1.12 | 2.29 | - |
| YUV | 23.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 42 | 0 | 0.98 | 0.29 | 0.77 | 317.59 | 0.97 | 0.12 |
| Hex | 3B | 1 | 2A | 0 | 62 | 1D | 4D | 13E | 61 | C |
| Octal | 73 | 1 | 52 | 0 | 142 | 35 | 115 | 476 | 141 | 14 |
| Binary | 111011 | 1 | 101010 | 0 | 1100010 | 11101 | 1001101 | 100111110 | 1100001 | 1100 |
Color Harmonies of #3B012A
Complementary color
Monochromatic Colors of #3B012A
Black with #3B012A
Text Example
Text Example
White with #3B012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B012A; }
p { color: rgb(59,1,42); }
H1.HeaderClassName
{
color: #3B012A;
}
.AnyTagClassName
{
color: #3B012A;
}
</style>
background-color css
<style>
a { background-color: #3B012A; }
a { background-color: rgb(59,1,42); }
div.DivClassName
{
background-color: #3B012A;
}
.BgClassName
{
background-color: #3B012A;
}
</style>
border-color css
<style>
span { border-color: #3B012A; }
span { border-color: rgb(59,1,42); }
td.TdClassName
{
border-color: #3B012A;
}
.TagClassName
{
border-color: #3B012A;
}
</style>