#371C3F

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

Shades of Blackcurrant #371C3F

Tints of Blackcurrant #371C3F

Color information

#371C3F (or 0x371C3F) is unknown color: approx Blackcurrant. HEX triplet: 37, 1C and 3F. RGB value is (55,28,63). Sum of RGB (Red+Green+Blue) = 55+28+63=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #371C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C3F is #C8E3C0. Grayscale: #272727. Windows color (decimal): -13165505 or 4135991. OLE color: 4135991.

HSL color Cylindrical-coordinate representation of color #371C3F: hue angle of 286.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #371C3F is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB552863-
CMYK0.130.5600.75
HSL286.29º38.46%17.84%-
HSV(B)286.29º55.56%24.71%-
XYZ2.8924.94-
YUV40.06140.95138.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.67%
GREEN value IS 28 (11.33% from 255) = 19.18%
BLUE value IS 63 (25% from 255) = 43.15%
R=37.67%
G=19.18%
B=43.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5528630.130.5600.75286.2938.4617.84
Hex371C3FD3804B11e2612
Octal673477157001134364622
Binary1101111110011111111011110000100101110001111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371C3F; }

 p { color: rgb(55,28,63); }

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

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

 a { background-color: rgb(55,28,63); }

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

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

 span { border-color: rgb(55,28,63); }

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