#370240

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

Shades of Blackcurrant #370240

Tints of Blackcurrant #370240

Color information

#370240 (or 0x370240) is unknown color: approx Blackcurrant. HEX triplet: 37, 02 and 40. RGB value is (55,2,64). Sum of RGB (Red+Green+Blue) = 55+2+64=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #370240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370240 is #C8FDBF. Grayscale: #181818. Windows color (decimal): -13172160 or 4194871. OLE color: 4194871.

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

Color convert

RGB55264-
CMYK0.140.9700.75
HSL291.29º93.94%12.94%-
HSV(B)291.29º96.88%25.1%-
XYZ2.521.234.95-
YUV24.92150.06149.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=45.45%
G=1.65%
B=52.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal552640.140.9700.75291.2993.9412.94
Hex37240E6104B1235ed
Octal67210016141011344313615
Binary110111101000000111011000010100101110010001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370240; }

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

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

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

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

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

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

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

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