#370640

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

Shades of Blackcurrant #370640

Tints of Blackcurrant #370640

Color information

#370640 (or 0x370640) is unknown color: approx Blackcurrant. HEX triplet: 37, 06 and 40. RGB value is (55,6,64). Sum of RGB (Red+Green+Blue) = 55+6+64=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #370640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370640 is #C8F9BF. Grayscale: #1B1B1B. Windows color (decimal): -13171136 or 4195895. OLE color: 4195895.

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

Color convert

RGB55664-
CMYK0.140.9100.75
HSL290.69º82.86%13.73%-
HSV(B)290.69º90.62%25.1%-
XYZ2.571.314.97-
YUV27.26148.73147.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 64 (25.39% from 255) = 51.2%
R=44%
G=4.8%
B=51.2%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal556640.140.9100.75290.6982.8613.73
Hex37640E5B04B12353e
Octal67610016133011344312316
Binary1101111101000000111010110110100101110010001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370640; }

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

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

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

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

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

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

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

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