#312934

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

Shades of Blackcurrant #312934

Tints of Blackcurrant #312934

Color information

#312934 (or 0x312934) is unknown color: approx Blackcurrant. HEX triplet: 31, 29 and 34. RGB value is (49,41,52). Sum of RGB (Red+Green+Blue) = 49+41+52=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 52 - color contains mainly: blue. Hex color #312934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312934 is #CED6CB. Grayscale: #2C2C2C. Windows color (decimal): -13555404 or 3418417. OLE color: 3418417.

HSL color Cylindrical-coordinate representation of color #312934: hue angle of 283.64º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #312934 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB494152-
CMYK0.060.2100.80
HSL283.64º11.83%18.24%-
HSV(B)283.64º21.15%20.39%-
XYZ2.682.493.59-
YUV44.65132.15131.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 52 (20.70% from 255) = 36.62%
R=34.51%
G=28.87%
B=36.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4941520.060.2100.80283.6411.8318.24
Hex31293461505011cc12
Octal61516462501204341422
Binary1100011010011101001101010101010000100011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312934; }

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

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

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

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

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

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

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

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