#3E112D

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

Shades of Blackberry #3E112D

Tints of Blackberry #3E112D

Color information

#3E112D (or 0x3E112D) is unknown color: approx Blackberry. HEX triplet: 3E, 11 and 2D. RGB value is (62,17,45). Sum of RGB (Red+Green+Blue) = 62+17+45=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E112D is #C1EED2. Grayscale: #212121. Windows color (decimal): -12709587 or 2953534. OLE color: 2953534.

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

Color convert

RGB621745-
CMYK00.730.270.76
HSL322.67º56.96%15.49%-
HSV(B)322.67º72.58%24.31%-
XYZ2.661.612.65-
YUV33.65134.41148.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 45 (17.97% from 255) = 36.29%
R=50%
G=13.71%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62174500.730.270.76322.6756.9615.49
Hex3E112D0491B4C14339f
Octal7621550111331145037117
Binary11111010001101101010010011101110011001010000111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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