#3E1A2B

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

Shades of Blackberry #3E1A2B

Tints of Blackberry #3E1A2B

Color information

#3E1A2B (or 0x3E1A2B) is unknown color: approx Blackberry. HEX triplet: 3E, 1A and 2B. RGB value is (62,26,43). Sum of RGB (Red+Green+Blue) = 62+26+43=131 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.33% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1A2B is #C1E5D4. Grayscale: #262626. Windows color (decimal): -12707285 or 2824766. OLE color: 2824766.

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

Color convert

RGB622643-
CMYK00.580.310.76
HSL331.67º40.91%17.25%-
HSV(B)331.67º58.06%24.31%-
XYZ2.791.942.51-
YUV38.7130.43144.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 47.33%
GREEN value IS 26 (10.55% from 255) = 19.85%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=47.33%
G=19.85%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62264300.580.310.76331.6740.9117.25
Hex3E1A2B03A1F4C14c2911
Octal763253072371145145121
Binary11111011010101011011101011111100110010100110010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,26,43); }

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

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

 a { background-color: rgb(62,26,43); }

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

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

 span { border-color: rgb(62,26,43); }

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