#311139

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

Shades of Blackcurrant #311139

Tints of Blackcurrant #311139

Color information

#311139 (or 0x311139) is unknown color: approx Blackcurrant. HEX triplet: 31, 11 and 39. RGB value is (49,17,57). Sum of RGB (Red+Green+Blue) = 49+17+57=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #311139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311139 is #CEEEC6. Grayscale: #1E1E1E. Windows color (decimal): -13561543 or 3739953. OLE color: 3739953.

HSL color Cylindrical-coordinate representation of color #311139: hue angle of 288º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #311139 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB491757-
CMYK0.140.7000.78
HSL288º54.05%14.51%-
HSV(B)288º70.18%22.35%-
XYZ2.211.354.02-
YUV31.13142.6140.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 57 (22.66% from 255) = 46.34%
R=39.84%
G=13.82%
B=46.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4917570.140.7000.7828854.0514.51
Hex311139E4604E12036f
Octal6121711610601164406617
Binary1100011000111100111101000110010011101001000001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311139; }

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

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

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

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

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

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

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

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