Shades of Blackberry #3E0127
Tints of Blackberry #3E0127
RGB
CMYK
RGB Variations
Color information
#3E0127 (or 0x3E0127) is known color: Blackberry. HEX triplet: 3E, 01 and 27. RGB value is (62,1,39). Sum of RGB (Red+Green+Blue) = 62+1+39=102 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.78% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0127 is #C1FED8. Grayscale: #171717. Windows color (decimal): -12713689 or 2556222. OLE color: 2556222.
HSL color Cylindrical-coordinate representation of color #3E0127: hue angle of 322.62º 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 #3E0127 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 39 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.76 |
| HSL | 322.62º | 0.97% | 0.12% | - |
| HSV(B) | 322.62º | 0.98% | 0.24% | - |
| XYZ | 2.36 | 1.19 | 2.03 | - |
| YUV | 23.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 39 | 0 | 0.98 | 0.37 | 0.76 | 322.62 | 0.97 | 0.12 |
| Hex | 3E | 1 | 27 | 0 | 62 | 25 | 4C | 143 | 61 | C |
| Octal | 76 | 1 | 47 | 0 | 142 | 45 | 114 | 503 | 141 | 14 |
| Binary | 111110 | 1 | 100111 | 0 | 1100010 | 100101 | 1001100 | 101000011 | 1100001 | 1100 |
Color Harmonies of #3E0127
Complementary color
Monochromatic Colors of #3E0127
Black with #3E0127
Text Example
Text Example
White with #3E0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0127; }
p { color: rgb(62,1,39); }
H1.HeaderClassName
{
color: #3E0127;
}
.AnyTagClassName
{
color: #3E0127;
}
</style>
background-color css
<style>
a { background-color: #3E0127; }
a { background-color: rgb(62,1,39); }
div.DivClassName
{
background-color: #3E0127;
}
.BgClassName
{
background-color: #3E0127;
}
</style>
border-color css
<style>
span { border-color: #3E0127; }
span { border-color: rgb(62,1,39); }
td.TdClassName
{
border-color: #3E0127;
}
.TagClassName
{
border-color: #3E0127;
}
</style>