Shades of Blackberry #3E1030
Tints of Blackberry #3E1030
RGB
CMYK
RGB Variations
Color information
#3E1030 (or 0x3E1030) is known color: Blackberry. HEX triplet: 3E, 10 and 30. RGB value is (62,16,48). Sum of RGB (Red+Green+Blue) = 62+16+48=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1030 is #C1EFCF. Grayscale: #212121. Windows color (decimal): -12709840 or 3149886. OLE color: 3149886.
HSL color Cylindrical-coordinate representation of color #3E1030: hue angle of 318.26º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E1030 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 16 | 48 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.76 |
| HSL | 318.26º | 0.59% | 0.15% | - |
| HSV(B) | 318.26º | 0.74% | 0.24% | - |
| XYZ | 2.71 | 1.61 | 2.96 | - |
| YUV | 33.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 48 | 0 | 0.74 | 0.23 | 0.76 | 318.26 | 0.59 | 0.15 |
| Hex | 3E | 10 | 30 | 0 | 4A | 17 | 4C | 13E | 3B | F |
| Octal | 76 | 20 | 60 | 0 | 112 | 27 | 114 | 476 | 73 | 17 |
| Binary | 111110 | 10000 | 110000 | 0 | 1001010 | 10111 | 1001100 | 100111110 | 111011 | 1111 |
Color Harmonies of #3E1030
Complementary color
Monochromatic Colors of #3E1030
Black with #3E1030
Text Example
Text Example
White with #3E1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1030; }
p { color: rgb(62,16,48); }
H1.HeaderClassName
{
color: #3E1030;
}
.AnyTagClassName
{
color: #3E1030;
}
</style>
background-color css
<style>
a { background-color: #3E1030; }
a { background-color: rgb(62,16,48); }
div.DivClassName
{
background-color: #3E1030;
}
.BgClassName
{
background-color: #3E1030;
}
</style>
border-color css
<style>
span { border-color: #3E1030; }
span { border-color: rgb(62,16,48); }
td.TdClassName
{
border-color: #3E1030;
}
.TagClassName
{
border-color: #3E1030;
}
</style>