Html Css Color HEX #310640 Blackcurrant

📋 copy color: '#310640'

red 49 ◦ green 6 ◦ blue 64

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

Shades of Blackcurrant #310640

Tints of Blackcurrant #310640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.04%

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

R = 41.18%
G = 5.04%
B = 53.78%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#310640 (or 0x310640) is known color: Blackcurrant. HEX triplet: 31, 06 and 40. RGB value is (49,6,64). Sum of RGB (Red+Green+Blue) = 49+6+64=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #310640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310640 is #CEF9BF. Grayscale: #191919. Windows color (decimal): -13564352 or 4195889. OLE color: 4195889.

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

Color convert

RGB 49 6 64 -
CMYK 0.23 0.91 0 0.75
HSL 284.48º 0.83% 0.14% -
HSV(B) 284.48º 0.91% 0.25% -
XYZ 2.26 1.15 4.95 -
YUV 25.47 149.75 144.78 -
System Red Green Blue C M Y K H S L
Decimal 49 6 64 0.23 0.91 0 0.75 284.48 0.83 0.14
Hex 31 6 40 17 5B 0 4B 11C 53 E
Octal 61 6 100 27 133 0 113 434 123 16
Binary 110001 110 1000000 10111 1011011 0 1001011 100011100 1010011 1110

Color Harmonies of #310640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310640

Black with #310640

Text Example


Text Example

White with #310640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310640; }

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

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

background-color css

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

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

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

border-color css

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

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

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