#372341

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

Shades of Blackcurrant #372341

Tints of Blackcurrant #372341

Color information

#372341 (or 0x372341) is unknown color: approx Blackcurrant. HEX triplet: 37, 23 and 41. RGB value is (55,35,65). Sum of RGB (Red+Green+Blue) = 55+35+65=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #372341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372341 is #C8DCBE. Grayscale: #2C2C2C. Windows color (decimal): -13163711 or 4268855. OLE color: 4268855.

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

Color convert

RGB553565-
CMYK0.150.4600.75
HSL280º30%19.61%-
HSV(B)280º46.15%25.49%-
XYZ3.132.45.3-
YUV44.4139.63135.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.48%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 65 (25.78% from 255) = 41.94%
R=35.48%
G=22.58%
B=41.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5535650.150.4600.752803019.61
Hex372341F2E04B1181e14
Octal6743101175601134303624
Binary11011110001110000011111101110010010111000110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372341; }

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

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

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

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

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

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

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

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