#3E1135

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

Shades of Blackberry #3E1135

Tints of Blackberry #3E1135

Color information

#3E1135 (or 0x3E1135) is unknown color: approx Blackberry. HEX triplet: 3E, 11 and 35. RGB value is (62,17,53). Sum of RGB (Red+Green+Blue) = 62+17+53=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1135 is #C1EECA. Grayscale: #222222. Windows color (decimal): -12709579 or 3477822. OLE color: 3477822.

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

Color convert

RGB621753-
CMYK00.730.150.76
HSL312º56.96%15.49%-
HSV(B)312º72.58%24.31%-
XYZ2.831.683.54-
YUV34.56138.41147.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.97%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 53 (21.09% from 255) = 40.15%
R=46.97%
G=12.88%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62175300.730.150.7631256.9615.49
Hex3E1135049F4C13839f
Octal7621650111171144707117
Binary1111101000111010101001001111110011001001110001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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