#372141

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

Shades of Blackcurrant #372141

Tints of Blackcurrant #372141

Color information

#372141 (or 0x372141) is unknown color: approx Blackcurrant. HEX triplet: 37, 21 and 41. RGB value is (55,33,65). Sum of RGB (Red+Green+Blue) = 55+33+65=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #372141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372141 is #C8DEBE. Grayscale: #2B2B2B. Windows color (decimal): -13164223 or 4268343. OLE color: 4268343.

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

Color convert

RGB553365-
CMYK0.150.4900.75
HSL281.25º32.65%19.22%-
HSV(B)281.25º49.23%25.49%-
XYZ3.072.285.28-
YUV43.23140.29136.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.95%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 65 (25.78% from 255) = 42.48%
R=35.95%
G=21.57%
B=42.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5533650.150.4900.75281.2532.6519.22
Hex372141F3104B1192113
Octal6741101176101134314123
Binary110111100001100000111111100010100101110001100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372141; }

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

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

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

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

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

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

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

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