Shades of Blackberry #3E1330
Tints of Blackberry #3E1330
RGB
CMYK
RGB Variations
Color information
#3E1330 (or 0x3E1330) is known color: Blackberry. HEX triplet: 3E, 13 and 30. RGB value is (62,19,48). Sum of RGB (Red+Green+Blue) = 62+19+48=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1330 is #C1ECCF. Grayscale: #232323. Windows color (decimal): -12709072 or 3150654. OLE color: 3150654.
HSL color Cylindrical-coordinate representation of color #3E1330: hue angle of 319.53º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E1330 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 19 | 48 | - |
CMYK | 0 | 0.69 | 0.23 | 0.76 |
HSL | 319.53º | 0.53% | 0.16% | - |
HSV(B) | 319.53º | 0.69% | 0.24% | - |
XYZ | 2.75 | 1.7 | 2.98 | - |
YUV | 35.16 | 135.25 | 147.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 19 | 48 | 0 | 0.69 | 0.23 | 0.76 | 319.53 | 0.53 | 0.16 |
Hex | 3E | 13 | 30 | 0 | 45 | 17 | 4C | 140 | 35 | 10 |
Octal | 76 | 23 | 60 | 0 | 105 | 27 | 114 | 500 | 65 | 20 |
Binary | 111110 | 10011 | 110000 | 0 | 1000101 | 10111 | 1001100 | 101000000 | 110101 | 10000 |
Color Harmonies of #3E1330
Complementary color
Monochromatic Colors of #3E1330
Black with #3E1330
Text Example
Text Example
White with #3E1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1330; }
p { color: rgb(62,19,48); }
H1.HeaderClassName
{
color: #3E1330;
}
.AnyTagClassName
{
color: #3E1330;
}
</style>
background-color css
<style>
a { background-color: #3E1330; }
a { background-color: rgb(62,19,48); }
div.DivClassName
{
background-color: #3E1330;
}
.BgClassName
{
background-color: #3E1330;
}
</style>
border-color css
<style>
span { border-color: #3E1330; }
span { border-color: rgb(62,19,48); }
td.TdClassName
{
border-color: #3E1330;
}
.TagClassName
{
border-color: #3E1330;
}
</style>