Shades of Blackberry #3B032D
Tints of Blackberry #3B032D
RGB
CMYK
RGB Variations
Color information
#3B032D (or 0x3B032D) is known color: Blackberry. HEX triplet: 3B, 03 and 2D. RGB value is (59,3,45). Sum of RGB (Red+Green+Blue) = 59+3+45=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B032D is #C4FCD2. Grayscale: #181818. Windows color (decimal): -12909779 or 2949947. OLE color: 2949947.
HSL color Cylindrical-coordinate representation of color #3B032D: hue angle of 315º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B032D is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 3 | 45 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.77 |
| HSL | 315º | 0.9% | 0.12% | - |
| HSV(B) | 315º | 0.95% | 0.23% | - |
| XYZ | 2.31 | 1.18 | 2.59 | - |
| YUV | 24.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 45 | 0 | 0.95 | 0.24 | 0.77 | 315 | 0.9 | 0.12 |
| Hex | 3B | 3 | 2D | 0 | 5F | 18 | 4D | 13B | 5A | C |
| Octal | 73 | 3 | 55 | 0 | 137 | 30 | 115 | 473 | 132 | 14 |
| Binary | 111011 | 11 | 101101 | 0 | 1011111 | 11000 | 1001101 | 100111011 | 1011010 | 1100 |
Color Harmonies of #3B032D
Complementary color
Monochromatic Colors of #3B032D
Black with #3B032D
Text Example
Text Example
White with #3B032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B032D; }
p { color: rgb(59,3,45); }
H1.HeaderClassName
{
color: #3B032D;
}
.AnyTagClassName
{
color: #3B032D;
}
</style>
background-color css
<style>
a { background-color: #3B032D; }
a { background-color: rgb(59,3,45); }
div.DivClassName
{
background-color: #3B032D;
}
.BgClassName
{
background-color: #3B032D;
}
</style>
border-color css
<style>
span { border-color: #3B032D; }
span { border-color: rgb(59,3,45); }
td.TdClassName
{
border-color: #3B032D;
}
.TagClassName
{
border-color: #3B032D;
}
</style>