#312240

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

Shades of Blackcurrant #312240

Tints of Blackcurrant #312240

Color information

#312240 (or 0x312240) is unknown color: approx Blackcurrant. HEX triplet: 31, 22 and 40. RGB value is (49,34,64). Sum of RGB (Red+Green+Blue) = 49+34+64=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #312240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312240 is #CEDDBF. Grayscale: #292929. Windows color (decimal): -13557184 or 4203057. OLE color: 4203057.

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

Color convert

RGB493464-
CMYK0.230.4700.75
HSL270º30.61%19.22%-
HSV(B)270º46.88%25.1%-
XYZ2.762.175.12-
YUV41.9140.47133.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=33.33%
G=23.13%
B=43.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4934640.230.4700.7527030.6119.22
Hex312240172F04B10e1f13
Octal6142100275701134163723
Binary110001100010100000010111101111010010111000011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312240; }

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

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

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

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

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

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

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

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