Shades of Blackberry #3E0125
Tints of Blackberry #3E0125
RGB
CMYK
RGB Variations
Color information
#3E0125 (or 0x3E0125) is known color: Blackberry. HEX triplet: 3E, 01 and 25. RGB value is (62,1,37). Sum of RGB (Red+Green+Blue) = 62+1+37=100 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0125 is #C1FEDA. Grayscale: #171717. Windows color (decimal): -12713691 or 2425150. OLE color: 2425150.
HSL color Cylindrical-coordinate representation of color #3E0125: hue angle of 324.59º 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 #3E0125 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 37 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.76 |
| HSL | 324.59º | 0.97% | 0.12% | - |
| HSV(B) | 324.59º | 0.98% | 0.24% | - |
| XYZ | 2.33 | 1.18 | 1.86 | - |
| YUV | 23.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 37 | 0 | 0.98 | 0.40 | 0.76 | 324.59 | 0.97 | 0.12 |
| Hex | 3E | 1 | 25 | 0 | 62 | 28 | 4C | 145 | 61 | C |
| Octal | 76 | 1 | 45 | 0 | 142 | 50 | 114 | 505 | 141 | 14 |
| Binary | 111110 | 1 | 100101 | 0 | 1100010 | 101000 | 1001100 | 101000101 | 1100001 | 1100 |
Color Harmonies of #3E0125
Complementary color
Monochromatic Colors of #3E0125
Black with #3E0125
Text Example
Text Example
White with #3E0125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0125; }
p { color: rgb(62,1,37); }
H1.HeaderClassName
{
color: #3E0125;
}
.AnyTagClassName
{
color: #3E0125;
}
</style>
background-color css
<style>
a { background-color: #3E0125; }
a { background-color: rgb(62,1,37); }
div.DivClassName
{
background-color: #3E0125;
}
.BgClassName
{
background-color: #3E0125;
}
</style>
border-color css
<style>
span { border-color: #3E0125; }
span { border-color: rgb(62,1,37); }
td.TdClassName
{
border-color: #3E0125;
}
.TagClassName
{
border-color: #3E0125;
}
</style>