Shades of Blackberry #3B002A
Tints of Blackberry #3B002A
RGB
CMYK
RGB Variations
Color information
#3B002A (or 0x3B002A) is known color: Blackberry. HEX triplet: 3B, 00 and 2A. RGB value is (59,0,42). Sum of RGB (Red+Green+Blue) = 59+0+42=101 (13% of max value = 765). Red value is 59 (23.44% from 255 or 58.42% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 59 - color contains mainly: red. Hex color #3B002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B002A is #C4FFD5. Grayscale: #161616. Windows color (decimal): -12910550 or 2752571. OLE color: 2752571.
HSL color Cylindrical-coordinate representation of color #3B002A: hue angle of 317.29º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B002A is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.29 | 0.77 |
| HSL | 317.29º | 1% | 0.12% | - |
| HSV(B) | 317.29º | 1% | 0.23% | - |
| XYZ | 2.22 | 1.1 | 2.29 | - |
| YUV | 22.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 42 | 0 | 1 | 0.29 | 0.77 | 317.29 | 1 | 0.12 |
| Hex | 3B | 0 | 2A | 0 | 64 | 1D | 4D | 13D | 64 | C |
| Octal | 73 | 0 | 52 | 0 | 144 | 35 | 115 | 475 | 144 | 14 |
| Binary | 111011 | 0 | 101010 | 0 | 1100100 | 11101 | 1001101 | 100111101 | 1100100 | 1100 |
Color Harmonies of #3B002A
Complementary color
Monochromatic Colors of #3B002A
Black with #3B002A
Text Example
Text Example
White with #3B002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B002A; }
p { color: rgb(59,0,42); }
H1.HeaderClassName
{
color: #3B002A;
}
.AnyTagClassName
{
color: #3B002A;
}
</style>
background-color css
<style>
a { background-color: #3B002A; }
a { background-color: rgb(59,0,42); }
div.DivClassName
{
background-color: #3B002A;
}
.BgClassName
{
background-color: #3B002A;
}
</style>
border-color css
<style>
span { border-color: #3B002A; }
span { border-color: rgb(59,0,42); }
td.TdClassName
{
border-color: #3B002A;
}
.TagClassName
{
border-color: #3B002A;
}
</style>