#312436

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

Shades of Blackcurrant #312436

Tints of Blackcurrant #312436

Color information

#312436 (or 0x312436) is unknown color: approx Blackcurrant. HEX triplet: 31, 24 and 36. RGB value is (49,36,54). Sum of RGB (Red+Green+Blue) = 49+36+54=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 54 - color contains mainly: blue. Hex color #312436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312436 is #CEDBC9. Grayscale: #292929. Windows color (decimal): -13556682 or 3548209. OLE color: 3548209.

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

Color convert

RGB493654-
CMYK0.090.3300.79
HSL283.33º20%17.65%-
HSV(B)283.33º33.33%21.18%-
XYZ2.562.183.78-
YUV41.94134.81133.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 54 (21.48% from 255) = 38.85%
R=35.25%
G=25.90%
B=38.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4936540.090.3300.79283.332017.65
Hex31243692104F11b1412
Octal614466114101174332422
Binary1100011001001101101001100001010011111000110111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312436; }

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

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

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

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

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

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

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

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