Shades of Blackberry #3A051D
Tints of Blackberry #3A051D
RGB
CMYK
RGB Variations
Color information
#3A051D (or 0x3A051D) is known color: Blackberry. HEX triplet: 3A, 05 and 1D. RGB value is (58,5,29). Sum of RGB (Red+Green+Blue) = 58+5+29=92 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.04% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 58 - color contains mainly: red. Hex color #3A051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A051D is #C5FAE2. Grayscale: #171717. Windows color (decimal): -12974819 or 1901882. OLE color: 1901882.
HSL color Cylindrical-coordinate representation of color #3A051D: hue angle of 332.83º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A051D is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 5 | 29 | - |
| CMYK | 0 | 0.91 | 0.5 | 0.77 |
| HSL | 332.83º | 0.84% | 0.12% | - |
| HSV(B) | 332.83º | 0.91% | 0.23% | - |
| XYZ | 2.02 | 1.1 | 1.27 | - |
| YUV | 23.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 29 | 0 | 0.91 | 0.5 | 0.77 | 332.83 | 0.84 | 0.12 |
| Hex | 3A | 5 | 1D | 0 | 5B | 32 | 4D | 14D | 54 | C |
| Octal | 72 | 5 | 35 | 0 | 133 | 62 | 115 | 515 | 124 | 14 |
| Binary | 111010 | 101 | 11101 | 0 | 1011011 | 110010 | 1001101 | 101001101 | 1010100 | 1100 |
Color Harmonies of #3A051D
Complementary color
Monochromatic Colors of #3A051D
Black with #3A051D
Text Example
Text Example
White with #3A051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A051D; }
p { color: rgb(58,5,29); }
H1.HeaderClassName
{
color: #3A051D;
}
.AnyTagClassName
{
color: #3A051D;
}
</style>
background-color css
<style>
a { background-color: #3A051D; }
a { background-color: rgb(58,5,29); }
div.DivClassName
{
background-color: #3A051D;
}
.BgClassName
{
background-color: #3A051D;
}
</style>
border-color css
<style>
span { border-color: #3A051D; }
span { border-color: rgb(58,5,29); }
td.TdClassName
{
border-color: #3A051D;
}
.TagClassName
{
border-color: #3A051D;
}
</style>