#3E0134

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

Shades of Blackberry #3E0134

Tints of Blackberry #3E0134

Color information

#3E0134 (or 0x3E0134) is unknown color: approx Blackberry. HEX triplet: 3E, 01 and 34. RGB value is (62,1,52). Sum of RGB (Red+Green+Blue) = 62+1+52=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0134 is #C1FECB. Grayscale: #181818. Windows color (decimal): -12713676 or 3408190. OLE color: 3408190.

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

Color convert

RGB62152-
CMYK00.980.160.76
HSL309.84º96.83%12.35%-
HSV(B)309.84º98.39%24.31%-
XYZ2.621.293.36-
YUV25.05143.21154.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.91%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 52 (20.70% from 255) = 45.22%
R=53.91%
G=0.87%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6215200.980.160.76309.8496.8312.35
Hex3E134062104C13661c
Octal7616401422011446614114
Binary11111011101000110001010000100110010011011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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