#312938

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

Shades of Blackcurrant #312938

Tints of Blackcurrant #312938

Color information

#312938 (or 0x312938) is unknown color: approx Blackcurrant. HEX triplet: 31, 29 and 38. RGB value is (49,41,56). Sum of RGB (Red+Green+Blue) = 49+41+56=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 56 - color contains mainly: blue. Hex color #312938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312938 is #CED6C7. Grayscale: #2D2D2D. Windows color (decimal): -13555400 or 3680561. OLE color: 3680561.

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

Color convert

RGB494156-
CMYK0.120.2700.78
HSL272º15.46%19.02%-
HSV(B)272º26.79%21.96%-
XYZ2.772.524.08-
YUV45.1134.15130.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 56 (22.27% from 255) = 38.36%
R=33.56%
G=28.08%
B=38.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4941560.120.2700.7827215.4619.02
Hex312938C1B04E110f13
Octal615170143301164201723
Binary11000110100111100011001101101001110100010000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312938; }

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

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

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

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

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

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

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

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