Html Css Color HEX #310540 Blackcurrant

📋 copy color: '#310540'

red 49 ◦ green 5 ◦ blue 64

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

Shades of Blackcurrant #310540

Tints of Blackcurrant #310540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.24%

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

R = 41.53%
G = 4.24%
B = 54.24%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#310540 (or 0x310540) is known color: Blackcurrant. HEX triplet: 31, 05 and 40. RGB value is (49,5,64). Sum of RGB (Red+Green+Blue) = 49+5+64=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #310540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310540 is #CEFABF. Grayscale: #181818. Windows color (decimal): -13564608 or 4195633. OLE color: 4195633.

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

Color convert

RGB 49 5 64 -
CMYK 0.23 0.92 0 0.75
HSL 284.75º 0.86% 0.14% -
HSV(B) 284.75º 0.92% 0.25% -
XYZ 2.25 1.13 4.95 -
YUV 24.88 150.08 145.2 -
System Red Green Blue C M Y K H S L
Decimal 49 5 64 0.23 0.92 0 0.75 284.75 0.86 0.14
Hex 31 5 40 17 5C 0 4B 11D 56 E
Octal 61 5 100 27 134 0 113 435 126 16
Binary 110001 101 1000000 10111 1011100 0 1001011 100011101 1010110 1110

Color Harmonies of #310540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310540

Black with #310540

Text Example


Text Example

White with #310540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310540; }

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

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

background-color css

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

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

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

border-color css

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

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

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