#312039

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

Shades of Blackcurrant #312039

Tints of Blackcurrant #312039

Color information

#312039 (or 0x312039) is unknown color: approx Blackcurrant. HEX triplet: 31, 20 and 39. RGB value is (49,32,57). Sum of RGB (Red+Green+Blue) = 49+32+57=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #312039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312039 is #CEDFC6. Grayscale: #272727. Windows color (decimal): -13557703 or 3743793. OLE color: 3743793.

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

Color convert

RGB493257-
CMYK0.140.4400.78
HSL280.8º28.09%17.45%-
HSV(B)280.8º43.86%22.35%-
XYZ2.521.984.12-
YUV39.93137.63134.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=35.51%
G=23.19%
B=41.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4932570.140.4400.78280.828.0917.45
Hex312039E2C04E1191c11
Octal614071165401164313421
Binary1100011000001110011110101100010011101000110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312039; }

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

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

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

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

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

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

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

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