Shades of Blackberry #3E1333
Tints of Blackberry #3E1333
RGB
CMYK
RGB Variations
Color information
#3E1333 (or 0x3E1333) is known color: Blackberry. HEX triplet: 3E, 13 and 33. RGB value is (62,19,51). Sum of RGB (Red+Green+Blue) = 62+19+51=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1333 is #C1ECCC. Grayscale: #232323. Windows color (decimal): -12709069 or 3347262. OLE color: 3347262.
HSL color Cylindrical-coordinate representation of color #3E1333: hue angle of 315.35º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E1333 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 51 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.76 |
| HSL | 315.35º | 0.53% | 0.16% | - |
| HSV(B) | 315.35º | 0.69% | 0.24% | - |
| XYZ | 2.82 | 1.73 | 3.32 | - |
| YUV | 35.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 51 | 0 | 0.69 | 0.18 | 0.76 | 315.35 | 0.53 | 0.16 |
| Hex | 3E | 13 | 33 | 0 | 45 | 12 | 4C | 13B | 35 | 10 |
| Octal | 76 | 23 | 63 | 0 | 105 | 22 | 114 | 473 | 65 | 20 |
| Binary | 111110 | 10011 | 110011 | 0 | 1000101 | 10010 | 1001100 | 100111011 | 110101 | 10000 |
Color Harmonies of #3E1333
Complementary color
Monochromatic Colors of #3E1333
Black with #3E1333
Text Example
Text Example
White with #3E1333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1333; }
p { color: rgb(62,19,51); }
H1.HeaderClassName
{
color: #3E1333;
}
.AnyTagClassName
{
color: #3E1333;
}
</style>
background-color css
<style>
a { background-color: #3E1333; }
a { background-color: rgb(62,19,51); }
div.DivClassName
{
background-color: #3E1333;
}
.BgClassName
{
background-color: #3E1333;
}
</style>
border-color css
<style>
span { border-color: #3E1333; }
span { border-color: rgb(62,19,51); }
td.TdClassName
{
border-color: #3E1333;
}
.TagClassName
{
border-color: #3E1333;
}
</style>