Html Css Color HEX #312240 Blackcurrant

📋 copy color: '#312240'

red 49 ◦ green 34 ◦ blue 64

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

Shades of Blackcurrant #312240

Tints of Blackcurrant #312240

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 value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#312240 (or 0x312240) is known color: 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

RGB 49 34 64 -
CMYK 0.23 0.47 0 0.75
HSL 270º 0.31% 0.19% -
HSV(B) 270º 0.47% 0.25% -
XYZ 2.76 2.17 5.12 -
YUV 41.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 49 34 64 0.23 0.47 0 0.75 270 0.31 0.19
Hex 31 22 40 17 2F 0 4B 10E 1F 13
Octal 61 42 100 27 57 0 113 416 37 23
Binary 110001 100010 1000000 10111 101111 0 1001011 100001110 11111 10011

Color Harmonies of #312240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312240

Black with #312240

Text Example


Text Example

White with #312240

Text Example


Text Example

HTML Codes & Css Web 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>