Html Css Color HEX #371D4A Blackcurrant

📋 copy color: '#371D4A'

red 55 ◦ green 29 ◦ blue 74

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

Shades of Blackcurrant #371D4A

Tints of Blackcurrant #371D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.35%

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

R = 34.81%
G = 18.35%
B = 46.84%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#371D4A (or 0x371D4A) is known color: Blackcurrant. HEX triplet: 37, 1D and 4A. RGB value is (55,29,74). Sum of RGB (Red+Green+Blue) = 55+29+74=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 74 - color contains mainly: blue. Hex color #371D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D4A is #C8E2B5. Grayscale: #292929. Windows color (decimal): -13165238 or 4857143. OLE color: 4857143.

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

Color convert

RGB 55 29 74 -
CMYK 0.26 0.61 0 0.71
HSL 274.67º 0.44% 0.2% -
HSV(B) 274.67º 0.61% 0.29% -
XYZ 3.25 2.19 6.73 -
YUV 41.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 55 29 74 0.26 0.61 0 0.71 274.67 0.44 0.2
Hex 37 1D 4A 1A 3D 0 47 113 2C 14
Octal 67 35 112 32 75 0 107 423 54 24
Binary 110111 11101 1001010 11010 111101 0 1000111 100010011 101100 10100

Color Harmonies of #371D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D4A

Black with #371D4A

Text Example


Text Example

White with #371D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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