#371C3E

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

Shades of Blackcurrant #371C3E

Tints of Blackcurrant #371C3E

Color information

#371C3E (or 0x371C3E) is unknown color: approx Blackcurrant. HEX triplet: 37, 1C and 3E. RGB value is (55,28,62). Sum of RGB (Red+Green+Blue) = 55+28+62=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 62 - color contains mainly: blue. Hex color #371C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C3E is #C8E3C1. Grayscale: #272727. Windows color (decimal): -13165506 or 4070455. OLE color: 4070455.

HSL color Cylindrical-coordinate representation of color #371C3E: hue angle of 287.65º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #371C3E is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB552862-
CMYK0.110.5500.76
HSL287.65º37.78%17.65%-
HSV(B)287.65º54.84%24.31%-
XYZ2.861.994.79-
YUV39.95140.45138.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 62 (24.61% from 255) = 42.76%
R=37.93%
G=19.31%
B=42.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5528620.110.5500.76287.6537.7817.65
Hex371C3EB3704C1202612
Octal673476136701144404622
Binary1101111110011111010111101110100110010010000010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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