#3E142F

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

Shades of Blackberry #3E142F

Tints of Blackberry #3E142F

Color information

#3E142F (or 0x3E142F) is unknown color: approx Blackberry. HEX triplet: 3E, 14 and 2F. RGB value is (62,20,47). Sum of RGB (Red+Green+Blue) = 62+20+47=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E142F is #C1EBD0. Grayscale: #232323. Windows color (decimal): -12708817 or 3085374. OLE color: 3085374.

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

Color convert

RGB622047-
CMYK00.680.240.76
HSL321.43º51.22%16.08%-
HSV(B)321.43º67.74%24.31%-
XYZ2.751.732.88-
YUV35.64134.41146.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.06%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=48.06%
G=15.50%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62204700.680.240.76321.4351.2216.08
Hex3E142F044184C1413310
Octal7624570104301145016320
Binary111110101001011110100010011000100110010100000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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