#371949

Color #371949 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #371949

Tints of Blackcurrant #371949

Color information

#371949 (or 0x371949) is unknown color: approx 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

RGB552573-
CMYK0.250.6600.71
HSL277.5º48.98%19.22%-
HSV(B)277.5º65.75%28.63%-
XYZ3.131.996.52-
YUV39.44146.94139.1-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5525730.250.6600.71277.548.9819.22
Hex37194919420471163113
Octal67311113110201074266123
Binary1101111100110010011100110000100100011110001011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>