#3E1229

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

Shades of Blackberry #3E1229

Tints of Blackberry #3E1229

Color information

#3E1229 (or 0x3E1229) is unknown color: approx Blackberry. HEX triplet: 3E, 12 and 29. RGB value is (62,18,41). Sum of RGB (Red+Green+Blue) = 62+18+41=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1229 is #C1EDD6. Grayscale: #212121. Windows color (decimal): -12709335 or 2691646. OLE color: 2691646.

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

Color convert

RGB621841-
CMYK00.710.340.76
HSL328.64º55%15.69%-
HSV(B)328.64º70.97%24.31%-
XYZ2.61.622.27-
YUV33.78132.08148.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 51.24%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 41 (16.41% from 255) = 33.88%
R=51.24%
G=14.88%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62184100.710.340.76328.645515.69
Hex3E1229047224C1493710
Octal7622510107421145116720
Binary1111101001010100101000111100010100110010100100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,18,41); }

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

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

 a { background-color: rgb(62,18,41); }

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

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

 span { border-color: rgb(62,18,41); }

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