Html Css Color HEX #311949 Blackcurrant

📋 copy color: '#311949'

red 49 ◦ green 25 ◦ blue 73

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

Shades of Blackcurrant #311949

Tints of Blackcurrant #311949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

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

R = 33.33%
G = 17.01%
B = 49.66%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#311949 (or 0x311949) is known color: Blackcurrant. HEX triplet: 31, 19 and 49. RGB value is (49,25,73). Sum of RGB (Red+Green+Blue) = 49+25+73=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #311949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311949 is #CEE6B6. Grayscale: #252525. Windows color (decimal): -13559479 or 4790577. OLE color: 4790577.

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

Color convert

RGB 49 25 73 -
CMYK 0.33 0.66 0 0.71
HSL 270º 0.49% 0.19% -
HSV(B) 270º 0.66% 0.29% -
XYZ 2.82 1.83 6.51 -
YUV 37.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 49 25 73 0.33 0.66 0 0.71 270 0.49 0.19
Hex 31 19 49 21 42 0 47 10E 31 13
Octal 61 31 111 41 102 0 107 416 61 23
Binary 110001 11001 1001001 100001 1000010 0 1000111 100001110 110001 10011

Color Harmonies of #311949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311949

Black with #311949

Text Example


Text Example

White with #311949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311949; }

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

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

background-color css

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

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

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

border-color css

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

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

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