#312140

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

Shades of Blackcurrant #312140

Tints of Blackcurrant #312140

Color information

#312140 (or 0x312140) is unknown color: approx Blackcurrant. HEX triplet: 31, 21 and 40. RGB value is (49,33,64). Sum of RGB (Red+Green+Blue) = 49+33+64=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #312140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312140 is #CEDEBF. Grayscale: #292929. Windows color (decimal): -13557440 or 4202801. OLE color: 4202801.

HSL color Cylindrical-coordinate representation of color #312140: hue angle of 270.97º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #312140 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB493364-
CMYK0.230.4800.75
HSL270.97º31.96%19.02%-
HSV(B)270.97º48.44%25.1%-
XYZ2.742.115.11-
YUV41.32140.8133.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=33.56%
G=22.60%
B=43.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4933640.230.4800.75270.9731.9619.02
Hex312140173004B10f2013
Octal6141100276001134174023
Binary1100011000011000000101111100000100101110000111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312140; }

 p { color: rgb(49,33,64); }

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

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

 a { background-color: rgb(49,33,64); }

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

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

 span { border-color: rgb(49,33,64); }

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