#312839

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

Shades of Blackcurrant #312839

Tints of Blackcurrant #312839

Color information

#312839 (or 0x312839) is unknown color: approx Blackcurrant. HEX triplet: 31, 28 and 39. RGB value is (49,40,57). Sum of RGB (Red+Green+Blue) = 49+40+57=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 57 - color contains mainly: blue. Hex color #312839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312839 is #CED7C6. Grayscale: #2C2C2C. Windows color (decimal): -13555655 or 3745841. OLE color: 3745841.

HSL color Cylindrical-coordinate representation of color #312839: hue angle of 271.76º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #312839 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB494057-
CMYK0.140.3000.78
HSL271.76º17.53%19.02%-
HSV(B)271.76º29.82%22.35%-
XYZ2.762.474.2-
YUV44.63134.98131.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=33.56%
G=27.40%
B=39.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4940570.140.3000.78271.7617.5319.02
Hex312839E1E04E1101213
Octal615071163601164202223
Binary110001101000111001111011110010011101000100001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312839; }

 p { color: rgb(49,40,57); }

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

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

 a { background-color: rgb(49,40,57); }

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

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

 span { border-color: rgb(49,40,57); }

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