#312336

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

Shades of Blackcurrant #312336

Tints of Blackcurrant #312336

Color information

#312336 (or 0x312336) is unknown color: approx Blackcurrant. HEX triplet: 31, 23 and 36. RGB value is (49,35,54). Sum of RGB (Red+Green+Blue) = 49+35+54=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 54 - color contains mainly: blue. Hex color #312336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312336 is #CEDCC9. Grayscale: #292929. Windows color (decimal): -13556938 or 3547953. OLE color: 3547953.

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

Color convert

RGB493554-
CMYK0.090.3500.79
HSL284.21º21.35%17.45%-
HSV(B)284.21º35.19%21.18%-
XYZ2.532.123.77-
YUV41.35135.14133.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 54 (21.48% from 255) = 39.13%
R=35.51%
G=25.36%
B=39.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4935540.090.3500.79284.2121.3517.45
Hex31233692304F11c1511
Octal614366114301174342521
Binary1100011000111101101001100011010011111000111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312336; }

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

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

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

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

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

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

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

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