#370F40

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

Shades of Blackcurrant #370F40

Tints of Blackcurrant #370F40

Color information

#370F40 (or 0x370F40) is unknown color: approx Blackcurrant. HEX triplet: 37, 0F and 40. RGB value is (55,15,64). Sum of RGB (Red+Green+Blue) = 55+15+64=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #370F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F40 is #C8F0BF. Grayscale: #202020. Windows color (decimal): -13168832 or 4198199. OLE color: 4198199.

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

Color convert

RGB551564-
CMYK0.140.7700.75
HSL288.98º62.03%15.49%-
HSV(B)288.98º76.56%25.1%-
XYZ2.671.525-
YUV32.55145.75144.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.04%
GREEN value IS 15 (6.25% from 255) = 11.19%
BLUE value IS 64 (25.39% from 255) = 47.76%
R=41.04%
G=11.19%
B=47.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5515640.140.7700.75288.9862.0315.49
Hex37F40E4D04B1213ef
Octal67171001611501134417617
Binary1101111111100000011101001101010010111001000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370F40; }

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

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

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

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

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

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

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

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