Shades of Blackberry #3E011C
Tints of Blackberry #3E011C
RGB
CMYK
RGB Variations
Color information
#3E011C (or 0x3E011C) is known color: Blackberry. HEX triplet: 3E, 01 and 1C. RGB value is (62,1,28). Sum of RGB (Red+Green+Blue) = 62+1+28=91 (12% of max value = 765). Red value is 62 (24.61% from 255 or 68.13% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 62 - color contains mainly: red. Hex color #3E011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E011C is #C1FEE3. Grayscale: #161616. Windows color (decimal): -12713700 or 1835326. OLE color: 1835326.
HSL color Cylindrical-coordinate representation of color #3E011C: hue angle of 333.44º 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 #3E011C is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 28 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.76 |
| HSL | 333.44º | 0.97% | 0.12% | - |
| HSV(B) | 333.44º | 0.98% | 0.24% | - |
| XYZ | 2.21 | 1.13 | 1.2 | - |
| YUV | 22.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 28 | 0 | 0.98 | 0.55 | 0.76 | 333.44 | 0.97 | 0.12 |
| Hex | 3E | 1 | 1C | 0 | 62 | 37 | 4C | 14D | 61 | C |
| Octal | 76 | 1 | 34 | 0 | 142 | 67 | 114 | 515 | 141 | 14 |
| Binary | 111110 | 1 | 11100 | 0 | 1100010 | 110111 | 1001100 | 101001101 | 1100001 | 1100 |
Color Harmonies of #3E011C
Complementary color
Monochromatic Colors of #3E011C
Black with #3E011C
Text Example
Text Example
White with #3E011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E011C; }
p { color: rgb(62,1,28); }
H1.HeaderClassName
{
color: #3E011C;
}
.AnyTagClassName
{
color: #3E011C;
}
</style>
background-color css
<style>
a { background-color: #3E011C; }
a { background-color: rgb(62,1,28); }
div.DivClassName
{
background-color: #3E011C;
}
.BgClassName
{
background-color: #3E011C;
}
</style>
border-color css
<style>
span { border-color: #3E011C; }
span { border-color: rgb(62,1,28); }
td.TdClassName
{
border-color: #3E011C;
}
.TagClassName
{
border-color: #3E011C;
}
</style>