#372041

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

Shades of Blackcurrant #372041

Tints of Blackcurrant #372041

Color information

#372041 (or 0x372041) is unknown color: approx Blackcurrant. HEX triplet: 37, 20 and 41. RGB value is (55,32,65). Sum of RGB (Red+Green+Blue) = 55+32+65=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #372041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372041 is #C8DFBE. Grayscale: #2A2A2A. Windows color (decimal): -13164479 or 4268087. OLE color: 4268087.

HSL color Cylindrical-coordinate representation of color #372041: hue angle of 281.82º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #372041 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB553265-
CMYK0.150.5100.75
HSL281.82º34.02%19.02%-
HSV(B)281.82º50.77%25.49%-
XYZ3.052.235.27-
YUV42.64140.62136.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.18%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=36.18%
G=21.05%
B=42.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5532650.150.5100.75281.8234.0219.02
Hex372041F3304B11a2213
Octal6740101176301134324223
Binary110111100000100000111111100110100101110001101010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372041; }

 p { color: rgb(55,32,65); }

 H1.HeaderClassName
 {
   color: #372041;
 }
 .AnyTagClassName
 {
   color: #372041;
 }
</style>
background-color css

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

 a { background-color: rgb(55,32,65); }

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

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

 span { border-color: rgb(55,32,65); }

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