#372440

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

Shades of Blackcurrant #372440

Tints of Blackcurrant #372440

Color information

#372440 (or 0x372440) is unknown color: approx Blackcurrant. HEX triplet: 37, 24 and 40. RGB value is (55,36,64). Sum of RGB (Red+Green+Blue) = 55+36+64=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #372440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372440 is #C8DBBF. Grayscale: #2C2C2C. Windows color (decimal): -13163456 or 4203575. OLE color: 4203575.

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

Color convert

RGB553664-
CMYK0.140.4400.75
HSL280.71º28%19.61%-
HSV(B)280.71º43.75%25.1%-
XYZ3.132.445.16-
YUV44.87138.79135.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.48%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=35.48%
G=23.23%
B=41.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5536640.140.4400.75280.712819.61
Hex372440E2C04B1191c14
Octal6744100165401134313424
Binary11011110010010000001110101100010010111000110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372440; }

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

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

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

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

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

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

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

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