#312735

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

Shades of Blackcurrant #312735

Tints of Blackcurrant #312735

Color information

#312735 (or 0x312735) is unknown color: approx Blackcurrant. HEX triplet: 31, 27 and 35. RGB value is (49,39,53). Sum of RGB (Red+Green+Blue) = 49+39+53=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 53 - color contains mainly: blue. Hex color #312735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312735 is #CED8CA. Grayscale: #2B2B2B. Windows color (decimal): -13555915 or 3483441. OLE color: 3483441.

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

Color convert

RGB493953-
CMYK0.080.2600.79
HSL282.86º15.22%18.04%-
HSV(B)282.86º26.42%20.78%-
XYZ2.632.363.69-
YUV43.59133.31131.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=34.75%
G=27.66%
B=37.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4939530.080.2600.79282.8615.2218.04
Hex31273581A04F11bf12
Octal614765103201174331722
Binary11000110011111010110001101001001111100011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312735; }

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

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

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

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

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

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

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

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