#3E1529

Color #3E1529 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #3E1529

Tints of Blackberry #3E1529

Color information

#3E1529 (or 0x3E1529) is unknown color: approx Blackberry. HEX triplet: 3E, 15 and 29. RGB value is (62,21,41). Sum of RGB (Red+Green+Blue) = 62+21+41=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1529 is #C1EAD6. Grayscale: #232323. Windows color (decimal): -12708567 or 2692414. OLE color: 2692414.

HSL color Cylindrical-coordinate representation of color #3E1529: hue angle of 330.73º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E1529 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.76.

Color convert

RGB622141-
CMYK00.660.340.76
HSL330.73º49.4%16.27%-
HSV(B)330.73º66.13%24.31%-
XYZ2.661.722.29-
YUV35.54131.08146.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=50%
G=16.94%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62214100.660.340.76330.7349.416.27
Hex3E1529042224C14b3110
Octal7625510102421145136120
Binary1111101010110100101000010100010100110010100101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E1529; }

 p { color: rgb(62,21,41); }

 H1.HeaderClassName
 {
   color: #3E1529;
 }
 .AnyTagClassName
 {
   color: #3E1529;
 }
</style>
background-color css

<style>
 a { background-color: #3E1529; }

 a { background-color: rgb(62,21,41); }

 div.DivClassName
 {
   background-color: #3E1529;
 }
 .BgClassName
 {
   background-color: #3E1529;
 }
</style>
border-color css

<style>
 span { border-color: #3E1529; }

 span { border-color: rgb(62,21,41); }

 td.TdClassName
 {
   border-color: #3E1529;
 }
 .TagClassName
 {
   border-color: #3E1529;
 }
</style>