#370140

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

Shades of Blackcurrant #370140

Tints of Blackcurrant #370140

Color information

#370140 (or 0x370140) is unknown color: approx Blackcurrant. HEX triplet: 37, 01 and 40. RGB value is (55,1,64). Sum of RGB (Red+Green+Blue) = 55+1+64=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #370140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370140 is #C8FEBF. Grayscale: #181818. Windows color (decimal): -13172416 or 4194615. OLE color: 4194615.

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

Color convert

RGB55164-
CMYK0.140.9800.75
HSL291.43º96.92%12.75%-
HSV(B)291.43º98.44%25.1%-
XYZ2.511.24.95-
YUV24.33150.39149.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.83%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=45.83%
G=0.83%
B=53.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal551640.140.9800.75291.4396.9212.75
Hex37140E6204B12361d
Octal67110016142011344314115
Binary11011111000000111011000100100101110010001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370140; }

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

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

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

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

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

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

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

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