#3E2033

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

Shades of Blackberry #3E2033

Tints of Blackberry #3E2033

Color information

#3E2033 (or 0x3E2033) is unknown color: approx Blackberry. HEX triplet: 3E, 20 and 33. RGB value is (62,32,51). Sum of RGB (Red+Green+Blue) = 62+32+51=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2033 is #C1DFCC. Grayscale: #2B2B2B. Windows color (decimal): -12705741 or 3350590. OLE color: 3350590.

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

Color convert

RGB623251-
CMYK00.480.180.76
HSL322º31.91%18.43%-
HSV(B)322º48.39%24.31%-
XYZ3.12.33.41-
YUV43.14132.44141.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.76%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 51 (20.31% from 255) = 35.17%
R=42.76%
G=22.07%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62325100.480.180.7632231.9118.43
Hex3E2033030124C1422012
Octal764063060221145024022
Binary111110100000110011011000010010100110010100001010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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