#3E1D33

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

Shades of Blackberry #3E1D33

Tints of Blackberry #3E1D33

Color information

#3E1D33 (or 0x3E1D33) is unknown color: approx Blackberry. HEX triplet: 3E, 1D and 33. RGB value is (62,29,51). Sum of RGB (Red+Green+Blue) = 62+29+51=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1D33 is #C1E2CC. Grayscale: #292929. Windows color (decimal): -12706509 or 3349822. OLE color: 3349822.

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

Color convert

RGB622951-
CMYK00.530.180.76
HSL320º36.26%17.84%-
HSV(B)320º53.23%24.31%-
XYZ3.022.143.39-
YUV41.38133.43142.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.66%
GREEN value IS 29 (11.72% from 255) = 20.42%
BLUE value IS 51 (20.31% from 255) = 35.92%
R=43.66%
G=20.42%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62295100.530.180.7632036.2617.84
Hex3E1D33035124C1402412
Octal763563065221145004422
Binary11111011101110011011010110010100110010100000010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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