Shades of Blackberry #3E0B26
Tints of Blackberry #3E0B26
RGB
CMYK
RGB Variations
Color information
#3E0B26 (or 0x3E0B26) is known color: Blackberry. HEX triplet: 3E, 0B and 26. RGB value is (62,11,38). Sum of RGB (Red+Green+Blue) = 62+11+38=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0B26 is #C1F4D9. Grayscale: #1D1D1D. Windows color (decimal): -12711130 or 2493246. OLE color: 2493246.
HSL color Cylindrical-coordinate representation of color #3E0B26: hue angle of 328.24º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E0B26 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 11 | 38 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.76 |
| HSL | 328.24º | 0.7% | 0.14% | - |
| HSV(B) | 328.24º | 0.82% | 0.24% | - |
| XYZ | 2.46 | 1.4 | 1.98 | - |
| YUV | 29.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 38 | 0 | 0.82 | 0.39 | 0.76 | 328.24 | 0.7 | 0.14 |
| Hex | 3E | B | 26 | 0 | 52 | 27 | 4C | 148 | 46 | E |
| Octal | 76 | 13 | 46 | 0 | 122 | 47 | 114 | 510 | 106 | 16 |
| Binary | 111110 | 1011 | 100110 | 0 | 1010010 | 100111 | 1001100 | 101001000 | 1000110 | 1110 |
Color Harmonies of #3E0B26
Complementary color
Monochromatic Colors of #3E0B26
Black with #3E0B26
Text Example
Text Example
White with #3E0B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0B26; }
p { color: rgb(62,11,38); }
H1.HeaderClassName
{
color: #3E0B26;
}
.AnyTagClassName
{
color: #3E0B26;
}
</style>
background-color css
<style>
a { background-color: #3E0B26; }
a { background-color: rgb(62,11,38); }
div.DivClassName
{
background-color: #3E0B26;
}
.BgClassName
{
background-color: #3E0B26;
}
</style>
border-color css
<style>
span { border-color: #3E0B26; }
span { border-color: rgb(62,11,38); }
td.TdClassName
{
border-color: #3E0B26;
}
.TagClassName
{
border-color: #3E0B26;
}
</style>