Shades of Blackberry #3B051D
Tints of Blackberry #3B051D
RGB
CMYK
RGB Variations
Color information
#3B051D (or 0x3B051D) is known color: Blackberry. HEX triplet: 3B, 05 and 1D. RGB value is (59,5,29). Sum of RGB (Red+Green+Blue) = 59+5+29=93 (12% of max value = 765). Red value is 59 (23.44% from 255 or 63.44% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 59 - color contains mainly: red. Hex color #3B051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B051D is #C4FAE2. Grayscale: #171717. Windows color (decimal): -12909283 or 1901883. OLE color: 1901883.
HSL color Cylindrical-coordinate representation of color #3B051D: hue angle of 333.33º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B051D is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 5 | 29 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.77 |
| HSL | 333.33º | 0.84% | 0.13% | - |
| HSV(B) | 333.33º | 0.92% | 0.23% | - |
| XYZ | 2.08 | 1.13 | 1.27 | - |
| YUV | 23.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 29 | 0 | 0.92 | 0.51 | 0.77 | 333.33 | 0.84 | 0.13 |
| Hex | 3B | 5 | 1D | 0 | 5C | 33 | 4D | 14D | 54 | D |
| Octal | 73 | 5 | 35 | 0 | 134 | 63 | 115 | 515 | 124 | 15 |
| Binary | 111011 | 101 | 11101 | 0 | 1011100 | 110011 | 1001101 | 101001101 | 1010100 | 1101 |
Color Harmonies of #3B051D
Complementary color
Monochromatic Colors of #3B051D
Black with #3B051D
Text Example
Text Example
White with #3B051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B051D; }
p { color: rgb(59,5,29); }
H1.HeaderClassName
{
color: #3B051D;
}
.AnyTagClassName
{
color: #3B051D;
}
</style>
background-color css
<style>
a { background-color: #3B051D; }
a { background-color: rgb(59,5,29); }
div.DivClassName
{
background-color: #3B051D;
}
.BgClassName
{
background-color: #3B051D;
}
</style>
border-color css
<style>
span { border-color: #3B051D; }
span { border-color: rgb(59,5,29); }
td.TdClassName
{
border-color: #3B051D;
}
.TagClassName
{
border-color: #3B051D;
}
</style>