#3E1634

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

Shades of Blackberry #3E1634

Tints of Blackberry #3E1634

Color information

#3E1634 (or 0x3E1634) is unknown color: approx Blackberry. HEX triplet: 3E, 16 and 34. RGB value is (62,22,52). Sum of RGB (Red+Green+Blue) = 62+22+52=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1634 is #C1E9CB. Grayscale: #252525. Windows color (decimal): -12708300 or 3413566. OLE color: 3413566.

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

Color convert

RGB622252-
CMYK00.650.160.76
HSL315º47.62%16.47%-
HSV(B)315º64.52%24.31%-
XYZ2.891.853.45-
YUV37.38136.25145.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.59%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 52 (20.70% from 255) = 38.24%
R=45.59%
G=16.18%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62225200.650.160.7631547.6216.47
Hex3E1634041104C13b3010
Octal7626640101201144736020
Binary111110101101101000100000110000100110010011101111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,22,52); }

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

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

 a { background-color: rgb(62,22,52); }

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

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

 span { border-color: rgb(62,22,52); }

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