Html Css Color HEX #310840 Blackcurrant

📋 copy color: '#310840'

red 49 ◦ green 8 ◦ blue 64

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

Shades of Blackcurrant #310840

Tints of Blackcurrant #310840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.61%

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

R = 40.5%
G = 6.61%
B = 52.89%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#310840 (or 0x310840) is known color: Blackcurrant. HEX triplet: 31, 08 and 40. RGB value is (49,8,64). Sum of RGB (Red+Green+Blue) = 49+8+64=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #310840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310840 is #CEF7BF. Grayscale: #1A1A1A. Windows color (decimal): -13563840 or 4196401. OLE color: 4196401.

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

Color convert

RGB 49 8 64 -
CMYK 0.23 0.87 0 0.75
HSL 283.93º 0.78% 0.14% -
HSV(B) 283.93º 0.88% 0.25% -
XYZ 2.28 1.2 4.96 -
YUV 26.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 49 8 64 0.23 0.87 0 0.75 283.93 0.78 0.14
Hex 31 8 40 17 57 0 4B 11C 4E E
Octal 61 10 100 27 127 0 113 434 116 16
Binary 110001 1000 1000000 10111 1010111 0 1001011 100011100 1001110 1110

Color Harmonies of #310840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310840

Black with #310840

Text Example


Text Example

White with #310840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310840; }

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

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

background-color css

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

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

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

border-color css

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

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

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