Shades of Blackberry #3E0230
Tints of Blackberry #3E0230
RGB
CMYK
RGB Variations
Color information
#3E0230 (or 0x3E0230) is known color: Blackberry. HEX triplet: 3E, 02 and 30. RGB value is (62,2,48). Sum of RGB (Red+Green+Blue) = 62+2+48=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0230 is #C1FDCF. Grayscale: #191919. Windows color (decimal): -12713424 or 3146302. OLE color: 3146302.
HSL color Cylindrical-coordinate representation of color #3E0230: hue angle of 314º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0230 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 48 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.76 |
| HSL | 314º | 0.94% | 0.13% | - |
| HSV(B) | 314º | 0.97% | 0.24% | - |
| XYZ | 2.54 | 1.28 | 2.91 | - |
| YUV | 25.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 48 | 0 | 0.97 | 0.23 | 0.76 | 314 | 0.94 | 0.13 |
| Hex | 3E | 2 | 30 | 0 | 61 | 17 | 4C | 13A | 5E | D |
| Octal | 76 | 2 | 60 | 0 | 141 | 27 | 114 | 472 | 136 | 15 |
| Binary | 111110 | 10 | 110000 | 0 | 1100001 | 10111 | 1001100 | 100111010 | 1011110 | 1101 |
Color Harmonies of #3E0230
Complementary color
Monochromatic Colors of #3E0230
Black with #3E0230
Text Example
Text Example
White with #3E0230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0230; }
p { color: rgb(62,2,48); }
H1.HeaderClassName
{
color: #3E0230;
}
.AnyTagClassName
{
color: #3E0230;
}
</style>
background-color css
<style>
a { background-color: #3E0230; }
a { background-color: rgb(62,2,48); }
div.DivClassName
{
background-color: #3E0230;
}
.BgClassName
{
background-color: #3E0230;
}
</style>
border-color css
<style>
span { border-color: #3E0230; }
span { border-color: rgb(62,2,48); }
td.TdClassName
{
border-color: #3E0230;
}
.TagClassName
{
border-color: #3E0230;
}
</style>