Html Css Color HEX #371B49 Blackcurrant

📋 copy color: '#371B49'

red 55 ◦ green 27 ◦ blue 73

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

Shades of Blackcurrant #371B49

Tints of Blackcurrant #371B49

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.42%

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

R = 35.48%
G = 17.42%
B = 47.1%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#371B49 (or 0x371B49) is known color: Blackcurrant. HEX triplet: 37, 1B and 49. RGB value is (55,27,73). Sum of RGB (Red+Green+Blue) = 55+27+73=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #371B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B49 is #C8E4B6. Grayscale: #282828. Windows color (decimal): -13165751 or 4791095. OLE color: 4791095.

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

Color convert

RGB 55 27 73 -
CMYK 0.25 0.63 0 0.71
HSL 276.52º 0.46% 0.2% -
HSV(B) 276.52º 0.63% 0.29% -
XYZ 3.17 2.08 6.54 -
YUV 40.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 55 27 73 0.25 0.63 0 0.71 276.52 0.46 0.2
Hex 37 1B 49 19 3F 0 47 115 2E 14
Octal 67 33 111 31 77 0 107 425 56 24
Binary 110111 11011 1001001 11001 111111 0 1000111 100010101 101110 10100

Color Harmonies of #371B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B49

Black with #371B49

Text Example


Text Example

White with #371B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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