#3E1B2D

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

Shades of Blackberry #3E1B2D

Tints of Blackberry #3E1B2D

Color information

#3E1B2D (or 0x3E1B2D) is unknown color: approx Blackberry. HEX triplet: 3E, 1B and 2D. RGB value is (62,27,45). Sum of RGB (Red+Green+Blue) = 62+27+45=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1B2D is #C1E4D2. Grayscale: #272727. Windows color (decimal): -12707027 or 2956094. OLE color: 2956094.

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

Color convert

RGB622745-
CMYK00.560.270.76
HSL329.14º39.33%17.45%-
HSV(B)329.14º56.45%24.31%-
XYZ2.8522.72-
YUV39.52131.1144.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.27%
GREEN value IS 27 (10.94% from 255) = 20.15%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=46.27%
G=20.15%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62274500.560.270.76329.1439.3317.45
Hex3E1B2D0381B4C1492711
Octal763355070331145114721
Binary11111011011101101011100011011100110010100100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,27,45); }

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

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

 a { background-color: rgb(62,27,45); }

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

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

 span { border-color: rgb(62,27,45); }

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