Html Css Color HEX #310739 Blackcurrant

📋 copy color: '#310739'

red 49 ◦ green 7 ◦ blue 57

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

Shades of Blackcurrant #310739

Tints of Blackcurrant #310739

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.19%

 BLUE value IS 57 (22.66% from 255) = 50.44%

R = 43.36%
G = 6.19%
B = 50.44%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#310739 (or 0x310739) is known color: Blackcurrant. HEX triplet: 31, 07 and 39. RGB value is (49,7,57). Sum of RGB (Red+Green+Blue) = 49+7+57=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #310739 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310739 is #CEF8C6. Grayscale: #191919. Windows color (decimal): -13564103 or 3737393. OLE color: 3737393.

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

Color convert

RGB 49 7 57 -
CMYK 0.14 0.88 0 0.78
HSL 290.4º 0.78% 0.13% -
HSV(B) 290.4º 0.88% 0.22% -
XYZ 2.08 1.1 3.97 -
YUV 25.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 49 7 57 0.14 0.88 0 0.78 290.4 0.78 0.13
Hex 31 7 39 E 58 0 4E 122 4E D
Octal 61 7 71 16 130 0 116 442 116 15
Binary 110001 111 111001 1110 1011000 0 1001110 100100010 1001110 1101

Color Harmonies of #310739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310739

Black with #310739

Text Example


Text Example

White with #310739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310739; }

 p { color: rgb(49,7,57); }

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

background-color css

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

 a { background-color: rgb(49,7,57); }

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

border-color css

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

 span { border-color: rgb(49,7,57); }

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