#3E012E

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

Shades of Blackberry #3E012E

Tints of Blackberry #3E012E

Color information

#3E012E (or 0x3E012E) is unknown color: approx Blackberry. HEX triplet: 3E, 01 and 2E. RGB value is (62,1,46). Sum of RGB (Red+Green+Blue) = 62+1+46=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E012E is #C1FED1. Grayscale: #181818. Windows color (decimal): -12713682 or 3014974. OLE color: 3014974.

HSL color Cylindrical-coordinate representation of color #3E012E: hue angle of 315.74º 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 #3E012E is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB62146-
CMYK00.980.260.76
HSL315.74º96.83%12.35%-
HSV(B)315.74º98.39%24.31%-
XYZ2.491.242.69-
YUV24.37140.21154.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 56.88%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=56.88%
G=0.92%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6214600.980.260.76315.7496.8312.35
Hex3E12E0621A4C13c61c
Octal7615601423211447414114
Binary11111011011100110001011010100110010011110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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