Shades of Blackberry #3E0133
Tints of Blackberry #3E0133
RGB
CMYK
RGB Variations
Color information
#3E0133 (or 0x3E0133) is known color: Blackberry. HEX triplet: 3E, 01 and 33. RGB value is (62,1,51). Sum of RGB (Red+Green+Blue) = 62+1+51=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0133 is #C1FECC. Grayscale: #181818. Windows color (decimal): -12713677 or 3342654. OLE color: 3342654.
HSL color Cylindrical-coordinate representation of color #3E0133: hue angle of 310.82º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E0133 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 51 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.76 |
| HSL | 310.82º | 0.97% | 0.12% | - |
| HSV(B) | 310.82º | 0.98% | 0.24% | - |
| XYZ | 2.6 | 1.28 | 3.24 | - |
| YUV | 24.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 51 | 0 | 0.98 | 0.18 | 0.76 | 310.82 | 0.97 | 0.12 |
| Hex | 3E | 1 | 33 | 0 | 62 | 12 | 4C | 137 | 61 | C |
| Octal | 76 | 1 | 63 | 0 | 142 | 22 | 114 | 467 | 141 | 14 |
| Binary | 111110 | 1 | 110011 | 0 | 1100010 | 10010 | 1001100 | 100110111 | 1100001 | 1100 |
Color Harmonies of #3E0133
Complementary color
Monochromatic Colors of #3E0133
Black with #3E0133
Text Example
Text Example
White with #3E0133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0133; }
p { color: rgb(62,1,51); }
H1.HeaderClassName
{
color: #3E0133;
}
.AnyTagClassName
{
color: #3E0133;
}
</style>
background-color css
<style>
a { background-color: #3E0133; }
a { background-color: rgb(62,1,51); }
div.DivClassName
{
background-color: #3E0133;
}
.BgClassName
{
background-color: #3E0133;
}
</style>
border-color css
<style>
span { border-color: #3E0133; }
span { border-color: rgb(62,1,51); }
td.TdClassName
{
border-color: #3E0133;
}
.TagClassName
{
border-color: #3E0133;
}
</style>