#3E132F

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

Shades of Blackberry #3E132F

Tints of Blackberry #3E132F

Color information

#3E132F (or 0x3E132F) is unknown color: approx Blackberry. HEX triplet: 3E, 13 and 2F. RGB value is (62,19,47). Sum of RGB (Red+Green+Blue) = 62+19+47=128 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.44% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 62 - color contains mainly: red. Hex color #3E132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E132F is #C1ECD0. Grayscale: #222222. Windows color (decimal): -12709073 or 3085118. OLE color: 3085118.

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

Color convert

RGB621947-
CMYK00.690.240.76
HSL320.93º53.09%15.88%-
HSV(B)320.93º69.35%24.31%-
XYZ2.731.72.87-
YUV35.05134.75147.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.44%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 47 (18.75% from 255) = 36.72%
R=48.44%
G=14.84%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62194700.690.240.76320.9353.0915.88
Hex3E132F045184C1413510
Octal7623570105301145016520
Binary111110100111011110100010111000100110010100000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,19,47); }

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

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

 a { background-color: rgb(62,19,47); }

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

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

 span { border-color: rgb(62,19,47); }

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