Html Css Color HEX #311641 Blackcurrant

📋 copy color: '#311641'

red 49 ◦ green 22 ◦ blue 65

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

Shades of Blackcurrant #311641

Tints of Blackcurrant #311641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.18%

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

R = 36.03%
G = 16.18%
B = 47.79%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#311641 (or 0x311641) is known color: Blackcurrant. HEX triplet: 31, 16 and 41. RGB value is (49,22,65). Sum of RGB (Red+Green+Blue) = 49+22+65=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #311641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311641 is #CEE9BE. Grayscale: #222222. Windows color (decimal): -13560255 or 4265521. OLE color: 4265521.

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

Color convert

RGB 49 22 65 -
CMYK 0.25 0.66 0 0.75
HSL 277.67º 0.49% 0.17% -
HSV(B) 277.67º 0.66% 0.25% -
XYZ 2.51 1.61 5.18 -
YUV 34.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 49 22 65 0.25 0.66 0 0.75 277.67 0.49 0.17
Hex 31 16 41 19 42 0 4B 116 31 11
Octal 61 26 101 31 102 0 113 426 61 21
Binary 110001 10110 1000001 11001 1000010 0 1001011 100010110 110001 10001

Color Harmonies of #311641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311641

Black with #311641

Text Example


Text Example

White with #311641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311641; }

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

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

background-color css

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

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

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

border-color css

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

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

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