#371C45

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

Shades of Blackcurrant #371C45

Tints of Blackcurrant #371C45

Color information

#371C45 (or 0x371C45) is unknown color: approx Blackcurrant. HEX triplet: 37, 1C and 45. RGB value is (55,28,69). Sum of RGB (Red+Green+Blue) = 55+28+69=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 69 - color contains mainly: blue. Hex color #371C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C45 is #C8E3BA. Grayscale: #282828. Windows color (decimal): -13165499 or 4529207. OLE color: 4529207.

HSL color Cylindrical-coordinate representation of color #371C45: hue angle of 279.51º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #371C45 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB552869-
CMYK0.200.5900.73
HSL279.51º42.27%19.02%-
HSV(B)279.51º59.42%27.06%-
XYZ3.062.075.87-
YUV40.75143.95138.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.18%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 69 (27.34% from 255) = 45.39%
R=36.18%
G=18.42%
B=45.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5528690.200.5900.73279.5142.2719.02
Hex371C45143B0491182a13
Octal6734105247301114305223
Binary110111111001000101101001110110100100110001100010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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