#3E162E

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

Shades of Blackberry #3E162E

Tints of Blackberry #3E162E

Color information

#3E162E (or 0x3E162E) is unknown color: approx Blackberry. HEX triplet: 3E, 16 and 2E. RGB value is (62,22,46). Sum of RGB (Red+Green+Blue) = 62+22+46=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E162E is #C1E9D1. Grayscale: #242424. Windows color (decimal): -12708306 or 3020350. OLE color: 3020350.

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

Color convert

RGB622246-
CMYK00.650.260.76
HSL324º47.62%16.47%-
HSV(B)324º64.52%24.31%-
XYZ2.771.82.79-
YUV36.7133.25146.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 47.69%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=47.69%
G=16.92%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62224600.650.260.7632447.6216.47
Hex3E162E0411A4C1443010
Octal7626560101321145046020
Binary111110101101011100100000111010100110010100010011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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