#370641

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

Shades of Blackcurrant #370641

Tints of Blackcurrant #370641

Color information

#370641 (or 0x370641) is unknown color: approx Blackcurrant. HEX triplet: 37, 06 and 41. RGB value is (55,6,65). Sum of RGB (Red+Green+Blue) = 55+6+65=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #370641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370641 is #C8F9BE. Grayscale: #1B1B1B. Windows color (decimal): -13171135 or 4261431. OLE color: 4261431.

HSL color Cylindrical-coordinate representation of color #370641: hue angle of 289.83º 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 #370641 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB55665-
CMYK0.150.9100.75
HSL289.83º83.1%13.92%-
HSV(B)289.83º90.77%25.49%-
XYZ2.591.325.12-
YUV27.38149.23147.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.65%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=43.65%
G=4.76%
B=51.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal556650.150.9100.75289.8383.113.92
Hex37641F5B04B12253e
Octal67610117133011344212316
Binary1101111101000001111110110110100101110010001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370641; }

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

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

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

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

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

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

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

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