Shades of Blackberry #3E012D
Tints of Blackberry #3E012D
RGB
CMYK
RGB Variations
Color information
#3E012D (or 0x3E012D) is known color: Blackberry. HEX triplet: 3E, 01 and 2D. RGB value is (62,1,45). Sum of RGB (Red+Green+Blue) = 62+1+45=108 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.41% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 62 - color contains mainly: red. Hex color #3E012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E012D is #C1FED2. Grayscale: #181818. Windows color (decimal): -12713683 or 2949438. OLE color: 2949438.
HSL color Cylindrical-coordinate representation of color #3E012D: hue angle of 316.72º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E012D is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 45 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.76 |
| HSL | 316.72º | 0.97% | 0.12% | - |
| HSV(B) | 316.72º | 0.98% | 0.24% | - |
| XYZ | 2.47 | 1.24 | 2.59 | - |
| YUV | 24.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 45 | 0 | 0.98 | 0.27 | 0.76 | 316.72 | 0.97 | 0.12 |
| Hex | 3E | 1 | 2D | 0 | 62 | 1B | 4C | 13D | 61 | C |
| Octal | 76 | 1 | 55 | 0 | 142 | 33 | 114 | 475 | 141 | 14 |
| Binary | 111110 | 1 | 101101 | 0 | 1100010 | 11011 | 1001100 | 100111101 | 1100001 | 1100 |
Color Harmonies of #3E012D
Complementary color
Monochromatic Colors of #3E012D
Black with #3E012D
Text Example
Text Example
White with #3E012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E012D; }
p { color: rgb(62,1,45); }
H1.HeaderClassName
{
color: #3E012D;
}
.AnyTagClassName
{
color: #3E012D;
}
</style>
background-color css
<style>
a { background-color: #3E012D; }
a { background-color: rgb(62,1,45); }
div.DivClassName
{
background-color: #3E012D;
}
.BgClassName
{
background-color: #3E012D;
}
</style>
border-color css
<style>
span { border-color: #3E012D; }
span { border-color: rgb(62,1,45); }
td.TdClassName
{
border-color: #3E012D;
}
.TagClassName
{
border-color: #3E012D;
}
</style>