#372540

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

Shades of Blackcurrant #372540

Tints of Blackcurrant #372540

Color information

#372540 (or 0x372540) is unknown color: approx Blackcurrant. HEX triplet: 37, 25 and 40. RGB value is (55,37,64). Sum of RGB (Red+Green+Blue) = 55+37+64=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #372540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372540 is #C8DABF. Grayscale: #2D2D2D. Windows color (decimal): -13163200 or 4203831. OLE color: 4203831.

HSL color Cylindrical-coordinate representation of color #372540: hue angle of 280º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #372540 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB553764-
CMYK0.140.4200.75
HSL280º26.73%19.8%-
HSV(B)280º42.19%25.1%-
XYZ3.162.515.17-
YUV45.46138.46134.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.26%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=35.26%
G=23.72%
B=41.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5537640.140.4200.7528026.7319.8
Hex372540E2A04B1181b14
Octal6745100165201134303324
Binary11011110010110000001110101010010010111000110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372540; }

 p { color: rgb(55,37,64); }

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

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

 a { background-color: rgb(55,37,64); }

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

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

 span { border-color: rgb(55,37,64); }

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