#3E1D2D

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

Shades of Blackberry #3E1D2D

Tints of Blackberry #3E1D2D

Color information

#3E1D2D (or 0x3E1D2D) is unknown color: approx Blackberry. HEX triplet: 3E, 1D and 2D. RGB value is (62,29,45). Sum of RGB (Red+Green+Blue) = 62+29+45=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1D2D is #C1E2D2. Grayscale: #282828. Windows color (decimal): -12706515 or 2956606. OLE color: 2956606.

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

Color convert

RGB622945-
CMYK00.530.270.76
HSL330.91º36.26%17.84%-
HSV(B)330.91º53.23%24.31%-
XYZ2.92.092.73-
YUV40.69130.43143.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.59%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=45.59%
G=21.32%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62294500.530.270.76330.9136.2617.84
Hex3E1D2D0351B4C14b2412
Octal763555065331145134422
Binary11111011101101101011010111011100110010100101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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