Html Css Color HEX #310E40 Blackcurrant

📋 copy color: '#310E40'

red 49 ◦ green 14 ◦ blue 64

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

Shades of Blackcurrant #310E40

Tints of Blackcurrant #310E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.02%

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

R = 38.58%
G = 11.02%
B = 50.39%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#310E40 (or 0x310E40) is known color: Blackcurrant. HEX triplet: 31, 0E and 40. RGB value is (49,14,64). Sum of RGB (Red+Green+Blue) = 49+14+64=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #310E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E40 is #CEF1BF. Grayscale: #1E1E1E. Windows color (decimal): -13562304 or 4197937. OLE color: 4197937.

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

Color convert

RGB 49 14 64 -
CMYK 0.23 0.78 0 0.75
HSL 282º 0.64% 0.15% -
HSV(B) 282º 0.78% 0.25% -
XYZ 2.35 1.34 4.98 -
YUV 30.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 49 14 64 0.23 0.78 0 0.75 282 0.64 0.15
Hex 31 E 40 17 4E 0 4B 11A 40 F
Octal 61 16 100 27 116 0 113 432 100 17
Binary 110001 1110 1000000 10111 1001110 0 1001011 100011010 1000000 1111

Color Harmonies of #310E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310E40

Black with #310E40

Text Example


Text Example

White with #310E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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