#370841

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

Shades of Blackcurrant #370841

Tints of Blackcurrant #370841

Color information

#370841 (or 0x370841) is unknown color: approx Blackcurrant. HEX triplet: 37, 08 and 41. RGB value is (55,8,65). Sum of RGB (Red+Green+Blue) = 55+8+65=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #370841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370841 is #C8F7BE. Grayscale: #1C1C1C. Windows color (decimal): -13170623 or 4261943. OLE color: 4261943.

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

Color convert

RGB55865-
CMYK0.150.8800.75
HSL289.47º78.08%14.31%-
HSV(B)289.47º87.69%25.49%-
XYZ2.621.375.13-
YUV28.55148.57146.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 8 (3.52% from 255) = 6.25%
BLUE value IS 65 (25.78% from 255) = 50.78%
R=42.97%
G=6.25%
B=50.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal558650.150.8800.75289.4778.0814.31
Hex37841F5804B1214ee
Octal671010117130011344111616
Binary11011110001000001111110110000100101110010000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370841; }

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

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

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

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

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

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

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

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