#311740

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

Shades of Blackcurrant #311740

Tints of Blackcurrant #311740

Color information

#311740 (or 0x311740) is unknown color: approx Blackcurrant. HEX triplet: 31, 17 and 40. RGB value is (49,23,64). Sum of RGB (Red+Green+Blue) = 49+23+64=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #311740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311740 is #CEE8BF. Grayscale: #232323. Windows color (decimal): -13560000 or 4200241. OLE color: 4200241.

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

Color convert

RGB492364-
CMYK0.230.6400.75
HSL278.05º47.13%17.06%-
HSV(B)278.05º64.06%25.1%-
XYZ2.51.645.03-
YUV35.45144.11137.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=36.03%
G=16.91%
B=47.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4923640.230.6400.75278.0547.1317.06
Hex311740174004B1162f11
Octal61271002710001134265721
Binary1100011011110000001011110000000100101110001011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311740; }

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

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

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

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

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

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

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

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