#311C38

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

Shades of Blackcurrant #311C38

Tints of Blackcurrant #311C38

Color information

#311C38 (or 0x311C38) is unknown color: approx Blackcurrant. HEX triplet: 31, 1C and 38. RGB value is (49,28,56). Sum of RGB (Red+Green+Blue) = 49+28+56=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #311C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C38 is #CEE3C7. Grayscale: #252525. Windows color (decimal): -13558728 or 3677233. OLE color: 3677233.

HSL color Cylindrical-coordinate representation of color #311C38: hue angle of 285º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #311C38 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB492856-
CMYK0.120.5000.78
HSL285º33.33%16.47%-
HSV(B)285º50%21.96%-
XYZ2.41.773.96-
YUV37.47138.46136.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 56 (22.27% from 255) = 42.11%
R=36.84%
G=21.05%
B=42.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4928560.120.5000.7828533.3316.47
Hex311C38C3204E11d2110
Octal613470146201164354120
Binary1100011110011100011001100100100111010001110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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