Html Css Color HEX #311341 Blackcurrant

📋 copy color: '#311341'

red 49 ◦ green 19 ◦ blue 65

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

Shades of Blackcurrant #311341

Tints of Blackcurrant #311341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.29%

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

R = 36.84%
G = 14.29%
B = 48.87%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#311341 (or 0x311341) is known color: Blackcurrant. HEX triplet: 31, 13 and 41. RGB value is (49,19,65). Sum of RGB (Red+Green+Blue) = 49+19+65=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #311341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311341 is #CEECBE. Grayscale: #212121. Windows color (decimal): -13561023 or 4264753. OLE color: 4264753.

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

Color convert

RGB 49 19 65 -
CMYK 0.25 0.71 0 0.75
HSL 279.13º 0.55% 0.16% -
HSV(B) 279.13º 0.71% 0.25% -
XYZ 2.45 1.5 5.16 -
YUV 33.21 145.94 139.26 -
System Red Green Blue C M Y K H S L
Decimal 49 19 65 0.25 0.71 0 0.75 279.13 0.55 0.16
Hex 31 13 41 19 47 0 4B 117 37 10
Octal 61 23 101 31 107 0 113 427 67 20
Binary 110001 10011 1000001 11001 1000111 0 1001011 100010111 110111 10000

Color Harmonies of #311341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311341

Black with #311341

Text Example


Text Example

White with #311341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311341; }

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

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

background-color css

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

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

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

border-color css

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

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

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