Shades of Blackberry #3E0228
Tints of Blackberry #3E0228
RGB
CMYK
RGB Variations
Color information
#3E0228 (or 0x3E0228) is known color: Blackberry. HEX triplet: 3E, 02 and 28. RGB value is (62,2,40). Sum of RGB (Red+Green+Blue) = 62+2+40=104 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.62% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0228 is #C1FDD7. Grayscale: #181818. Windows color (decimal): -12713432 or 2622014. OLE color: 2622014.
HSL color Cylindrical-coordinate representation of color #3E0228: hue angle of 322º 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 #3E0228 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 40 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.76 |
| HSL | 322º | 0.94% | 0.13% | - |
| HSV(B) | 322º | 0.97% | 0.24% | - |
| XYZ | 2.39 | 1.22 | 2.12 | - |
| YUV | 24.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 40 | 0 | 0.97 | 0.35 | 0.76 | 322 | 0.94 | 0.13 |
| Hex | 3E | 2 | 28 | 0 | 61 | 23 | 4C | 142 | 5E | D |
| Octal | 76 | 2 | 50 | 0 | 141 | 43 | 114 | 502 | 136 | 15 |
| Binary | 111110 | 10 | 101000 | 0 | 1100001 | 100011 | 1001100 | 101000010 | 1011110 | 1101 |
Color Harmonies of #3E0228
Complementary color
Monochromatic Colors of #3E0228
Black with #3E0228
Text Example
Text Example
White with #3E0228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0228; }
p { color: rgb(62,2,40); }
H1.HeaderClassName
{
color: #3E0228;
}
.AnyTagClassName
{
color: #3E0228;
}
</style>
background-color css
<style>
a { background-color: #3E0228; }
a { background-color: rgb(62,2,40); }
div.DivClassName
{
background-color: #3E0228;
}
.BgClassName
{
background-color: #3E0228;
}
</style>
border-color css
<style>
span { border-color: #3E0228; }
span { border-color: rgb(62,2,40); }
td.TdClassName
{
border-color: #3E0228;
}
.TagClassName
{
border-color: #3E0228;
}
</style>