#372541

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

Shades of Blackcurrant #372541

Tints of Blackcurrant #372541

Color information

#372541 (or 0x372541) is unknown color: approx Blackcurrant. HEX triplet: 37, 25 and 41. RGB value is (55,37,65). Sum of RGB (Red+Green+Blue) = 55+37+65=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #372541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372541 is #C8DABE. Grayscale: #2D2D2D. Windows color (decimal): -13163199 or 4269367. OLE color: 4269367.

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

Color convert

RGB553765-
CMYK0.150.4300.75
HSL278.57º27.45%20%-
HSV(B)278.57º43.08%25.49%-
XYZ3.192.525.32-
YUV45.57138.96134.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.03%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=35.03%
G=23.57%
B=41.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5537650.150.4300.75278.5727.4520
Hex372541F2B04B1171b14
Octal6745101175301134273324
Binary11011110010110000011111101011010010111000101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372541; }

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

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

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

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

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

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

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

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