Shades of Blackberry #3E012B
Tints of Blackberry #3E012B
RGB
CMYK
RGB Variations
Color information
#3E012B (or 0x3E012B) is known color: Blackberry. HEX triplet: 3E, 01 and 2B. RGB value is (62,1,43). Sum of RGB (Red+Green+Blue) = 62+1+43=106 (14% of max value = 765). Red value is 62 (24.61% from 255 or 58.49% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 62 - color contains mainly: red. Hex color #3E012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E012B is #C1FED4. Grayscale: #171717. Windows color (decimal): -12713685 or 2818366. OLE color: 2818366.
HSL color Cylindrical-coordinate representation of color #3E012B: hue angle of 318.69º 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 #3E012B is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 43 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.76 |
| HSL | 318.69º | 0.97% | 0.12% | - |
| HSV(B) | 318.69º | 0.98% | 0.24% | - |
| XYZ | 2.43 | 1.22 | 2.39 | - |
| YUV | 24.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 43 | 0 | 0.98 | 0.31 | 0.76 | 318.69 | 0.97 | 0.12 |
| Hex | 3E | 1 | 2B | 0 | 62 | 1F | 4C | 13F | 61 | C |
| Octal | 76 | 1 | 53 | 0 | 142 | 37 | 114 | 477 | 141 | 14 |
| Binary | 111110 | 1 | 101011 | 0 | 1100010 | 11111 | 1001100 | 100111111 | 1100001 | 1100 |
Color Harmonies of #3E012B
Complementary color
Monochromatic Colors of #3E012B
Black with #3E012B
Text Example
Text Example
White with #3E012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E012B; }
p { color: rgb(62,1,43); }
H1.HeaderClassName
{
color: #3E012B;
}
.AnyTagClassName
{
color: #3E012B;
}
</style>
background-color css
<style>
a { background-color: #3E012B; }
a { background-color: rgb(62,1,43); }
div.DivClassName
{
background-color: #3E012B;
}
.BgClassName
{
background-color: #3E012B;
}
</style>
border-color css
<style>
span { border-color: #3E012B; }
span { border-color: rgb(62,1,43); }
td.TdClassName
{
border-color: #3E012B;
}
.TagClassName
{
border-color: #3E012B;
}
</style>