#310539

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

Shades of Blackcurrant #310539

Tints of Blackcurrant #310539

Color information

#310539 (or 0x310539) is unknown color: approx Blackcurrant. HEX triplet: 31, 05 and 39. RGB value is (49,5,57). Sum of RGB (Red+Green+Blue) = 49+5+57=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #310539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310539 is #CEFAC6. Grayscale: #171717. Windows color (decimal): -13564615 or 3736881. OLE color: 3736881.

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

Color convert

RGB49557-
CMYK0.140.9100.78
HSL290.77º83.87%12.16%-
HSV(B)290.77º91.23%22.35%-
XYZ2.061.063.97-
YUV24.08146.58145.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 57 (22.66% from 255) = 51.35%
R=44.14%
G=4.50%
B=51.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal495570.140.9100.78290.7783.8712.16
Hex31539E5B04E12354c
Octal6157116133011644312414
Binary110001101111001111010110110100111010010001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310539; }

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

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

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

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

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

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

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

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