#371F3D

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

Shades of Blackcurrant #371F3D

Tints of Blackcurrant #371F3D

Color information

#371F3D (or 0x371F3D) is unknown color: approx Blackcurrant. HEX triplet: 37, 1F and 3D. RGB value is (55,31,61). Sum of RGB (Red+Green+Blue) = 55+31+61=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #371F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F3D is #C8E0C2. Grayscale: #292929. Windows color (decimal): -13164739 or 4005687. OLE color: 4005687.

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

Color convert

RGB553161-
CMYK0.100.4900.76
HSL288º32.61%18.04%-
HSV(B)288º49.18%23.92%-
XYZ2.912.134.67-
YUV41.6138.95137.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 61 (24.22% from 255) = 41.50%
R=37.41%
G=21.09%
B=41.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5531610.100.4900.7628832.6118.04
Hex371F3DA3104C1202112
Octal673775126101144404122
Binary1101111111111110110101100010100110010010000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,31,61); }

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

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

 a { background-color: rgb(55,31,61); }

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

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

 span { border-color: rgb(55,31,61); }

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