#391A4C

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

Shades of Blackcurrant #391A4C

Tints of Blackcurrant #391A4C

Color information

#391A4C (or 0x391A4C) is unknown color: approx Blackcurrant. HEX triplet: 39, 1A and 4C. RGB value is (57,26,76). Sum of RGB (Red+Green+Blue) = 57+26+76=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #391A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A4C is #C6E5B3. Grayscale: #282828. Windows color (decimal): -13034932 or 4987449. OLE color: 4987449.

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

Color convert

RGB572676-
CMYK0.250.6600.70
HSL277.2º49.02%20%-
HSV(B)277.2º65.79%29.8%-
XYZ3.362.137.07-
YUV40.97147.77139.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 26 (10.55% from 255) = 16.35%
BLUE value IS 76 (30.08% from 255) = 47.80%
R=35.85%
G=16.35%
B=47.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5726760.250.6600.70277.249.0220
Hex391A4C19420461153114
Octal71321143110201064256124
Binary1110011101010011001100110000100100011010001010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391A4C; }

 p { color: rgb(57,26,76); }

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

<style>
 a { background-color: #391A4C; }

 a { background-color: rgb(57,26,76); }

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

<style>
 span { border-color: #391A4C; }

 span { border-color: rgb(57,26,76); }

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