Shades of Blackberry #3B1A30
Tints of Blackberry #3B1A30
RGB
CMYK
RGB Variations
Color information
#3B1A30 (or 0x3B1A30) is known color: Blackberry. HEX triplet: 3B, 1A and 30. RGB value is (59,26,48). Sum of RGB (Red+Green+Blue) = 59+26+48=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1A30 is #C4E5CF. Grayscale: #262626. Windows color (decimal): -12903888 or 3152443. OLE color: 3152443.
HSL color Cylindrical-coordinate representation of color #3B1A30: hue angle of 320º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B1A30 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 26 | 48 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.77 |
| HSL | 320º | 0.39% | 0.17% | - |
| HSV(B) | 320º | 0.56% | 0.23% | - |
| XYZ | 2.71 | 1.88 | 3.02 | - |
| YUV | 38.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 48 | 0 | 0.56 | 0.19 | 0.77 | 320 | 0.39 | 0.17 |
| Hex | 3B | 1A | 30 | 0 | 38 | 13 | 4D | 140 | 27 | 11 |
| Octal | 73 | 32 | 60 | 0 | 70 | 23 | 115 | 500 | 47 | 21 |
| Binary | 111011 | 11010 | 110000 | 0 | 111000 | 10011 | 1001101 | 101000000 | 100111 | 10001 |
Color Harmonies of #3B1A30
Complementary color
Monochromatic Colors of #3B1A30
Black with #3B1A30
Text Example
Text Example
White with #3B1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A30; }
p { color: rgb(59,26,48); }
H1.HeaderClassName
{
color: #3B1A30;
}
.AnyTagClassName
{
color: #3B1A30;
}
</style>
background-color css
<style>
a { background-color: #3B1A30; }
a { background-color: rgb(59,26,48); }
div.DivClassName
{
background-color: #3B1A30;
}
.BgClassName
{
background-color: #3B1A30;
}
</style>
border-color css
<style>
span { border-color: #3B1A30; }
span { border-color: rgb(59,26,48); }
td.TdClassName
{
border-color: #3B1A30;
}
.TagClassName
{
border-color: #3B1A30;
}
</style>