#310940

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

Shades of Blackcurrant #310940

Tints of Blackcurrant #310940

Color information

#310940 (or 0x310940) is unknown color: approx Blackcurrant. HEX triplet: 31, 09 and 40. RGB value is (49,9,64). Sum of RGB (Red+Green+Blue) = 49+9+64=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #310940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310940 is #CEF6BF. Grayscale: #1B1B1B. Windows color (decimal): -13563584 or 4196657. OLE color: 4196657.

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

Color convert

RGB49964-
CMYK0.230.8600.75
HSL283.64º75.34%14.31%-
HSV(B)283.64º85.94%25.1%-
XYZ2.291.224.97-
YUV27.23148.75143.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 9 (3.91% from 255) = 7.38%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=40.16%
G=7.38%
B=52.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal499640.230.8600.75283.6475.3414.31
Hex31940175604B11c4be
Octal611110027126011343411316
Binary110001100110000001011110101100100101110001110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310940; }

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

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

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

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

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

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

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

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