#3E1633

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

Shades of Blackberry #3E1633

Tints of Blackberry #3E1633

Color information

#3E1633 (or 0x3E1633) is unknown color: approx Blackberry. HEX triplet: 3E, 16 and 33. RGB value is (62,22,51). Sum of RGB (Red+Green+Blue) = 62+22+51=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1633 is #C1E9CC. Grayscale: #252525. Windows color (decimal): -12708301 or 3348030. OLE color: 3348030.

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

Color convert

RGB622251-
CMYK00.650.180.76
HSL316.5º47.62%16.47%-
HSV(B)316.5º64.52%24.31%-
XYZ2.871.843.34-
YUV37.27135.75145.64-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.93%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 51 (20.31% from 255) = 37.78%
R=45.93%
G=16.30%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62225100.650.180.76316.547.6216.47
Hex3E1633041124C13c3010
Octal7626630101221144746020
Binary111110101101100110100000110010100110010011110011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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