#312036

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

Shades of Blackcurrant #312036

Tints of Blackcurrant #312036

Color information

#312036 (or 0x312036) is unknown color: approx Blackcurrant. HEX triplet: 31, 20 and 36. RGB value is (49,32,54). Sum of RGB (Red+Green+Blue) = 49+32+54=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 54 - color contains mainly: blue. Hex color #312036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312036 is #CEDFC9. Grayscale: #272727. Windows color (decimal): -13557706 or 3547185. OLE color: 3547185.

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

Color convert

RGB493254-
CMYK0.090.4100.79
HSL286.36º25.58%16.86%-
HSV(B)286.36º40.74%21.18%-
XYZ2.451.953.74-
YUV39.59136.13134.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 54 (21.48% from 255) = 40%
R=36.30%
G=23.70%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4932540.090.4100.79286.3625.5816.86
Hex31203692904F11e1a11
Octal614066115101174363221
Binary1100011000001101101001101001010011111000111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312036; }

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

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

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

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

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

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

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

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