#3E2032

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

Shades of Blackberry #3E2032

Tints of Blackberry #3E2032

Color information

#3E2032 (or 0x3E2032) is unknown color: approx Blackberry. HEX triplet: 3E, 20 and 32. RGB value is (62,32,50). Sum of RGB (Red+Green+Blue) = 62+32+50=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2032 is #C1DFCD. Grayscale: #2A2A2A. Windows color (decimal): -12705742 or 3285054. OLE color: 3285054.

HSL color Cylindrical-coordinate representation of color #3E2032: hue angle of 324º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E2032 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB623250-
CMYK00.480.190.76
HSL324º31.91%18.43%-
HSV(B)324º48.39%24.31%-
XYZ3.082.293.3-
YUV43.02131.94141.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.06%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 50 (19.92% from 255) = 34.72%
R=43.06%
G=22.22%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62325000.480.190.7632431.9118.43
Hex3E2032030134C1442012
Octal764062060231145044022
Binary111110100000110010011000010011100110010100010010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,50); }

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

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

 a { background-color: rgb(62,32,50); }

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

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

 span { border-color: rgb(62,32,50); }

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