#371E3D

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

Shades of Blackcurrant #371E3D

Tints of Blackcurrant #371E3D

Color information

#371E3D (or 0x371E3D) is unknown color: approx Blackcurrant. HEX triplet: 37, 1E and 3D. RGB value is (55,30,61). Sum of RGB (Red+Green+Blue) = 55+30+61=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #371E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E3D is #C8E1C2. Grayscale: #282828. Windows color (decimal): -13164995 or 4005431. OLE color: 4005431.

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

Color convert

RGB553061-
CMYK0.100.5100.76
HSL288.39º34.07%17.84%-
HSV(B)288.39º50.82%23.92%-
XYZ2.882.084.66-
YUV41.01139.28137.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.67%
GREEN value IS 30 (12.11% from 255) = 20.55%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=37.67%
G=20.55%
B=41.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5530610.100.5100.76288.3934.0717.84
Hex371E3DA3304C1202212
Octal673675126301144404222
Binary1101111111011110110101100110100110010010000010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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