#311E40

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

Shades of Blackcurrant #311E40

Tints of Blackcurrant #311E40

Color information

#311E40 (or 0x311E40) is unknown color: approx Blackcurrant. HEX triplet: 31, 1E and 40. RGB value is (49,30,64). Sum of RGB (Red+Green+Blue) = 49+30+64=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #311E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E40 is #CEE1BF. Grayscale: #272727. Windows color (decimal): -13558208 or 4202033. OLE color: 4202033.

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

Color convert

RGB493064-
CMYK0.230.5300.75
HSL273.53º36.17%18.43%-
HSV(B)273.53º53.12%25.1%-
XYZ2.661.955.09-
YUV39.56141.79134.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 30 (12.11% from 255) = 20.98%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=34.27%
G=20.98%
B=44.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4930640.230.5300.75273.5336.1718.43
Hex311E40173504B1122412
Octal6136100276501134224422
Binary110001111101000000101111101010100101110001001010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311E40; }

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

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

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

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

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

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

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

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