Shades of Blackberry #3E1830
Tints of Blackberry #3E1830
RGB
CMYK
RGB Variations
Color information
#3E1830 (or 0x3E1830) is known color: Blackberry. HEX triplet: 3E, 18 and 30. RGB value is (62,24,48). Sum of RGB (Red+Green+Blue) = 62+24+48=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1830 is #C1E7CF. Grayscale: #262626. Windows color (decimal): -12707792 or 3151934. OLE color: 3151934.
HSL color Cylindrical-coordinate representation of color #3E1830: hue angle of 322.11º 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 #3E1830 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 24 | 48 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.76 |
| HSL | 322.11º | 0.44% | 0.17% | - |
| HSV(B) | 322.11º | 0.61% | 0.24% | - |
| XYZ | 2.85 | 1.89 | 3.01 | - |
| YUV | 38.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 48 | 0 | 0.61 | 0.23 | 0.76 | 322.11 | 0.44 | 0.17 |
| Hex | 3E | 18 | 30 | 0 | 3D | 17 | 4C | 142 | 2C | 11 |
| Octal | 76 | 30 | 60 | 0 | 75 | 27 | 114 | 502 | 54 | 21 |
| Binary | 111110 | 11000 | 110000 | 0 | 111101 | 10111 | 1001100 | 101000010 | 101100 | 10001 |
Color Harmonies of #3E1830
Complementary color
Monochromatic Colors of #3E1830
Black with #3E1830
Text Example
Text Example
White with #3E1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1830; }
p { color: rgb(62,24,48); }
H1.HeaderClassName
{
color: #3E1830;
}
.AnyTagClassName
{
color: #3E1830;
}
</style>
background-color css
<style>
a { background-color: #3E1830; }
a { background-color: rgb(62,24,48); }
div.DivClassName
{
background-color: #3E1830;
}
.BgClassName
{
background-color: #3E1830;
}
</style>
border-color css
<style>
span { border-color: #3E1830; }
span { border-color: rgb(62,24,48); }
td.TdClassName
{
border-color: #3E1830;
}
.TagClassName
{
border-color: #3E1830;
}
</style>