Shades of Blackberry #3E0929
Tints of Blackberry #3E0929
RGB
CMYK
RGB Variations
Color information
#3E0929 (or 0x3E0929) is known color: Blackberry. HEX triplet: 3E, 09 and 29. RGB value is (62,9,41). Sum of RGB (Red+Green+Blue) = 62+9+41=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0929 is #C1F6D6. Grayscale: #1C1C1C. Windows color (decimal): -12711639 or 2689342. OLE color: 2689342.
HSL color Cylindrical-coordinate representation of color #3E0929: hue angle of 323.77º 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 #3E0929 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 41 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.76 |
| HSL | 323.77º | 0.75% | 0.14% | - |
| HSV(B) | 323.77º | 0.85% | 0.24% | - |
| XYZ | 2.48 | 1.38 | 2.23 | - |
| YUV | 28.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 41 | 0 | 0.85 | 0.34 | 0.76 | 323.77 | 0.75 | 0.14 |
| Hex | 3E | 9 | 29 | 0 | 55 | 22 | 4C | 144 | 4B | E |
| Octal | 76 | 11 | 51 | 0 | 125 | 42 | 114 | 504 | 113 | 16 |
| Binary | 111110 | 1001 | 101001 | 0 | 1010101 | 100010 | 1001100 | 101000100 | 1001011 | 1110 |
Color Harmonies of #3E0929
Complementary color
Monochromatic Colors of #3E0929
Black with #3E0929
Text Example
Text Example
White with #3E0929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0929; }
p { color: rgb(62,9,41); }
H1.HeaderClassName
{
color: #3E0929;
}
.AnyTagClassName
{
color: #3E0929;
}
</style>
background-color css
<style>
a { background-color: #3E0929; }
a { background-color: rgb(62,9,41); }
div.DivClassName
{
background-color: #3E0929;
}
.BgClassName
{
background-color: #3E0929;
}
</style>
border-color css
<style>
span { border-color: #3E0929; }
span { border-color: rgb(62,9,41); }
td.TdClassName
{
border-color: #3E0929;
}
.TagClassName
{
border-color: #3E0929;
}
</style>