Shades of Blackberry #3E0028
Tints of Blackberry #3E0028
RGB
CMYK
RGB Variations
Color information
#3E0028 (or 0x3E0028) is known color: Blackberry. HEX triplet: 3E, 00 and 28. RGB value is (62,0,40). Sum of RGB (Red+Green+Blue) = 62+0+40=102 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.78% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0028 is #C1FFD7. Grayscale: #171717. Windows color (decimal): -12713944 or 2621502. OLE color: 2621502.
HSL color Cylindrical-coordinate representation of color #3E0028: hue angle of 321.29º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0028 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.35 | 0.76 |
| HSL | 321.29º | 1% | 0.12% | - |
| HSV(B) | 321.29º | 1% | 0.24% | - |
| XYZ | 2.37 | 1.18 | 2.11 | - |
| YUV | 23.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 40 | 0 | 1 | 0.35 | 0.76 | 321.29 | 1 | 0.12 |
| Hex | 3E | 0 | 28 | 0 | 64 | 23 | 4C | 141 | 64 | C |
| Octal | 76 | 0 | 50 | 0 | 144 | 43 | 114 | 501 | 144 | 14 |
| Binary | 111110 | 0 | 101000 | 0 | 1100100 | 100011 | 1001100 | 101000001 | 1100100 | 1100 |
Color Harmonies of #3E0028
Complementary color
Monochromatic Colors of #3E0028
Black with #3E0028
Text Example
Text Example
White with #3E0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0028; }
p { color: rgb(62,0,40); }
H1.HeaderClassName
{
color: #3E0028;
}
.AnyTagClassName
{
color: #3E0028;
}
</style>
background-color css
<style>
a { background-color: #3E0028; }
a { background-color: rgb(62,0,40); }
div.DivClassName
{
background-color: #3E0028;
}
.BgClassName
{
background-color: #3E0028;
}
</style>
border-color css
<style>
span { border-color: #3E0028; }
span { border-color: rgb(62,0,40); }
td.TdClassName
{
border-color: #3E0028;
}
.TagClassName
{
border-color: #3E0028;
}
</style>