#3A194D

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

Shades of Blackcurrant #3A194D

Tints of Blackcurrant #3A194D

Color information

#3A194D (or 0x3A194D) is unknown color: approx Blackcurrant. HEX triplet: 3A, 19 and 4D. RGB value is (58,25,77). Sum of RGB (Red+Green+Blue) = 58+25+77=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A194D is #C5E6B2. Grayscale: #282828. Windows color (decimal): -12969651 or 5052730. OLE color: 5052730.

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

Color convert

RGB582577-
CMYK0.250.6800.70
HSL278.08º50.98%20%-
HSV(B)278.08º67.53%30.2%-
XYZ3.432.137.25-
YUV40.79148.43140.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.25%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 77 (30.47% from 255) = 48.12%
R=36.25%
G=15.62%
B=48.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5825770.250.6800.70278.0850.9820
Hex3A194D19440461163314
Octal72311153110401064266324
Binary1110101100110011011100110001000100011010001011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,25,77); }

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

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

 a { background-color: rgb(58,25,77); }

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

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

 span { border-color: rgb(58,25,77); }

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