#312939

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

Shades of Blackcurrant #312939

Tints of Blackcurrant #312939

Color information

#312939 (or 0x312939) is unknown color: approx Blackcurrant. HEX triplet: 31, 29 and 39. RGB value is (49,41,57). Sum of RGB (Red+Green+Blue) = 49+41+57=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 57 - color contains mainly: blue. Hex color #312939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312939 is #CED6C6. Grayscale: #2D2D2D. Windows color (decimal): -13555399 or 3746097. OLE color: 3746097.

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

Color convert

RGB494157-
CMYK0.140.2800.78
HSL270º16.33%19.22%-
HSV(B)270º28.07%22.35%-
XYZ2.82.534.21-
YUV45.22134.65130.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 57 (22.66% from 255) = 38.78%
R=33.33%
G=27.89%
B=38.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4941570.140.2800.7827016.3319.22
Hex312939E1C04E10e1013
Octal615171163401164162023
Binary110001101001111001111011100010011101000011101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312939; }

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

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

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

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

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

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

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

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