Html Css Color HEX #312040 Blackcurrant

📋 copy color: '#312040'

red 49 ◦ green 32 ◦ blue 64

#312040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #312040

Tints of Blackcurrant #312040

RGB

 RED value IS 49 (19.53% from 255) = 33.79%

 GREEN value IS 32 (12.89% from 255) = 22.07%

 BLUE value IS 64 (25.39% from 255) = 44.14%

R = 33.79%
G = 22.07%
B = 44.14%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#312040 (or 0x312040) is known color: Blackcurrant. HEX triplet: 31, 20 and 40. RGB value is (49,32,64). Sum of RGB (Red+Green+Blue) = 49+32+64=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #312040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312040 is #CEDFBF. Grayscale: #282828. Windows color (decimal): -13557696 or 4202545. OLE color: 4202545.

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

Color convert

RGB 49 32 64 -
CMYK 0.23 0.50 0 0.75
HSL 271.88º 0.33% 0.19% -
HSV(B) 271.88º 0.5% 0.25% -
XYZ 2.71 2.06 5.1 -
YUV 40.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 49 32 64 0.23 0.50 0 0.75 271.88 0.33 0.19
Hex 31 20 40 17 32 0 4B 110 21 13
Octal 61 40 100 27 62 0 113 420 41 23
Binary 110001 100000 1000000 10111 110010 0 1001011 100010000 100001 10011

Color Harmonies of #312040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312040

Black with #312040

Text Example


Text Example

White with #312040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312040; }

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

 H1.HeaderClassName
 {
   color: #312040;
 }
 .AnyTagClassName
 {
   color: #312040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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