Shades of Blackberry #3E0926
Tints of Blackberry #3E0926
RGB
CMYK
RGB Variations
Color information
#3E0926 (or 0x3E0926) is known color: Blackberry. HEX triplet: 3E, 09 and 26. RGB value is (62,9,38). Sum of RGB (Red+Green+Blue) = 62+9+38=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0926 is #C1F6D9. Grayscale: #1C1C1C. Windows color (decimal): -12711642 or 2492734. OLE color: 2492734.
HSL color Cylindrical-coordinate representation of color #3E0926: hue angle of 327.17º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E0926 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 38 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.76 |
| HSL | 327.17º | 0.75% | 0.14% | - |
| HSV(B) | 327.17º | 0.85% | 0.24% | - |
| XYZ | 2.43 | 1.36 | 1.97 | - |
| YUV | 28.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 38 | 0 | 0.85 | 0.39 | 0.76 | 327.17 | 0.75 | 0.14 |
| Hex | 3E | 9 | 26 | 0 | 55 | 27 | 4C | 147 | 4B | E |
| Octal | 76 | 11 | 46 | 0 | 125 | 47 | 114 | 507 | 113 | 16 |
| Binary | 111110 | 1001 | 100110 | 0 | 1010101 | 100111 | 1001100 | 101000111 | 1001011 | 1110 |
Color Harmonies of #3E0926
Complementary color
Monochromatic Colors of #3E0926
Black with #3E0926
Text Example
Text Example
White with #3E0926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0926; }
p { color: rgb(62,9,38); }
H1.HeaderClassName
{
color: #3E0926;
}
.AnyTagClassName
{
color: #3E0926;
}
</style>
background-color css
<style>
a { background-color: #3E0926; }
a { background-color: rgb(62,9,38); }
div.DivClassName
{
background-color: #3E0926;
}
.BgClassName
{
background-color: #3E0926;
}
</style>
border-color css
<style>
span { border-color: #3E0926; }
span { border-color: rgb(62,9,38); }
td.TdClassName
{
border-color: #3E0926;
}
.TagClassName
{
border-color: #3E0926;
}
</style>