#312435

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

Shades of Blackcurrant #312435

Tints of Blackcurrant #312435

Color information

#312435 (or 0x312435) is unknown color: approx Blackcurrant. HEX triplet: 31, 24 and 35. RGB value is (49,36,53). Sum of RGB (Red+Green+Blue) = 49+36+53=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 53 - color contains mainly: blue. Hex color #312435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312435 is #CEDBCA. Grayscale: #292929. Windows color (decimal): -13556683 or 3482673. OLE color: 3482673.

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

Color convert

RGB493653-
CMYK0.080.3200.79
HSL285.88º19.1%17.45%-
HSV(B)285.88º32.08%20.78%-
XYZ2.542.173.65-
YUV41.82134.31133.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 53 (21.09% from 255) = 38.41%
R=35.51%
G=26.09%
B=38.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4936530.080.3200.79285.8819.117.45
Hex31243582004F11e1311
Octal614465104001174362321
Binary1100011001001101011000100000010011111000111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312435; }

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

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

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

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

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

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

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

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