#3A174E

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

Shades of Blackcurrant #3A174E

Tints of Blackcurrant #3A174E

Color information

#3A174E (or 0x3A174E) is unknown color: approx Blackcurrant. HEX triplet: 3A, 17 and 4E. RGB value is (58,23,78). Sum of RGB (Red+Green+Blue) = 58+23+78=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A174E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A174E is #C5E8B1. Grayscale: #272727. Windows color (decimal): -12970162 or 5117754. OLE color: 5117754.

HSL color Cylindrical-coordinate representation of color #3A174E: hue angle of 278.18º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A174E is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB582378-
CMYK0.260.7100.69
HSL278.18º54.46%19.8%-
HSV(B)278.18º70.51%30.59%-
XYZ3.432.067.43-
YUV39.74149.6141.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.48%
GREEN value IS 23 (9.38% from 255) = 14.47%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=36.48%
G=14.47%
B=49.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5823780.260.7100.69278.1854.4619.8
Hex3A174E1A470451163614
Octal72271163210701054266624
Binary1110101011110011101101010001110100010110001011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,23,78); }

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

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

 a { background-color: rgb(58,23,78); }

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

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

 span { border-color: rgb(58,23,78); }

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