Shades of Blackberry #3E1628
Tints of Blackberry #3E1628
RGB
CMYK
RGB Variations
Color information
#3E1628 (or 0x3E1628) is known color: Blackberry. HEX triplet: 3E, 16 and 28. RGB value is (62,22,40). Sum of RGB (Red+Green+Blue) = 62+22+40=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1628 is #C1E9D7. Grayscale: #232323. Windows color (decimal): -12708312 or 2627134. OLE color: 2627134.
HSL color Cylindrical-coordinate representation of color #3E1628: hue angle of 333º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E1628 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 40 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.76 |
| HSL | 333º | 0.48% | 0.16% | - |
| HSV(B) | 333º | 0.65% | 0.24% | - |
| XYZ | 2.66 | 1.75 | 2.21 | - |
| YUV | 36.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 40 | 0 | 0.65 | 0.35 | 0.76 | 333 | 0.48 | 0.16 |
| Hex | 3E | 16 | 28 | 0 | 41 | 23 | 4C | 14D | 30 | 10 |
| Octal | 76 | 26 | 50 | 0 | 101 | 43 | 114 | 515 | 60 | 20 |
| Binary | 111110 | 10110 | 101000 | 0 | 1000001 | 100011 | 1001100 | 101001101 | 110000 | 10000 |
Color Harmonies of #3E1628
Complementary color
Monochromatic Colors of #3E1628
Black with #3E1628
Text Example
Text Example
White with #3E1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1628; }
p { color: rgb(62,22,40); }
H1.HeaderClassName
{
color: #3E1628;
}
.AnyTagClassName
{
color: #3E1628;
}
</style>
background-color css
<style>
a { background-color: #3E1628; }
a { background-color: rgb(62,22,40); }
div.DivClassName
{
background-color: #3E1628;
}
.BgClassName
{
background-color: #3E1628;
}
</style>
border-color css
<style>
span { border-color: #3E1628; }
span { border-color: rgb(62,22,40); }
td.TdClassName
{
border-color: #3E1628;
}
.TagClassName
{
border-color: #3E1628;
}
</style>