#371545

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

Shades of Blackcurrant #371545

Tints of Blackcurrant #371545

Color information

#371545 (or 0x371545) is unknown color: approx Blackcurrant. HEX triplet: 37, 15 and 45. RGB value is (55,21,69). Sum of RGB (Red+Green+Blue) = 55+21+69=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #371545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371545 is #C8EABA. Grayscale: #242424. Windows color (decimal): -13167291 or 4527415. OLE color: 4527415.

HSL color Cylindrical-coordinate representation of color #371545: hue angle of 282.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #371545 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB552169-
CMYK0.200.7000.73
HSL282.5º53.33%17.65%-
HSV(B)282.5º69.57%27.06%-
XYZ2.921.785.82-
YUV36.64146.26141.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 69 (27.34% from 255) = 47.59%
R=37.93%
G=14.48%
B=47.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5521690.200.7000.73282.553.3317.65
Hex371545144604911a3512
Octal67251052410601114326522
Binary1101111010110001011010010001100100100110001101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371545; }

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

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

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

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

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

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

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

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