#311641

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

Shades of Blackcurrant #311641

Tints of Blackcurrant #311641

Color information

#311641 (or 0x311641) is unknown color: approx Blackcurrant. HEX triplet: 31, 16 and 41. RGB value is (49,22,65). Sum of RGB (Red+Green+Blue) = 49+22+65=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #311641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311641 is #CEE9BE. Grayscale: #222222. Windows color (decimal): -13560255 or 4265521. OLE color: 4265521.

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

Color convert

RGB492265-
CMYK0.250.6600.75
HSL277.67º49.43%17.06%-
HSV(B)277.67º66.15%25.49%-
XYZ2.511.615.18-
YUV34.97144.95138-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=36.03%
G=16.18%
B=47.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4922650.250.6600.75277.6749.4317.06
Hex311641194204B1163111
Octal61261013110201134266121
Binary1100011011010000011100110000100100101110001011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311641; }

 p { color: rgb(49,22,65); }

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

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

 a { background-color: rgb(49,22,65); }

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

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

 span { border-color: rgb(49,22,65); }

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