Html Css Color HEX #371349 Blackcurrant

📋 copy color: '#371349'

red 55 ◦ green 19 ◦ blue 73

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

Shades of Blackcurrant #371349

Tints of Blackcurrant #371349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.93%

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

R = 37.41%
G = 12.93%
B = 49.66%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#371349 (or 0x371349) is known color: Blackcurrant. HEX triplet: 37, 13 and 49. RGB value is (55,19,73). Sum of RGB (Red+Green+Blue) = 55+19+73=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 19 (7.81% from 255 or 12.93% 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 #371349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371349 is #C8ECB6. Grayscale: #232323. Windows color (decimal): -13167799 or 4789047. OLE color: 4789047.

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

Color convert

RGB 55 19 73 -
CMYK 0.25 0.74 0 0.71
HSL 280º 0.59% 0.18% -
HSV(B) 280º 0.74% 0.29% -
XYZ 3.01 1.76 6.48 -
YUV 35.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 55 19 73 0.25 0.74 0 0.71 280 0.59 0.18
Hex 37 13 49 19 4A 0 47 118 3B 12
Octal 67 23 111 31 112 0 107 430 73 22
Binary 110111 10011 1001001 11001 1001010 0 1000111 100011000 111011 10010

Color Harmonies of #371349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371349

Black with #371349

Text Example


Text Example

White with #371349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371349; }

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

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

background-color css

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

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

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

border-color css

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

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

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