#311744

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

Shades of Blackcurrant #311744

Tints of Blackcurrant #311744

Color information

#311744 (or 0x311744) is unknown color: approx Blackcurrant. HEX triplet: 31, 17 and 44. RGB value is (49,23,68). Sum of RGB (Red+Green+Blue) = 49+23+68=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #311744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311744 is #CEE8BB. Grayscale: #232323. Windows color (decimal): -13559996 or 4462385. OLE color: 4462385.

HSL color Cylindrical-coordinate representation of color #311744: hue angle of 274.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #311744 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB492368-
CMYK0.280.6600.73
HSL274.67º49.45%17.84%-
HSV(B)274.67º66.18%26.67%-
XYZ2.621.685.66-
YUV35.9146.11137.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 68 (26.95% from 255) = 48.57%
R=35%
G=16.43%
B=48.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4923680.280.6600.73274.6749.4517.84
Hex3117441C420491133112
Octal61271043410201114236122
Binary1100011011110001001110010000100100100110001001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311744; }

 p { color: rgb(49,23,68); }

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

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

 a { background-color: rgb(49,23,68); }

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

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

 span { border-color: rgb(49,23,68); }

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