Shades of Blackberry #3E0219
Tints of Blackberry #3E0219
RGB
CMYK
RGB Variations
Color information
#3E0219 (or 0x3E0219) is known color: Blackberry. HEX triplet: 3E, 02 and 19. RGB value is (62,2,25). Sum of RGB (Red+Green+Blue) = 62+2+25=89 (11% of max value = 765). Red value is 62 (24.61% from 255 or 69.66% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0219 is #C1FDE6. Grayscale: #161616. Windows color (decimal): -12713447 or 1638974. OLE color: 1638974.
HSL color Cylindrical-coordinate representation of color #3E0219: hue angle of 337º 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 #3E0219 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 25 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.76 |
| HSL | 337º | 0.94% | 0.13% | - |
| HSV(B) | 337º | 0.97% | 0.24% | - |
| XYZ | 2.18 | 1.14 | 1.02 | - |
| YUV | 22.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 25 | 0 | 0.97 | 0.60 | 0.76 | 337 | 0.94 | 0.13 |
| Hex | 3E | 2 | 19 | 0 | 61 | 3C | 4C | 151 | 5E | D |
| Octal | 76 | 2 | 31 | 0 | 141 | 74 | 114 | 521 | 136 | 15 |
| Binary | 111110 | 10 | 11001 | 0 | 1100001 | 111100 | 1001100 | 101010001 | 1011110 | 1101 |
Color Harmonies of #3E0219
Complementary color
Monochromatic Colors of #3E0219
Black with #3E0219
Text Example
Text Example
White with #3E0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0219; }
p { color: rgb(62,2,25); }
H1.HeaderClassName
{
color: #3E0219;
}
.AnyTagClassName
{
color: #3E0219;
}
</style>
background-color css
<style>
a { background-color: #3E0219; }
a { background-color: rgb(62,2,25); }
div.DivClassName
{
background-color: #3E0219;
}
.BgClassName
{
background-color: #3E0219;
}
</style>
border-color css
<style>
span { border-color: #3E0219; }
span { border-color: rgb(62,2,25); }
td.TdClassName
{
border-color: #3E0219;
}
.TagClassName
{
border-color: #3E0219;
}
</style>