Shades of Blackberry #3E0928
Tints of Blackberry #3E0928
RGB
CMYK
RGB Variations
Color information
#3E0928 (or 0x3E0928) is known color: Blackberry. HEX triplet: 3E, 09 and 28. RGB value is (62,9,40). Sum of RGB (Red+Green+Blue) = 62+9+40=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0928 is #C1F6D7. Grayscale: #1C1C1C. Windows color (decimal): -12711640 or 2623806. OLE color: 2623806.
HSL color Cylindrical-coordinate representation of color #3E0928: hue angle of 324.91º 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 #3E0928 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 40 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.76 |
| HSL | 324.91º | 0.75% | 0.14% | - |
| HSV(B) | 324.91º | 0.85% | 0.24% | - |
| XYZ | 2.47 | 1.37 | 2.14 | - |
| YUV | 28.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 40 | 0 | 0.85 | 0.35 | 0.76 | 324.91 | 0.75 | 0.14 |
| Hex | 3E | 9 | 28 | 0 | 55 | 23 | 4C | 145 | 4B | E |
| Octal | 76 | 11 | 50 | 0 | 125 | 43 | 114 | 505 | 113 | 16 |
| Binary | 111110 | 1001 | 101000 | 0 | 1010101 | 100011 | 1001100 | 101000101 | 1001011 | 1110 |
Color Harmonies of #3E0928
Complementary color
Monochromatic Colors of #3E0928
Black with #3E0928
Text Example
Text Example
White with #3E0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0928; }
p { color: rgb(62,9,40); }
H1.HeaderClassName
{
color: #3E0928;
}
.AnyTagClassName
{
color: #3E0928;
}
</style>
background-color css
<style>
a { background-color: #3E0928; }
a { background-color: rgb(62,9,40); }
div.DivClassName
{
background-color: #3E0928;
}
.BgClassName
{
background-color: #3E0928;
}
</style>
border-color css
<style>
span { border-color: #3E0928; }
span { border-color: rgb(62,9,40); }
td.TdClassName
{
border-color: #3E0928;
}
.TagClassName
{
border-color: #3E0928;
}
</style>