Shades of Blackberry #3B011A
Tints of Blackberry #3B011A
RGB
CMYK
RGB Variations
Color information
#3B011A (or 0x3B011A) is known color: Blackberry. HEX triplet: 3B, 01 and 1A. RGB value is (59,1,26). Sum of RGB (Red+Green+Blue) = 59+1+26=86 (11% of max value = 765). Red value is 59 (23.44% from 255 or 68.60% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 59 - color contains mainly: red. Hex color #3B011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B011A is #C4FEE5. Grayscale: #151515. Windows color (decimal): -12910310 or 1704251. OLE color: 1704251.
HSL color Cylindrical-coordinate representation of color #3B011A: hue angle of 334.14º 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 #3B011A is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 26 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.77 |
| HSL | 334.14º | 0.97% | 0.12% | - |
| HSV(B) | 334.14º | 0.98% | 0.23% | - |
| XYZ | 2 | 1.03 | 1.07 | - |
| YUV | 21.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 26 | 0 | 0.98 | 0.56 | 0.77 | 334.14 | 0.97 | 0.12 |
| Hex | 3B | 1 | 1A | 0 | 62 | 38 | 4D | 14E | 61 | C |
| Octal | 73 | 1 | 32 | 0 | 142 | 70 | 115 | 516 | 141 | 14 |
| Binary | 111011 | 1 | 11010 | 0 | 1100010 | 111000 | 1001101 | 101001110 | 1100001 | 1100 |
Color Harmonies of #3B011A
Complementary color
Monochromatic Colors of #3B011A
Black with #3B011A
Text Example
Text Example
White with #3B011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B011A; }
p { color: rgb(59,1,26); }
H1.HeaderClassName
{
color: #3B011A;
}
.AnyTagClassName
{
color: #3B011A;
}
</style>
background-color css
<style>
a { background-color: #3B011A; }
a { background-color: rgb(59,1,26); }
div.DivClassName
{
background-color: #3B011A;
}
.BgClassName
{
background-color: #3B011A;
}
</style>
border-color css
<style>
span { border-color: #3B011A; }
span { border-color: rgb(59,1,26); }
td.TdClassName
{
border-color: #3B011A;
}
.TagClassName
{
border-color: #3B011A;
}
</style>