#3E1731

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

Shades of Blackberry #3E1731

Tints of Blackberry #3E1731

Color information

#3E1731 (or 0x3E1731) is unknown color: approx Blackberry. HEX triplet: 3E, 17 and 31. RGB value is (62,23,49). Sum of RGB (Red+Green+Blue) = 62+23+49=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1731 is #C1E8CE. Grayscale: #252525. Windows color (decimal): -12708047 or 3217214. OLE color: 3217214.

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

Color convert

RGB622349-
CMYK00.630.210.76
HSL320º45.88%16.67%-
HSV(B)320º62.9%24.31%-
XYZ2.851.863.11-
YUV37.62134.42145.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.27%
GREEN value IS 23 (9.38% from 255) = 17.16%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=46.27%
G=17.16%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62234900.630.210.7632045.8816.67
Hex3E173103F154C1402e11
Octal762761077251145005621
Binary11111010111110001011111110101100110010100000010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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