#311C40

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

Shades of Blackcurrant #311C40

Tints of Blackcurrant #311C40

Color information

#311C40 (or 0x311C40) is unknown color: approx Blackcurrant. HEX triplet: 31, 1C and 40. RGB value is (49,28,64). Sum of RGB (Red+Green+Blue) = 49+28+64=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #311C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C40 is #CEE3BF. Grayscale: #262626. Windows color (decimal): -13558720 or 4201521. OLE color: 4201521.

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

Color convert

RGB492864-
CMYK0.230.5600.75
HSL275º39.13%18.04%-
HSV(B)275º56.25%25.1%-
XYZ2.611.855.07-
YUV38.38142.46135.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 28 (11.33% from 255) = 19.86%
BLUE value IS 64 (25.39% from 255) = 45.39%
R=34.75%
G=19.86%
B=45.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4928640.230.5600.7527539.1318.04
Hex311C40173804B1132712
Octal6134100277001134234722
Binary110001111001000000101111110000100101110001001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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