Shades of Blackberry #3E1832
Tints of Blackberry #3E1832
RGB
CMYK
RGB Variations
Color information
#3E1832 (or 0x3E1832) is known color: Blackberry. HEX triplet: 3E, 18 and 32. RGB value is (62,24,50). Sum of RGB (Red+Green+Blue) = 62+24+50=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1832 is #C1E7CD. Grayscale: #262626. Windows color (decimal): -12707790 or 3283006. OLE color: 3283006.
HSL color Cylindrical-coordinate representation of color #3E1832: hue angle of 318.95º 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 #3E1832 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 24 | 50 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.76 |
| HSL | 318.95º | 0.44% | 0.17% | - |
| HSV(B) | 318.95º | 0.61% | 0.24% | - |
| XYZ | 2.89 | 1.91 | 3.23 | - |
| YUV | 38.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 50 | 0 | 0.61 | 0.19 | 0.76 | 318.95 | 0.44 | 0.17 |
| Hex | 3E | 18 | 32 | 0 | 3D | 13 | 4C | 13F | 2C | 11 |
| Octal | 76 | 30 | 62 | 0 | 75 | 23 | 114 | 477 | 54 | 21 |
| Binary | 111110 | 11000 | 110010 | 0 | 111101 | 10011 | 1001100 | 100111111 | 101100 | 10001 |
Color Harmonies of #3E1832
Complementary color
Monochromatic Colors of #3E1832
Black with #3E1832
Text Example
Text Example
White with #3E1832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1832; }
p { color: rgb(62,24,50); }
H1.HeaderClassName
{
color: #3E1832;
}
.AnyTagClassName
{
color: #3E1832;
}
</style>
background-color css
<style>
a { background-color: #3E1832; }
a { background-color: rgb(62,24,50); }
div.DivClassName
{
background-color: #3E1832;
}
.BgClassName
{
background-color: #3E1832;
}
</style>
border-color css
<style>
span { border-color: #3E1832; }
span { border-color: rgb(62,24,50); }
td.TdClassName
{
border-color: #3E1832;
}
.TagClassName
{
border-color: #3E1832;
}
</style>