Shades of Blackberry #3B001E
Tints of Blackberry #3B001E
RGB
CMYK
RGB Variations
Color information
#3B001E (or 0x3B001E) is known color: Blackberry. HEX triplet: 3B, 00 and 1E. RGB value is (59,0,30). Sum of RGB (Red+Green+Blue) = 59+0+30=89 (11% of max value = 765). Red value is 59 (23.44% from 255 or 66.29% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 59 - color contains mainly: red. Hex color #3B001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B001E is #C4FFE1. Grayscale: #151515. Windows color (decimal): -12910562 or 1966139. OLE color: 1966139.
HSL color Cylindrical-coordinate representation of color #3B001E: hue angle of 329.49º 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 #3B001E is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.49 | 0.77 |
| HSL | 329.49º | 1% | 0.12% | - |
| HSV(B) | 329.49º | 1% | 0.23% | - |
| XYZ | 2.04 | 1.02 | 1.32 | - |
| YUV | 21.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 30 | 0 | 1 | 0.49 | 0.77 | 329.49 | 1 | 0.12 |
| Hex | 3B | 0 | 1E | 0 | 64 | 31 | 4D | 149 | 64 | C |
| Octal | 73 | 0 | 36 | 0 | 144 | 61 | 115 | 511 | 144 | 14 |
| Binary | 111011 | 0 | 11110 | 0 | 1100100 | 110001 | 1001101 | 101001001 | 1100100 | 1100 |
Color Harmonies of #3B001E
Complementary color
Monochromatic Colors of #3B001E
Black with #3B001E
Text Example
Text Example
White with #3B001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B001E; }
p { color: rgb(59,0,30); }
H1.HeaderClassName
{
color: #3B001E;
}
.AnyTagClassName
{
color: #3B001E;
}
</style>
background-color css
<style>
a { background-color: #3B001E; }
a { background-color: rgb(59,0,30); }
div.DivClassName
{
background-color: #3B001E;
}
.BgClassName
{
background-color: #3B001E;
}
</style>
border-color css
<style>
span { border-color: #3B001E; }
span { border-color: rgb(59,0,30); }
td.TdClassName
{
border-color: #3B001E;
}
.TagClassName
{
border-color: #3B001E;
}
</style>