Shades of Blackberry #3B0124
Tints of Blackberry #3B0124
RGB
CMYK
RGB Variations
Color information
#3B0124 (or 0x3B0124) is known color: Blackberry. HEX triplet: 3B, 01 and 24. RGB value is (59,1,36). Sum of RGB (Red+Green+Blue) = 59+1+36=96 (12% of max value = 765). Red value is 59 (23.44% from 255 or 61.46% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0124 is #C4FEDB. Grayscale: #161616. Windows color (decimal): -12910300 or 2359611. OLE color: 2359611.
HSL color Cylindrical-coordinate representation of color #3B0124: hue angle of 323.79º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0124 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 36 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.77 |
| HSL | 323.79º | 0.97% | 0.12% | - |
| HSV(B) | 323.79º | 0.98% | 0.23% | - |
| XYZ | 2.13 | 1.08 | 1.76 | - |
| YUV | 22.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 36 | 0 | 0.98 | 0.39 | 0.77 | 323.79 | 0.97 | 0.12 |
| Hex | 3B | 1 | 24 | 0 | 62 | 27 | 4D | 144 | 61 | C |
| Octal | 73 | 1 | 44 | 0 | 142 | 47 | 115 | 504 | 141 | 14 |
| Binary | 111011 | 1 | 100100 | 0 | 1100010 | 100111 | 1001101 | 101000100 | 1100001 | 1100 |
Color Harmonies of #3B0124
Complementary color
Monochromatic Colors of #3B0124
Black with #3B0124
Text Example
Text Example
White with #3B0124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0124; }
p { color: rgb(59,1,36); }
H1.HeaderClassName
{
color: #3B0124;
}
.AnyTagClassName
{
color: #3B0124;
}
</style>
background-color css
<style>
a { background-color: #3B0124; }
a { background-color: rgb(59,1,36); }
div.DivClassName
{
background-color: #3B0124;
}
.BgClassName
{
background-color: #3B0124;
}
</style>
border-color css
<style>
span { border-color: #3B0124; }
span { border-color: rgb(59,1,36); }
td.TdClassName
{
border-color: #3B0124;
}
.TagClassName
{
border-color: #3B0124;
}
</style>