#3E112E

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

Shades of Blackberry #3E112E

Tints of Blackberry #3E112E

Color information

#3E112E (or 0x3E112E) is unknown color: approx Blackberry. HEX triplet: 3E, 11 and 2E. RGB value is (62,17,46). Sum of RGB (Red+Green+Blue) = 62+17+46=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E112E is #C1EED1. Grayscale: #212121. Windows color (decimal): -12709586 or 3019070. OLE color: 3019070.

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

Color convert

RGB621746-
CMYK00.730.260.76
HSL321.33º56.96%15.49%-
HSV(B)321.33º72.58%24.31%-
XYZ2.681.622.76-
YUV33.76134.91148.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 49.6%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=49.6%
G=13.6%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62174600.730.260.76321.3356.9615.49
Hex3E112E0491A4C14139f
Octal7621560111321145017117
Binary11111010001101110010010011101010011001010000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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