#312040

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

Shades of Blackcurrant #312040

Tints of Blackcurrant #312040

Color information

#312040 (or 0x312040) is unknown color: approx Blackcurrant. HEX triplet: 31, 20 and 40. RGB value is (49,32,64). Sum of RGB (Red+Green+Blue) = 49+32+64=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #312040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312040 is #CEDFBF. Grayscale: #282828. Windows color (decimal): -13557696 or 4202545. OLE color: 4202545.

HSL color Cylindrical-coordinate representation of color #312040: hue angle of 271.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #312040 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB493264-
CMYK0.230.5000.75
HSL271.88º33.33%18.82%-
HSV(B)271.88º50%25.1%-
XYZ2.712.065.1-
YUV40.73141.13133.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=33.79%
G=22.07%
B=44.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4932640.230.5000.75271.8833.3318.82
Hex312040173204B1102113
Octal6140100276201134204123
Binary1100011000001000000101111100100100101110001000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312040; }

 p { color: rgb(49,32,64); }

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

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

 a { background-color: rgb(49,32,64); }

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

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

 span { border-color: rgb(49,32,64); }

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