#3E162D

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

Shades of Blackberry #3E162D

Tints of Blackberry #3E162D

Color information

#3E162D (or 0x3E162D) is unknown color: approx Blackberry. HEX triplet: 3E, 16 and 2D. RGB value is (62,22,45). Sum of RGB (Red+Green+Blue) = 62+22+45=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E162D is #C1E9D2. Grayscale: #242424. Windows color (decimal): -12708307 or 2954814. OLE color: 2954814.

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

Color convert

RGB622245-
CMYK00.650.270.76
HSL325.5º47.62%16.47%-
HSV(B)325.5º64.52%24.31%-
XYZ2.751.792.68-
YUV36.58132.75146.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.06%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=48.06%
G=17.05%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62224500.650.270.76325.547.6216.47
Hex3E162D0411B4C1463010
Octal7626550101331145066020
Binary111110101101011010100000111011100110010100011011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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