Html Css Color HEX #310741 Blackcurrant

📋 copy color: '#310741'

red 49 ◦ green 7 ◦ blue 65

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

Shades of Blackcurrant #310741

Tints of Blackcurrant #310741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 53.72%

R = 40.5%
G = 5.79%
B = 53.72%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#310741 (or 0x310741) is known color: Blackcurrant. HEX triplet: 31, 07 and 41. RGB value is (49,7,65). Sum of RGB (Red+Green+Blue) = 49+7+65=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #310741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310741 is #CEF8BE. Grayscale: #191919. Windows color (decimal): -13564095 or 4261681. OLE color: 4261681.

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

Color convert

RGB 49 7 65 -
CMYK 0.25 0.89 0 0.75
HSL 283.45º 0.81% 0.14% -
HSV(B) 283.45º 0.89% 0.25% -
XYZ 2.3 1.19 5.11 -
YUV 26.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 49 7 65 0.25 0.89 0 0.75 283.45 0.81 0.14
Hex 31 7 41 19 59 0 4B 11B 51 E
Octal 61 7 101 31 131 0 113 433 121 16
Binary 110001 111 1000001 11001 1011001 0 1001011 100011011 1010001 1110

Color Harmonies of #310741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310741

Black with #310741

Text Example


Text Example

White with #310741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310741; }

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

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

background-color css

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

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

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

border-color css

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

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

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