Shades of Blackberry #3E011A
Tints of Blackberry #3E011A
RGB
CMYK
RGB Variations
Color information
#3E011A (or 0x3E011A) is known color: Blackberry. HEX triplet: 3E, 01 and 1A. RGB value is (62,1,26). Sum of RGB (Red+Green+Blue) = 62+1+26=89 (11% of max value = 765). Red value is 62 (24.61% from 255 or 69.66% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 62 - color contains mainly: red. Hex color #3E011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E011A is #C1FEE5. Grayscale: #161616. Windows color (decimal): -12713702 or 1704254. OLE color: 1704254.
HSL color Cylindrical-coordinate representation of color #3E011A: hue angle of 335.41º 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 #3E011A is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 26 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.76 |
| HSL | 335.41º | 0.97% | 0.12% | - |
| HSV(B) | 335.41º | 0.98% | 0.24% | - |
| XYZ | 2.18 | 1.12 | 1.08 | - |
| YUV | 22.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 26 | 0 | 0.98 | 0.58 | 0.76 | 335.41 | 0.97 | 0.12 |
| Hex | 3E | 1 | 1A | 0 | 62 | 3A | 4C | 14F | 61 | C |
| Octal | 76 | 1 | 32 | 0 | 142 | 72 | 114 | 517 | 141 | 14 |
| Binary | 111110 | 1 | 11010 | 0 | 1100010 | 111010 | 1001100 | 101001111 | 1100001 | 1100 |
Color Harmonies of #3E011A
Complementary color
Monochromatic Colors of #3E011A
Black with #3E011A
Text Example
Text Example
White with #3E011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E011A; }
p { color: rgb(62,1,26); }
H1.HeaderClassName
{
color: #3E011A;
}
.AnyTagClassName
{
color: #3E011A;
}
</style>
background-color css
<style>
a { background-color: #3E011A; }
a { background-color: rgb(62,1,26); }
div.DivClassName
{
background-color: #3E011A;
}
.BgClassName
{
background-color: #3E011A;
}
</style>
border-color css
<style>
span { border-color: #3E011A; }
span { border-color: rgb(62,1,26); }
td.TdClassName
{
border-color: #3E011A;
}
.TagClassName
{
border-color: #3E011A;
}
</style>