#311941

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

Shades of Blackcurrant #311941

Tints of Blackcurrant #311941

Color information

#311941 (or 0x311941) is unknown color: approx Blackcurrant. HEX triplet: 31, 19 and 41. RGB value is (49,25,65). Sum of RGB (Red+Green+Blue) = 49+25+65=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #311941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311941 is #CEE6BE. Grayscale: #242424. Windows color (decimal): -13559487 or 4266289. OLE color: 4266289.

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

Color convert

RGB492565-
CMYK0.250.6200.75
HSL276º44.44%17.65%-
HSV(B)276º61.54%25.49%-
XYZ2.571.735.2-
YUV36.74143.95136.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 65 (25.78% from 255) = 46.76%
R=35.25%
G=17.99%
B=46.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4925650.250.6200.7527644.4417.65
Hex311941193E04B1142c12
Octal6131101317601134245422
Binary110001110011000001110011111100100101110001010010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311941; }

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

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

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

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

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

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

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

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