#372240

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

Shades of Blackcurrant #372240

Tints of Blackcurrant #372240

Color information

#372240 (or 0x372240) is unknown color: approx Blackcurrant. HEX triplet: 37, 22 and 40. RGB value is (55,34,64). Sum of RGB (Red+Green+Blue) = 55+34+64=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #372240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372240 is #C8DDBF. Grayscale: #2B2B2B. Windows color (decimal): -13163968 or 4203063. OLE color: 4203063.

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

Color convert

RGB553464-
CMYK0.140.4700.75
HSL282º30.61%19.22%-
HSV(B)282º46.88%25.1%-
XYZ3.072.335.14-
YUV43.7139.46136.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.95%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=35.95%
G=22.22%
B=41.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5534640.140.4700.7528230.6119.22
Hex372240E2F04B11a1f13
Octal6742100165701134323723
Binary11011110001010000001110101111010010111000110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372240; }

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

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

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

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

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

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

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

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