#3E1635

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

Shades of Blackberry #3E1635

Tints of Blackberry #3E1635

Color information

#3E1635 (or 0x3E1635) is unknown color: approx Blackberry. HEX triplet: 3E, 16 and 35. RGB value is (62,22,53). Sum of RGB (Red+Green+Blue) = 62+22+53=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1635 is #C1E9CA. Grayscale: #252525. Windows color (decimal): -12708299 or 3479102. OLE color: 3479102.

HSL color Cylindrical-coordinate representation of color #3E1635: hue angle of 313.5º 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 #3E1635 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB622253-
CMYK00.650.150.76
HSL313.5º47.62%16.47%-
HSV(B)313.5º64.52%24.31%-
XYZ2.921.853.57-
YUV37.49136.75145.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.26%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 53 (21.09% from 255) = 38.69%
R=45.26%
G=16.06%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62225300.650.150.76313.547.6216.47
Hex3E1635041F4C13a3010
Octal7626650101171144726020
Binary11111010110110101010000011111100110010011101011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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