Shades of Blackberry #3B0D26
Tints of Blackberry #3B0D26
RGB
CMYK
RGB Variations
Color information
#3B0D26 (or 0x3B0D26) is known color: Blackberry. HEX triplet: 3B, 0D and 26. RGB value is (59,13,38). Sum of RGB (Red+Green+Blue) = 59+13+38=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0D26 is #C4F2D9. Grayscale: #1D1D1D. Windows color (decimal): -12907226 or 2493755. OLE color: 2493755.
HSL color Cylindrical-coordinate representation of color #3B0D26: hue angle of 327.39º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B0D26 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 13 | 38 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.77 |
| HSL | 327.39º | 0.64% | 0.14% | - |
| HSV(B) | 327.39º | 0.78% | 0.23% | - |
| XYZ | 2.3 | 1.36 | 1.97 | - |
| YUV | 29.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 13 | 38 | 0 | 0.78 | 0.36 | 0.77 | 327.39 | 0.64 | 0.14 |
| Hex | 3B | D | 26 | 0 | 4E | 24 | 4D | 147 | 40 | E |
| Octal | 73 | 15 | 46 | 0 | 116 | 44 | 115 | 507 | 100 | 16 |
| Binary | 111011 | 1101 | 100110 | 0 | 1001110 | 100100 | 1001101 | 101000111 | 1000000 | 1110 |
Color Harmonies of #3B0D26
Complementary color
Monochromatic Colors of #3B0D26
Black with #3B0D26
Text Example
Text Example
White with #3B0D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0D26; }
p { color: rgb(59,13,38); }
H1.HeaderClassName
{
color: #3B0D26;
}
.AnyTagClassName
{
color: #3B0D26;
}
</style>
background-color css
<style>
a { background-color: #3B0D26; }
a { background-color: rgb(59,13,38); }
div.DivClassName
{
background-color: #3B0D26;
}
.BgClassName
{
background-color: #3B0D26;
}
</style>
border-color css
<style>
span { border-color: #3B0D26; }
span { border-color: rgb(59,13,38); }
td.TdClassName
{
border-color: #3B0D26;
}
.TagClassName
{
border-color: #3B0D26;
}
</style>