#370357

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

Shades of Blackcurrant #370357

Tints of Blackcurrant #370357

Color information

#370357 (or 0x370357) is unknown color: approx Blackcurrant. HEX triplet: 37, 03 and 57. RGB value is (55,3,87). Sum of RGB (Red+Green+Blue) = 55+3+87=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #370357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370357 is #C8FCA8. Grayscale: #1B1B1B. Windows color (decimal): -13171881 or 5702455. OLE color: 5702455.

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

Color convert

RGB55387-
CMYK0.370.9700.66
HSL277.14º93.33%17.65%-
HSV(B)277.14º96.55%34.12%-
XYZ3.331.579.14-
YUV28.12161.23147.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 87 (34.38% from 255) = 60%
R=37.93%
G=2.07%
B=60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal553870.370.9700.66277.1493.3317.65
Hex3735725610421155d12
Octal67312745141010242513522
Binary110111111010111100101110000101000010100010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370357; }

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

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

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

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

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

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

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

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