Html Css Color HEX #311149 Blackcurrant

📋 copy color: '#311149'

red 49 ◦ green 17 ◦ blue 73

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

Shades of Blackcurrant #311149

Tints of Blackcurrant #311149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.23%

 BLUE value IS 73 (28.91% from 255) = 52.52%

R = 35.25%
G = 12.23%
B = 52.52%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#311149 (or 0x311149) is known color: Blackcurrant. HEX triplet: 31, 11 and 49. RGB value is (49,17,73). Sum of RGB (Red+Green+Blue) = 49+17+73=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #311149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311149 is #CEEEB6. Grayscale: #202020. Windows color (decimal): -13561527 or 4788529. OLE color: 4788529.

HSL color Cylindrical-coordinate representation of color #311149: hue angle of 274.29º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311149 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 17 73 -
CMYK 0.33 0.77 0 0.71
HSL 274.29º 0.62% 0.18% -
HSV(B) 274.29º 0.77% 0.29% -
XYZ 2.67 1.53 6.46 -
YUV 32.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 49 17 73 0.33 0.77 0 0.71 274.29 0.62 0.18
Hex 31 11 49 21 4D 0 47 112 3E 12
Octal 61 21 111 41 115 0 107 422 76 22
Binary 110001 10001 1001001 100001 1001101 0 1000111 100010010 111110 10010

Color Harmonies of #311149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311149

Black with #311149

Text Example


Text Example

White with #311149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311149; }

 p { color: rgb(49,17,73); }

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

background-color css

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

 a { background-color: rgb(49,17,73); }

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

border-color css

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

 span { border-color: rgb(49,17,73); }

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