#3E035A

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

Shades of Blackcurrant #3E035A

Tints of Blackcurrant #3E035A

Color information

#3E035A (or 0x3E035A) is unknown color: approx Blackcurrant. HEX triplet: 3E, 03 and 5A. RGB value is (62,3,90). Sum of RGB (Red+Green+Blue) = 62+3+90=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E035A is #C1FCA5. Grayscale: #1E1E1E. Windows color (decimal): -12713126 or 5899070. OLE color: 5899070.

HSL color Cylindrical-coordinate representation of color #3E035A: hue angle of 280.69º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E035A is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB62390-
CMYK0.310.9700.65
HSL280.69º93.55%18.24%-
HSV(B)280.69º96.67%35.29%-
XYZ3.861.839.82-
YUV30.56161.55150.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 40%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 90 (35.55% from 255) = 58.06%
R=40%
G=1.94%
B=58.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal623900.310.9700.65280.6993.5518.24
Hex3E35A1F610411195e12
Octal76313237141010143113622
Binary11111011101101011111110000101000001100011001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,3,90); }

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

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

 a { background-color: rgb(62,3,90); }

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

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

 span { border-color: rgb(62,3,90); }

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