Shades of Blackberry #3E1828
Tints of Blackberry #3E1828
RGB
CMYK
RGB Variations
Color information
#3E1828 (or 0x3E1828) is known color: Blackberry. HEX triplet: 3E, 18 and 28. RGB value is (62,24,40). Sum of RGB (Red+Green+Blue) = 62+24+40=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1828 is #C1E7D7. Grayscale: #252525. Windows color (decimal): -12707800 or 2627646. OLE color: 2627646.
HSL color Cylindrical-coordinate representation of color #3E1828: hue angle of 334.74º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E1828 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 24 | 40 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.76 |
| HSL | 334.74º | 0.44% | 0.17% | - |
| HSV(B) | 334.74º | 0.61% | 0.24% | - |
| XYZ | 2.7 | 1.83 | 2.22 | - |
| YUV | 37.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 40 | 0 | 0.61 | 0.35 | 0.76 | 334.74 | 0.44 | 0.17 |
| Hex | 3E | 18 | 28 | 0 | 3D | 23 | 4C | 14F | 2C | 11 |
| Octal | 76 | 30 | 50 | 0 | 75 | 43 | 114 | 517 | 54 | 21 |
| Binary | 111110 | 11000 | 101000 | 0 | 111101 | 100011 | 1001100 | 101001111 | 101100 | 10001 |
Color Harmonies of #3E1828
Complementary color
Monochromatic Colors of #3E1828
Black with #3E1828
Text Example
Text Example
White with #3E1828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1828; }
p { color: rgb(62,24,40); }
H1.HeaderClassName
{
color: #3E1828;
}
.AnyTagClassName
{
color: #3E1828;
}
</style>
background-color css
<style>
a { background-color: #3E1828; }
a { background-color: rgb(62,24,40); }
div.DivClassName
{
background-color: #3E1828;
}
.BgClassName
{
background-color: #3E1828;
}
</style>
border-color css
<style>
span { border-color: #3E1828; }
span { border-color: rgb(62,24,40); }
td.TdClassName
{
border-color: #3E1828;
}
.TagClassName
{
border-color: #3E1828;
}
</style>