Shades of Blackberry #3E1528
Tints of Blackberry #3E1528
RGB
CMYK
RGB Variations
Color information
#3E1528 (or 0x3E1528) is known color: Blackberry. HEX triplet: 3E, 15 and 28. RGB value is (62,21,40). Sum of RGB (Red+Green+Blue) = 62+21+40=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1528 is #C1EAD7. Grayscale: #232323. Windows color (decimal): -12708568 or 2626878. OLE color: 2626878.
HSL color Cylindrical-coordinate representation of color #3E1528: hue angle of 332.2º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E1528 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 40 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.76 |
| HSL | 332.2º | 0.49% | 0.16% | - |
| HSV(B) | 332.2º | 0.66% | 0.24% | - |
| XYZ | 2.64 | 1.71 | 2.2 | - |
| YUV | 35.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 40 | 0 | 0.66 | 0.35 | 0.76 | 332.2 | 0.49 | 0.16 |
| Hex | 3E | 15 | 28 | 0 | 42 | 23 | 4C | 14C | 31 | 10 |
| Octal | 76 | 25 | 50 | 0 | 102 | 43 | 114 | 514 | 61 | 20 |
| Binary | 111110 | 10101 | 101000 | 0 | 1000010 | 100011 | 1001100 | 101001100 | 110001 | 10000 |
Color Harmonies of #3E1528
Complementary color
Monochromatic Colors of #3E1528
Black with #3E1528
Text Example
Text Example
White with #3E1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1528; }
p { color: rgb(62,21,40); }
H1.HeaderClassName
{
color: #3E1528;
}
.AnyTagClassName
{
color: #3E1528;
}
</style>
background-color css
<style>
a { background-color: #3E1528; }
a { background-color: rgb(62,21,40); }
div.DivClassName
{
background-color: #3E1528;
}
.BgClassName
{
background-color: #3E1528;
}
</style>
border-color css
<style>
span { border-color: #3E1528; }
span { border-color: rgb(62,21,40); }
td.TdClassName
{
border-color: #3E1528;
}
.TagClassName
{
border-color: #3E1528;
}
</style>