#3E1C34

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

Shades of Blackberry #3E1C34

Tints of Blackberry #3E1C34

Color information

#3E1C34 (or 0x3E1C34) is unknown color: approx Blackberry. HEX triplet: 3E, 1C and 34. RGB value is (62,28,52). Sum of RGB (Red+Green+Blue) = 62+28+52=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1C34 is #C1E3CB. Grayscale: #282828. Windows color (decimal): -12706764 or 3415102. OLE color: 3415102.

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

Color convert

RGB622852-
CMYK00.550.160.76
HSL317.65º37.78%17.65%-
HSV(B)317.65º54.84%24.31%-
XYZ3.022.13.5-
YUV40.9134.26143.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.66%
GREEN value IS 28 (11.33% from 255) = 19.72%
BLUE value IS 52 (20.70% from 255) = 36.62%
R=43.66%
G=19.72%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62285200.550.160.76317.6537.7817.65
Hex3E1C34037104C13e2612
Octal763464067201144764622
Binary11111011100110100011011110000100110010011111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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