#3E152A

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

Shades of Blackberry #3E152A

Tints of Blackberry #3E152A

Color information

#3E152A (or 0x3E152A) is unknown color: approx Blackberry. HEX triplet: 3E, 15 and 2A. RGB value is (62,21,42). Sum of RGB (Red+Green+Blue) = 62+21+42=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E152A is #C1EAD5. Grayscale: #232323. Windows color (decimal): -12708566 or 2757950. OLE color: 2757950.

HSL color Cylindrical-coordinate representation of color #3E152A: hue angle of 329.27º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E152A is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB622142-
CMYK00.660.320.76
HSL329.27º49.4%16.27%-
HSV(B)329.27º66.13%24.31%-
XYZ2.671.732.38-
YUV35.65131.58146.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 49.6%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=49.6%
G=16.8%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62214200.660.320.76329.2749.416.27
Hex3E152A042204C1493110
Octal7625520102401145116120
Binary1111101010110101001000010100000100110010100100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,21,42); }

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

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

 a { background-color: rgb(62,21,42); }

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

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

 span { border-color: rgb(62,21,42); }

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