Html Css Color HEX #371C4A Blackcurrant

📋 copy color: '#371C4A'

red 55 ◦ green 28 ◦ blue 74

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

Shades of Blackcurrant #371C4A

Tints of Blackcurrant #371C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.83%

 BLUE value IS 74 (29.3% from 255) = 47.13%

R = 35.03%
G = 17.83%
B = 47.13%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#371C4A (or 0x371C4A) is known color: Blackcurrant. HEX triplet: 37, 1C and 4A. RGB value is (55,28,74). Sum of RGB (Red+Green+Blue) = 55+28+74=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #371C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C4A is #C8E3B5. Grayscale: #292929. Windows color (decimal): -13165494 or 4856887. OLE color: 4856887.

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

Color convert

RGB 55 28 74 -
CMYK 0.26 0.62 0 0.71
HSL 275.22º 0.45% 0.2% -
HSV(B) 275.22º 0.62% 0.29% -
XYZ 3.23 2.14 6.72 -
YUV 41.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 55 28 74 0.26 0.62 0 0.71 275.22 0.45 0.2
Hex 37 1C 4A 1A 3E 0 47 113 2D 14
Octal 67 34 112 32 76 0 107 423 55 24
Binary 110111 11100 1001010 11010 111110 0 1000111 100010011 101101 10100

Color Harmonies of #371C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C4A

Black with #371C4A

Text Example


Text Example

White with #371C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,28,74); }

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

background-color css

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

 a { background-color: rgb(55,28,74); }

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

border-color css

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

 span { border-color: rgb(55,28,74); }

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