#3E194C

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

Shades of Blackcurrant #3E194C

Tints of Blackcurrant #3E194C

Color information

#3E194C (or 0x3E194C) is unknown color: approx Blackcurrant. HEX triplet: 3E, 19 and 4C. RGB value is (62,25,76). Sum of RGB (Red+Green+Blue) = 62+25+76=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E194C is #C1E6B3. Grayscale: #292929. Windows color (decimal): -12707508 or 4987198. OLE color: 4987198.

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

Color convert

RGB622576-
CMYK0.180.6700.70
HSL283.53º50.5%19.8%-
HSV(B)283.53º67.11%29.8%-
XYZ3.642.247.08-
YUV41.88147.26142.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.04%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 76 (30.08% from 255) = 46.63%
R=38.04%
G=15.34%
B=46.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6225760.180.6700.70283.5350.519.8
Hex3E194C124304611c3214
Octal76311142210301064346224
Binary1111101100110011001001010000110100011010001110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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