#3E1134

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

Shades of Blackberry #3E1134

Tints of Blackberry #3E1134

Color information

#3E1134 (or 0x3E1134) is unknown color: approx Blackberry. HEX triplet: 3E, 11 and 34. RGB value is (62,17,52). Sum of RGB (Red+Green+Blue) = 62+17+52=131 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.33% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1134 is #C1EECB. Grayscale: #222222. Windows color (decimal): -12709580 or 3412286. OLE color: 3412286.

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

Color convert

RGB621752-
CMYK00.730.160.76
HSL313.33º56.96%15.49%-
HSV(B)313.33º72.58%24.31%-
XYZ2.811.673.42-
YUV34.44137.91147.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 47.33%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 52 (20.70% from 255) = 39.69%
R=47.33%
G=12.98%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62175200.730.160.76313.3356.9615.49
Hex3E1134049104C13939f
Octal7621640111201144717117
Binary11111010001110100010010011000010011001001110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,17,52); }

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

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

 a { background-color: rgb(62,17,52); }

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

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

 span { border-color: rgb(62,17,52); }

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