#370540

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

Shades of Blackcurrant #370540

Tints of Blackcurrant #370540

Color information

#370540 (or 0x370540) is unknown color: approx Blackcurrant. HEX triplet: 37, 05 and 40. RGB value is (55,5,64). Sum of RGB (Red+Green+Blue) = 55+5+64=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #370540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370540 is #C8FABF. Grayscale: #1A1A1A. Windows color (decimal): -13171392 or 4195639. OLE color: 4195639.

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

Color convert

RGB55564-
CMYK0.140.9200.75
HSL290.85º85.51%13.53%-
HSV(B)290.85º92.19%25.1%-
XYZ2.561.294.96-
YUV26.68149.06148.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=44.35%
G=4.03%
B=51.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal555640.140.9200.75290.8585.5113.53
Hex37540E5C04B12356e
Octal67510016134011344312616
Binary1101111011000000111010111000100101110010001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370540; }

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

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

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

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

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

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

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

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