Shades of Blackberry #3E002B
Tints of Blackberry #3E002B
RGB
CMYK
RGB Variations
Color information
#3E002B (or 0x3E002B) is known color: Blackberry. HEX triplet: 3E, 00 and 2B. RGB value is (62,0,43). Sum of RGB (Red+Green+Blue) = 62+0+43=105 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.05% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 62 - color contains mainly: red. Hex color #3E002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E002B is #C1FFD4. Grayscale: #171717. Windows color (decimal): -12713941 or 2818110. OLE color: 2818110.
HSL color Cylindrical-coordinate representation of color #3E002B: hue angle of 318.39º 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 #3E002B is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.31 | 0.76 |
| HSL | 318.39º | 1% | 0.12% | - |
| HSV(B) | 318.39º | 1% | 0.24% | - |
| XYZ | 2.42 | 1.2 | 2.39 | - |
| YUV | 23.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 43 | 0 | 1 | 0.31 | 0.76 | 318.39 | 1 | 0.12 |
| Hex | 3E | 0 | 2B | 0 | 64 | 1F | 4C | 13E | 64 | C |
| Octal | 76 | 0 | 53 | 0 | 144 | 37 | 114 | 476 | 144 | 14 |
| Binary | 111110 | 0 | 101011 | 0 | 1100100 | 11111 | 1001100 | 100111110 | 1100100 | 1100 |
Color Harmonies of #3E002B
Complementary color
Monochromatic Colors of #3E002B
Black with #3E002B
Text Example
Text Example
White with #3E002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E002B; }
p { color: rgb(62,0,43); }
H1.HeaderClassName
{
color: #3E002B;
}
.AnyTagClassName
{
color: #3E002B;
}
</style>
background-color css
<style>
a { background-color: #3E002B; }
a { background-color: rgb(62,0,43); }
div.DivClassName
{
background-color: #3E002B;
}
.BgClassName
{
background-color: #3E002B;
}
</style>
border-color css
<style>
span { border-color: #3E002B; }
span { border-color: rgb(62,0,43); }
td.TdClassName
{
border-color: #3E002B;
}
.TagClassName
{
border-color: #3E002B;
}
</style>