Shades of Blackberry #3B001D
Tints of Blackberry #3B001D
RGB
CMYK
RGB Variations
Color information
#3B001D (or 0x3B001D) is known color: Blackberry. HEX triplet: 3B, 00 and 1D. RGB value is (59,0,29). Sum of RGB (Red+Green+Blue) = 59+0+29=88 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.05% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 59 - color contains mainly: red. Hex color #3B001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B001D is #C4FFE2. Grayscale: #141414. Windows color (decimal): -12910563 or 1900603. OLE color: 1900603.
HSL color Cylindrical-coordinate representation of color #3B001D: hue angle of 330.51º 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 #3B001D is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.51 | 0.77 |
| HSL | 330.51º | 1% | 0.12% | - |
| HSV(B) | 330.51º | 1% | 0.23% | - |
| XYZ | 2.03 | 1.02 | 1.25 | - |
| YUV | 20.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 29 | 0 | 1 | 0.51 | 0.77 | 330.51 | 1 | 0.12 |
| Hex | 3B | 0 | 1D | 0 | 64 | 33 | 4D | 14B | 64 | C |
| Octal | 73 | 0 | 35 | 0 | 144 | 63 | 115 | 513 | 144 | 14 |
| Binary | 111011 | 0 | 11101 | 0 | 1100100 | 110011 | 1001101 | 101001011 | 1100100 | 1100 |
Color Harmonies of #3B001D
Complementary color
Monochromatic Colors of #3B001D
Black with #3B001D
Text Example
Text Example
White with #3B001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B001D; }
p { color: rgb(59,0,29); }
H1.HeaderClassName
{
color: #3B001D;
}
.AnyTagClassName
{
color: #3B001D;
}
</style>
background-color css
<style>
a { background-color: #3B001D; }
a { background-color: rgb(59,0,29); }
div.DivClassName
{
background-color: #3B001D;
}
.BgClassName
{
background-color: #3B001D;
}
</style>
border-color css
<style>
span { border-color: #3B001D; }
span { border-color: rgb(59,0,29); }
td.TdClassName
{
border-color: #3B001D;
}
.TagClassName
{
border-color: #3B001D;
}
</style>