#310639

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

Shades of Blackcurrant #310639

Tints of Blackcurrant #310639

Color information

#310639 (or 0x310639) is unknown color: approx Blackcurrant. HEX triplet: 31, 06 and 39. RGB value is (49,6,57). Sum of RGB (Red+Green+Blue) = 49+6+57=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #310639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310639 is #CEF9C6. Grayscale: #181818. Windows color (decimal): -13564359 or 3737137. OLE color: 3737137.

HSL color Cylindrical-coordinate representation of color #310639: hue angle of 290.59º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310639 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB49657-
CMYK0.140.8900.78
HSL290.59º80.95%12.35%-
HSV(B)290.59º89.47%22.35%-
XYZ2.071.083.97-
YUV24.67146.25145.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 6 (2.73% from 255) = 5.36%
BLUE value IS 57 (22.66% from 255) = 50.89%
R=43.75%
G=5.36%
B=50.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal496570.140.8900.78290.5980.9512.35
Hex31639E5904E12351c
Octal6167116131011644312114
Binary110001110111001111010110010100111010010001110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310639; }

 p { color: rgb(49,6,57); }

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

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

 a { background-color: rgb(49,6,57); }

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

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

 span { border-color: rgb(49,6,57); }

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