Html Css Color HEX #371449 Blackcurrant

📋 copy color: '#371449'

red 55 ◦ green 20 ◦ blue 73

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

Shades of Blackcurrant #371449

Tints of Blackcurrant #371449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.51%

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

R = 37.16%
G = 13.51%
B = 49.32%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#371449 (or 0x371449) is known color: Blackcurrant. HEX triplet: 37, 14 and 49. RGB value is (55,20,73). Sum of RGB (Red+Green+Blue) = 55+20+73=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #371449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371449 is #C8EBB6. Grayscale: #242424. Windows color (decimal): -13167543 or 4789303. OLE color: 4789303.

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

Color convert

RGB 55 20 73 -
CMYK 0.25 0.73 0 0.71
HSL 279.62º 0.57% 0.18% -
HSV(B) 279.62º 0.73% 0.29% -
XYZ 3.03 1.79 6.49 -
YUV 36.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 55 20 73 0.25 0.73 0 0.71 279.62 0.57 0.18
Hex 37 14 49 19 49 0 47 118 39 12
Octal 67 24 111 31 111 0 107 430 71 22
Binary 110111 10100 1001001 11001 1001001 0 1000111 100011000 111001 10010

Color Harmonies of #371449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371449

Black with #371449

Text Example


Text Example

White with #371449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371449; }

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

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

background-color css

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

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

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

border-color css

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

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

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