#372340

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

Shades of Blackcurrant #372340

Tints of Blackcurrant #372340

Color information

#372340 (or 0x372340) is unknown color: approx Blackcurrant. HEX triplet: 37, 23 and 40. RGB value is (55,35,64). Sum of RGB (Red+Green+Blue) = 55+35+64=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #372340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372340 is #C8DCBF. Grayscale: #2C2C2C. Windows color (decimal): -13163712 or 4203319. OLE color: 4203319.

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

Color convert

RGB553564-
CMYK0.140.4500.75
HSL281.38º29.29%19.41%-
HSV(B)281.38º45.31%25.1%-
XYZ3.12.385.15-
YUV44.29139.13135.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.71%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 64 (25.39% from 255) = 41.56%
R=35.71%
G=22.73%
B=41.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5535640.140.4500.75281.3829.2919.41
Hex372340E2D04B1191d13
Octal6743100165501134313523
Binary11011110001110000001110101101010010111000110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372340; }

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

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

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

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

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

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

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

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