Html Css Color HEX #312140 Blackcurrant

📋 copy color: '#312140'

red 49 ◦ green 33 ◦ blue 64

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

Shades of Blackcurrant #312140

Tints of Blackcurrant #312140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.6%

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

R = 33.56%
G = 22.6%
B = 43.84%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 49 33 64 -
CMYK 0.23 0.48 0 0.75
HSL 270.97º 0.32% 0.19% -
HSV(B) 270.97º 0.48% 0.25% -
XYZ 2.74 2.11 5.11 -
YUV 41.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 49 33 64 0.23 0.48 0 0.75 270.97 0.32 0.19
Hex 31 21 40 17 30 0 4B 10F 20 13
Octal 61 41 100 27 60 0 113 417 40 23
Binary 110001 100001 1000000 10111 110000 0 1001011 100001111 100000 10011

Color Harmonies of #312140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312140

Black with #312140

Text Example


Text Example

White with #312140

Text Example


Text Example

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