Html Css Color HEX #371949 Blackcurrant

📋 copy color: '#371949'

red 55 ◦ green 25 ◦ blue 73

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

Shades of Blackcurrant #371949

Tints of Blackcurrant #371949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.34%

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

R = 35.95%
G = 16.34%
B = 47.71%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#371949 (or 0x371949) is known color: Blackcurrant. HEX triplet: 37, 19 and 49. RGB value is (55,25,73). Sum of RGB (Red+Green+Blue) = 55+25+73=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #371949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371949 is #C8E6B6. Grayscale: #272727. Windows color (decimal): -13166263 or 4790583. OLE color: 4790583.

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

Color convert

RGB 55 25 73 -
CMYK 0.25 0.66 0 0.71
HSL 277.5º 0.49% 0.19% -
HSV(B) 277.5º 0.66% 0.29% -
XYZ 3.13 1.99 6.52 -
YUV 39.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 55 25 73 0.25 0.66 0 0.71 277.5 0.49 0.19
Hex 37 19 49 19 42 0 47 116 31 13
Octal 67 31 111 31 102 0 107 426 61 23
Binary 110111 11001 1001001 11001 1000010 0 1000111 100010110 110001 10011

Color Harmonies of #371949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371949

Black with #371949

Text Example


Text Example

White with #371949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371949; }

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

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

background-color css

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

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

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

border-color css

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

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

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