Shades of Blackberry #3E021A
Tints of Blackberry #3E021A
RGB
CMYK
RGB Variations
Color information
#3E021A (or 0x3E021A) is known color: Blackberry. HEX triplet: 3E, 02 and 1A. RGB value is (62,2,26). Sum of RGB (Red+Green+Blue) = 62+2+26=90 (11% of max value = 765). Red value is 62 (24.61% from 255 or 68.89% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 62 - color contains mainly: red. Hex color #3E021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E021A is #C1FDE5. Grayscale: #161616. Windows color (decimal): -12713446 or 1704510. OLE color: 1704510.
HSL color Cylindrical-coordinate representation of color #3E021A: hue angle of 336º 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 #3E021A is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 26 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.76 |
| HSL | 336º | 0.94% | 0.13% | - |
| HSV(B) | 336º | 0.97% | 0.24% | - |
| XYZ | 2.19 | 1.14 | 1.08 | - |
| YUV | 22.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 26 | 0 | 0.97 | 0.58 | 0.76 | 336 | 0.94 | 0.13 |
| Hex | 3E | 2 | 1A | 0 | 61 | 3A | 4C | 150 | 5E | D |
| Octal | 76 | 2 | 32 | 0 | 141 | 72 | 114 | 520 | 136 | 15 |
| Binary | 111110 | 10 | 11010 | 0 | 1100001 | 111010 | 1001100 | 101010000 | 1011110 | 1101 |
Color Harmonies of #3E021A
Complementary color
Monochromatic Colors of #3E021A
Black with #3E021A
Text Example
Text Example
White with #3E021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E021A; }
p { color: rgb(62,2,26); }
H1.HeaderClassName
{
color: #3E021A;
}
.AnyTagClassName
{
color: #3E021A;
}
</style>
background-color css
<style>
a { background-color: #3E021A; }
a { background-color: rgb(62,2,26); }
div.DivClassName
{
background-color: #3E021A;
}
.BgClassName
{
background-color: #3E021A;
}
</style>
border-color css
<style>
span { border-color: #3E021A; }
span { border-color: rgb(62,2,26); }
td.TdClassName
{
border-color: #3E021A;
}
.TagClassName
{
border-color: #3E021A;
}
</style>