Shades of Blackberry #3E0124
Tints of Blackberry #3E0124
RGB
CMYK
RGB Variations
Color information
#3E0124 (or 0x3E0124) is known color: Blackberry. HEX triplet: 3E, 01 and 24. RGB value is (62,1,36). Sum of RGB (Red+Green+Blue) = 62+1+36=99 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62.63% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0124 is #C1FEDB. Grayscale: #171717. Windows color (decimal): -12713692 or 2359614. OLE color: 2359614.
HSL color Cylindrical-coordinate representation of color #3E0124: hue angle of 325.57º 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 #3E0124 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 36 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.76 |
| HSL | 325.57º | 0.97% | 0.12% | - |
| HSV(B) | 325.57º | 0.98% | 0.24% | - |
| XYZ | 2.32 | 1.17 | 1.77 | - |
| YUV | 23.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 36 | 0 | 0.98 | 0.42 | 0.76 | 325.57 | 0.97 | 0.12 |
| Hex | 3E | 1 | 24 | 0 | 62 | 2A | 4C | 146 | 61 | C |
| Octal | 76 | 1 | 44 | 0 | 142 | 52 | 114 | 506 | 141 | 14 |
| Binary | 111110 | 1 | 100100 | 0 | 1100010 | 101010 | 1001100 | 101000110 | 1100001 | 1100 |
Color Harmonies of #3E0124
Complementary color
Monochromatic Colors of #3E0124
Black with #3E0124
Text Example
Text Example
White with #3E0124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0124; }
p { color: rgb(62,1,36); }
H1.HeaderClassName
{
color: #3E0124;
}
.AnyTagClassName
{
color: #3E0124;
}
</style>
background-color css
<style>
a { background-color: #3E0124; }
a { background-color: rgb(62,1,36); }
div.DivClassName
{
background-color: #3E0124;
}
.BgClassName
{
background-color: #3E0124;
}
</style>
border-color css
<style>
span { border-color: #3E0124; }
span { border-color: rgb(62,1,36); }
td.TdClassName
{
border-color: #3E0124;
}
.TagClassName
{
border-color: #3E0124;
}
</style>