#370440

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

Shades of Blackcurrant #370440

Tints of Blackcurrant #370440

Color information

#370440 (or 0x370440) is unknown color: approx Blackcurrant. HEX triplet: 37, 04 and 40. RGB value is (55,4,64). Sum of RGB (Red+Green+Blue) = 55+4+64=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #370440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370440 is #C8FBBF. Grayscale: #191919. Windows color (decimal): -13171648 or 4195383. OLE color: 4195383.

HSL color Cylindrical-coordinate representation of color #370440: hue angle of 291º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370440 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB55464-
CMYK0.140.9400.75
HSL291º88.24%13.33%-
HSV(B)291º93.75%25.1%-
XYZ2.541.274.96-
YUV26.09149.4148.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.72%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=44.72%
G=3.25%
B=52.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal554640.140.9400.7529188.2413.33
Hex37440E5E04B12358d
Octal67410016136011344313015
Binary1101111001000000111010111100100101110010001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370440; }

 p { color: rgb(55,4,64); }

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

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

 a { background-color: rgb(55,4,64); }

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

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

 span { border-color: rgb(55,4,64); }

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