Shades of Blackberry #3E0030
Tints of Blackberry #3E0030
RGB
CMYK
RGB Variations
Color information
#3E0030 (or 0x3E0030) is known color: Blackberry. HEX triplet: 3E, 00 and 30. RGB value is (62,0,48). Sum of RGB (Red+Green+Blue) = 62+0+48=110 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.36% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0030 is #C1FFCF. Grayscale: #171717. Windows color (decimal): -12713936 or 3145790. OLE color: 3145790.
HSL color Cylindrical-coordinate representation of color #3E0030: hue angle of 313.55º 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 #3E0030 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.23 | 0.76 |
| HSL | 313.55º | 1% | 0.12% | - |
| HSV(B) | 313.55º | 1% | 0.24% | - |
| XYZ | 2.52 | 1.24 | 2.9 | - |
| YUV | 24.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 48 | 0 | 1 | 0.23 | 0.76 | 313.55 | 1 | 0.12 |
| Hex | 3E | 0 | 30 | 0 | 64 | 17 | 4C | 13A | 64 | C |
| Octal | 76 | 0 | 60 | 0 | 144 | 27 | 114 | 472 | 144 | 14 |
| Binary | 111110 | 0 | 110000 | 0 | 1100100 | 10111 | 1001100 | 100111010 | 1100100 | 1100 |
Color Harmonies of #3E0030
Complementary color
Monochromatic Colors of #3E0030
Black with #3E0030
Text Example
Text Example
White with #3E0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0030; }
p { color: rgb(62,0,48); }
H1.HeaderClassName
{
color: #3E0030;
}
.AnyTagClassName
{
color: #3E0030;
}
</style>
background-color css
<style>
a { background-color: #3E0030; }
a { background-color: rgb(62,0,48); }
div.DivClassName
{
background-color: #3E0030;
}
.BgClassName
{
background-color: #3E0030;
}
</style>
border-color css
<style>
span { border-color: #3E0030; }
span { border-color: rgb(62,0,48); }
td.TdClassName
{
border-color: #3E0030;
}
.TagClassName
{
border-color: #3E0030;
}
</style>