#3E1734

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

Shades of Blackberry #3E1734

Tints of Blackberry #3E1734

Color information

#3E1734 (or 0x3E1734) is unknown color: approx Blackberry. HEX triplet: 3E, 17 and 34. RGB value is (62,23,52). Sum of RGB (Red+Green+Blue) = 62+23+52=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1734 is #C1E8CB. Grayscale: #252525. Windows color (decimal): -12708044 or 3413822. OLE color: 3413822.

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

Color convert

RGB622352-
CMYK00.630.160.76
HSL315.38º45.88%16.67%-
HSV(B)315.38º62.9%24.31%-
XYZ2.911.883.46-
YUV37.97135.92145.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.26%
GREEN value IS 23 (9.38% from 255) = 16.79%
BLUE value IS 52 (20.70% from 255) = 37.96%
R=45.26%
G=16.79%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62235200.630.160.76315.3845.8816.67
Hex3E173403F104C13b2e11
Octal762764077201144735621
Binary11111010111110100011111110000100110010011101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,23,52); }

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

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

 a { background-color: rgb(62,23,52); }

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

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

 span { border-color: rgb(62,23,52); }

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