#3E142C

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

Shades of Blackberry #3E142C

Tints of Blackberry #3E142C

Color information

#3E142C (or 0x3E142C) is unknown color: approx Blackberry. HEX triplet: 3E, 14 and 2C. RGB value is (62,20,44). Sum of RGB (Red+Green+Blue) = 62+20+44=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 62 - color contains mainly: red. Hex color #3E142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E142C is #C1EBD3. Grayscale: #232323. Windows color (decimal): -12708820 or 2888766. OLE color: 2888766.

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

Color convert

RGB622044-
CMYK00.680.290.76
HSL325.71º51.22%16.08%-
HSV(B)325.71º67.74%24.31%-
XYZ2.691.712.57-
YUV35.29132.91147.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 49.21%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 44 (17.58% from 255) = 34.92%
R=49.21%
G=15.87%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62204400.680.290.76325.7151.2216.08
Hex3E142C0441D4C1463310
Octal7624540104351145066320
Binary111110101001011000100010011101100110010100011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,20,44); }

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

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

 a { background-color: rgb(62,20,44); }

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

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

 span { border-color: rgb(62,20,44); }

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