#311141

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

Shades of Blackcurrant #311141

Tints of Blackcurrant #311141

Color information

#311141 (or 0x311141) is unknown color: approx Blackcurrant. HEX triplet: 31, 11 and 41. RGB value is (49,17,65). Sum of RGB (Red+Green+Blue) = 49+17+65=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #311141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311141 is #CEEEBE. Grayscale: #1F1F1F. Windows color (decimal): -13561535 or 4264241. OLE color: 4264241.

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

Color convert

RGB491765-
CMYK0.250.7400.75
HSL280º58.54%16.08%-
HSV(B)280º73.85%25.49%-
XYZ2.421.445.15-
YUV32.04146.6140.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 65 (25.78% from 255) = 49.62%
R=37.40%
G=12.98%
B=49.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4917650.250.7400.7528058.5416.08
Hex311141194A04B1183b10
Octal61211013111201134307320
Binary1100011000110000011100110010100100101110001100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311141; }

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

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

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

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

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

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

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

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