Shades of Blackberry #3E0421
Tints of Blackberry #3E0421
RGB
CMYK
RGB Variations
Color information
#3E0421 (or 0x3E0421) is known color: Blackberry. HEX triplet: 3E, 04 and 21. RGB value is (62,4,33). Sum of RGB (Red+Green+Blue) = 62+4+33=99 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62.63% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0421 is #C1FBDE. Grayscale: #181818. Windows color (decimal): -12712927 or 2163774. OLE color: 2163774.
HSL color Cylindrical-coordinate representation of color #3E0421: hue angle of 330º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0421 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 33 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.76 |
| HSL | 330º | 0.88% | 0.13% | - |
| HSV(B) | 330º | 0.94% | 0.24% | - |
| XYZ | 2.3 | 1.22 | 1.55 | - |
| YUV | 24.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 33 | 0 | 0.94 | 0.47 | 0.76 | 330 | 0.88 | 0.13 |
| Hex | 3E | 4 | 21 | 0 | 5E | 2F | 4C | 14A | 58 | D |
| Octal | 76 | 4 | 41 | 0 | 136 | 57 | 114 | 512 | 130 | 15 |
| Binary | 111110 | 100 | 100001 | 0 | 1011110 | 101111 | 1001100 | 101001010 | 1011000 | 1101 |
Color Harmonies of #3E0421
Complementary color
Monochromatic Colors of #3E0421
Black with #3E0421
Text Example
Text Example
White with #3E0421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0421; }
p { color: rgb(62,4,33); }
H1.HeaderClassName
{
color: #3E0421;
}
.AnyTagClassName
{
color: #3E0421;
}
</style>
background-color css
<style>
a { background-color: #3E0421; }
a { background-color: rgb(62,4,33); }
div.DivClassName
{
background-color: #3E0421;
}
.BgClassName
{
background-color: #3E0421;
}
</style>
border-color css
<style>
span { border-color: #3E0421; }
span { border-color: rgb(62,4,33); }
td.TdClassName
{
border-color: #3E0421;
}
.TagClassName
{
border-color: #3E0421;
}
</style>