#370356

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

Shades of Blackcurrant #370356

Tints of Blackcurrant #370356

Color information

#370356 (or 0x370356) is unknown color: approx Blackcurrant. HEX triplet: 37, 03 and 56. RGB value is (55,3,86). Sum of RGB (Red+Green+Blue) = 55+3+86=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #370356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370356 is #C8FCA9. Grayscale: #1B1B1B. Windows color (decimal): -13171882 or 5636919. OLE color: 5636919.

HSL color Cylindrical-coordinate representation of color #370356: hue angle of 277.59º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #370356 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB55386-
CMYK0.360.9700.66
HSL277.59º93.26%17.45%-
HSV(B)277.59º96.51%33.73%-
XYZ3.291.558.93-
YUV28.01160.73147.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 3 (1.56% from 255) = 2.08%
BLUE value IS 86 (33.98% from 255) = 59.72%
R=38.19%
G=2.08%
B=59.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal553860.360.9700.66277.5993.2617.45
Hex3735624610421165d11
Octal67312644141010242613521
Binary110111111010110100100110000101000010100010110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370356; }

 p { color: rgb(55,3,86); }

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

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

 a { background-color: rgb(55,3,86); }

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

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

 span { border-color: rgb(55,3,86); }

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