#312835

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

Shades of Blackcurrant #312835

Tints of Blackcurrant #312835

Color information

#312835 (or 0x312835) is unknown color: approx Blackcurrant. HEX triplet: 31, 28 and 35. RGB value is (49,40,53). Sum of RGB (Red+Green+Blue) = 49+40+53=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 53 - color contains mainly: blue. Hex color #312835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312835 is #CED7CA. Grayscale: #2C2C2C. Windows color (decimal): -13555659 or 3483697. OLE color: 3483697.

HSL color Cylindrical-coordinate representation of color #312835: hue angle of 281.54º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #312835 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB494053-
CMYK0.080.2500.79
HSL281.54º13.98%18.24%-
HSV(B)281.54º24.53%20.78%-
XYZ2.672.433.7-
YUV44.17132.98131.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=34.51%
G=28.17%
B=37.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4940530.080.2500.79281.5413.9818.24
Hex31283581904F11ae12
Octal615065103101174321622
Binary11000110100011010110001100101001111100011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312835; }

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

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

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

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

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

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

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

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