Html Css Color HEX #371E49 Blackcurrant

📋 copy color: '#371E49'

red 55 ◦ green 30 ◦ blue 73

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

Shades of Blackcurrant #371E49

Tints of Blackcurrant #371E49

RGB

 RED value IS 55 (21.88% from 255) = 34.81%

 GREEN value IS 30 (12.11% from 255) = 18.99%

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

R = 34.81%
G = 18.99%
B = 46.2%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#371E49 (or 0x371E49) is known color: Blackcurrant. HEX triplet: 37, 1E and 49. RGB value is (55,30,73). Sum of RGB (Red+Green+Blue) = 55+30+73=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #371E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E49 is #C8E1B6. Grayscale: #2A2A2A. Windows color (decimal): -13164983 or 4791863. OLE color: 4791863.

HSL color Cylindrical-coordinate representation of color #371E49: hue angle of 274.88º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #371E49 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 30 73 -
CMYK 0.25 0.59 0 0.71
HSL 274.88º 0.42% 0.2% -
HSV(B) 274.88º 0.59% 0.29% -
XYZ 3.24 2.22 6.56 -
YUV 42.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 55 30 73 0.25 0.59 0 0.71 274.88 0.42 0.2
Hex 37 1E 49 19 3B 0 47 113 2A 14
Octal 67 36 111 31 73 0 107 423 52 24
Binary 110111 11110 1001001 11001 111011 0 1000111 100010011 101010 10100

Color Harmonies of #371E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E49

Black with #371E49

Text Example


Text Example

White with #371E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371E49; }

 p { color: rgb(55,30,73); }

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

background-color css

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

 a { background-color: rgb(55,30,73); }

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

border-color css

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

 span { border-color: rgb(55,30,73); }

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