#3E114C

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

Shades of Blackcurrant #3E114C

Tints of Blackcurrant #3E114C

Color information

#3E114C (or 0x3E114C) is unknown color: approx Blackcurrant. HEX triplet: 3E, 11 and 4C. RGB value is (62,17,76). Sum of RGB (Red+Green+Blue) = 62+17+76=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E114C is #C1EEB3. Grayscale: #242424. Windows color (decimal): -12709556 or 4985150. OLE color: 4985150.

HSL color Cylindrical-coordinate representation of color #3E114C: hue angle of 285.76º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E114C is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB621776-
CMYK0.180.7800.70
HSL285.76º63.44%18.24%-
HSV(B)285.76º77.63%29.8%-
XYZ3.491.957.03-
YUV37.18149.91145.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 40%
GREEN value IS 17 (7.03% from 255) = 10.97%
BLUE value IS 76 (30.08% from 255) = 49.03%
R=40%
G=10.97%
B=49.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6217760.180.7800.70285.7663.4418.24
Hex3E114C124E04611e3f12
Octal76211142211601064367722
Binary1111101000110011001001010011100100011010001111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,17,76); }

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

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

 a { background-color: rgb(62,17,76); }

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

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

 span { border-color: rgb(62,17,76); }

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